| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86_64.cpp | 745 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 748 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 752 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 760 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 764 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 805 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 811 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 817 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 823 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 834 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() [all …]
|
| H A D | File.h | 45 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtom() 55 sectionOffset % inSection->alignment); in addDefinedAtom() 59 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtom() 67 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtomInCustomSection() 78 sectionOffset % inSection->alignment); in addDefinedAtomInCustomSection() 84 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtomInCustomSection() 88 uint64_t sectionOffset, uint64_t size, in addZeroFillDefinedAtom() argument 97 sectionOffset % inSection->alignment); in addZeroFillDefinedAtom() 114 addAtomForSection(inSection, atom, sectionOffset); in addZeroFillDefinedAtom() 257 uint64_t sectionOffset) { in addAtomForSection() argument [all …]
|
| H A D | ArchHandler_arm64.cpp | 783 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 787 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 798 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 813 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 824 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 829 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 834 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 839 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 851 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 853 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_x86.cpp | 563 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 571 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 575 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 584 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 588 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 602 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 610 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 616 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 618 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations() 623 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_arm.cpp | 1193 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 1229 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1253 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1270 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1279 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1309 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1333 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1350 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1359 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1379 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() [all …]
|