Home
last modified time | relevance | path

Searched defs:FinalAddress (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp254 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() local
269 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() local
297 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveX86Relocation() local
314 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveAArch64Relocation() local
458 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveARMRelocation() local
744 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
749 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
754 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
765 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
773 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
[all …]
DRuntimeDyldMachO.cpp109 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in dumpRelocationToResolve() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h328 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
337 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
DRuntimeDyldMachOX86_64.h79 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
DRuntimeDyldCOFFX86_64.h76 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
DRuntimeDyldMachOARM.h100 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
DRuntimeDyldMachOI386.h90 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local