| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86_64.cpp | 775 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 781 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 785 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 793 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 797 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 838 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 844 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 850 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 856 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 867 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() [all …]
|
| H A D | File.h | 46 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtom() 56 sectionOffset % inSection->alignment); in addDefinedAtom() 60 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtom() 68 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtomInCustomSection() 79 sectionOffset % inSection->alignment); in addDefinedAtomInCustomSection() 85 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtomInCustomSection() 89 uint64_t sectionOffset, uint64_t size, in addZeroFillDefinedAtom() argument 98 sectionOffset % inSection->alignment); in addZeroFillDefinedAtom() 115 addAtomForSection(inSection, atom, sectionOffset); in addZeroFillDefinedAtom() 258 uint64_t sectionOffset) { in addAtomForSection() argument [all …]
|
| H A D | ArchHandler_arm64.cpp | 782 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 786 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 797 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 812 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations() 823 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 828 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 833 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 838 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 850 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() 852 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_x86.cpp | 562 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 570 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 574 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 583 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 587 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 601 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 609 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 615 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() 617 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations() 622 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_arm.cpp | 1192 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local 1228 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1252 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1269 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1278 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1308 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1332 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1349 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1358 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations() 1378 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.h | 96 SectionChunk *c = nullptr, uint32_t sectionOffset = 0);
|
| H A D | SymbolTable.cpp | 714 uint32_t sectionOffset) { in addRegular() argument 722 reportDuplicate(s, f, c, sectionOffset); in addRegular()
|