Home
last modified time | relevance | path

Searched refs:ofsBase (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/
H A DPspBios.cpp971 uint32 ofsBase = (relocationRecord[1] >> 8) & 0xFF; in RelocateElf() local
974 ELFPROGRAMHEADER* progOfsBase = elf.GetProgram(ofsBase); in RelocateElf()
1042 uint32 ofsBase = (relocationRecord[1] >> 8) & 0xFF; in FindNextRelocationTarget() local
1045 ELFPROGRAMHEADER* progOfsBase = elf.GetProgram(ofsBase); in FindNextRelocationTarget()
1076 uint32 ofsBase = (relocationRecord[1] >> 8) & 0xFF; in FindRelocationAt() local
1079 if(ofsBase != programSection) continue; in FindRelocationAt()