Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp1223 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1231 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1237 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1247 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1255 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1261 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1303 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1311 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1317 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1327 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
[all …]
H A DArchHandler_x86_64.cpp748 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()
768 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 DArchHandler_arm64.cpp787 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()
857 appendReloc(relocs, sectionOffset, symbolIndexForAtom(atom), 0, in appendSectionRelocations()
[all …]
H A DArchHandler_x86.cpp571 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()
612 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) - ref.addend(), 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 DArchHandler.cpp116 void ArchHandler::appendReloc(normalized::Relocations &relocs, uint32_t offset, in appendReloc() function in lld::mach_o::ArchHandler
H A DArchHandler.h309 static void appendReloc(normalized::Relocations &relocs, uint32_t offset,