Searched refs:findSectionAddress (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 172 FindAddressForAtom findSectionAddress, 253 FindAddressForAtom findSectionAddress); 547 FindAddressForAtom findSectionAddress, uint64_t imageBaseAddress, in generateAtomContent() argument 568 atomAddress, imageBaseAddress, findSectionAddress); in generateAtomContent() 576 FindAddressForAtom findSectionAddress) { in applyFixupFinal() argument 596 *loc64 = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal() 644 uint64_t val = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal()
|
D | ArchHandler_arm64.cpp | 164 FindAddressForAtom findSectionAddress, 222 FindAddressForAtom findSectionAddress); 540 FindAddressForAtom findSectionAddress, uint64_t imageBaseAddress, in generateAtomContent() argument 578 findSectionAddress); in generateAtomContent() 588 FindAddressForAtom findSectionAddress) { in applyFixupFinal() argument 678 value64 = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal()
|
D | ArchHandler.h | 183 FindAddressForAtom findSectionAddress,
|
D | ArchHandler_x86.cpp | 111 FindAddressForAtom findSectionAddress, 412 FindAddressForAtom findSectionAddress, in generateAtomContent() argument
|
D | ArchHandler_arm.cpp | 105 FindAddressForAtom findSectionAddress, 1015 FindAddressForAtom findSectionAddress, in generateAtomContent() argument
|