Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp254 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() local
269 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() local
281 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() local
307 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveX86Relocation() local
324 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveAArch64Relocation() local
468 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveARMRelocation() local
754 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
759 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
764 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
775 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation() local
[all …]
H A DRuntimeDyldMachO.cpp108 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in dumpRelocationToResolve() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h327 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
336 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
H A DRuntimeDyldMachOX86_64.h78 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
H A DRuntimeDyldMachOARM.h98 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local
H A DRuntimeDyldMachOI386.h89 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation() local