| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_arm.cpp | 1222 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1230 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1236 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1246 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1254 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1260 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1302 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1310 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1316 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() 1326 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_x86_64.cpp | 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() 801 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 | ArchHandler_arm64.cpp | 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() 856 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_x86.cpp | 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() 611 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) - ref.addend(), 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.cpp | 115 void ArchHandler::appendReloc(normalized::Relocations &relocs, uint32_t offset, in appendReloc() function in lld::mach_o::ArchHandler
|
| H A D | ArchHandler.h | 308 static void appendReloc(normalized::Relocations &relocs, uint32_t offset,
|