Searched refs:atomSectionOffset (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 116 uint64_t atomSectionOffset, 553 uint64_t atomSectionOffset, in appendSectionRelocations() argument 562 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
D | ArchHandler_arm64.cpp | 169 uint64_t atomSectionOffset, 775 const DefinedAtom &atom, uint64_t atomSectionOffset, const Reference &ref, in appendSectionRelocations() argument 782 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
D | ArchHandler_x86_64.cpp | 177 uint64_t atomSectionOffset, 766 uint64_t atomSectionOffset, in appendSectionRelocations() argument 775 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|
D | ArchHandler.h | 189 uint64_t atomSectionOffset,
|
D | ArchHandler_arm.cpp | 110 uint64_t atomSectionOffset, 1183 uint64_t atomSectionOffset, in appendSectionRelocations() argument 1192 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
|