Home
last modified time | relevance | path

Searched refs:appendReloc (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp1222 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 DArchHandler_x86_64.cpp781 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 DArchHandler_arm64.cpp786 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 DArchHandler_x86.cpp570 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 DArchHandler.cpp115 void ArchHandler::appendReloc(normalized::Relocations &relocs, uint32_t offset, in appendReloc() function in lld::mach_o::ArchHandler
H A DArchHandler.h308 static void appendReloc(normalized::Relocations &relocs, uint32_t offset,