Searched refs:atomSectionOffset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86.cpp | 117 uint64_t atomSectionOffset, 554 uint64_t atomSectionOffset, in appendSectionRelocations() argument 563 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
| H A D | ArchHandler_x86_64.cpp | 178 uint64_t atomSectionOffset, 736 uint64_t atomSectionOffset, in appendSectionRelocations() argument 745 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
| H A D | ArchHandler_arm64.cpp | 170 uint64_t atomSectionOffset, 776 const DefinedAtom &atom, uint64_t atomSectionOffset, const Reference &ref, in appendSectionRelocations() argument 783 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
| H A D | ArchHandler.h | 190 uint64_t atomSectionOffset,
|
| H A D | ArchHandler_arm.cpp | 111 uint64_t atomSectionOffset, 1184 uint64_t atomSectionOffset, in appendSectionRelocations() argument 1193 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|