Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp255 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
263 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
272 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
292 Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF; in resolveX86Relocation()
311 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveAArch64Relocation()
451 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF; in resolveARMRelocation()
504 << format("%p", Section.getLoadAddressWithOffset(Offset)) in resolveMIPSRelocation()
535 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveMIPSRelocation()
540 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveMIPSRelocation()
547 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveMIPSRelocation()
[all …]
DRuntimeDyldImpl.h108 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const { in getLoadAddressWithOffset() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h119 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
DRuntimeDyldMachOAArch64.h327 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()
336 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldCOFFX86_64.h75 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldMachOX86_64.h83 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldMachOI386.h89 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldMachOARM.h102 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation()