Searched defs:FinalAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp147 uint64_t FinalAddress = Section.LoadAddress + Offset; local
195 resolveI386Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
224 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
265 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
[all...]
H A DRuntimeDyldELF.cpp255 uint64_t FinalAddress = Section.LoadAddress + Offset; local
271 uint64_t FinalAddress = Section.LoadAddress + Offset; local
284 uint64_t FinalAddress = Section.LoadAddress + Offset; local
312 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); local
331 uint64_t FinalAddress = Section.LoadAddress + Offset; local
434 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); local
708 uint64_t FinalAddress = (Section.LoadAddress + Offset); local
716 uint64_t FinalAddress = (Section.LoadAddress + Offset); local
723 uint64_t FinalAddress = (Section.LoadAddress + Offset); local
[all...]

Completed in 43 milliseconds