Home
last modified time | relevance | path

Searched refs:sectionIndexForAtom (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp181 FindSectionIndexForAtom sectionIndexForAtom,
739 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument
756 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
777 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
785 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
793 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
801 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
813 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
825 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
H A DArchHandler_x86.cpp120 FindSectionIndexForAtom sectionIndexForAtom,
557 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument
578 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
591 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
605 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
H A DArchHandler_arm.cpp1187 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument
1214 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1235 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1259 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1294 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1315 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1339 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1374 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
H A DArchHandler_arm64.cpp173 FindSectionIndexForAtom sectionIndexForAtom,
778 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument
844 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
H A DMachONormalizedFileFromAtoms.cpp174 uint32_t sectionIndexForAtom(const Atom *atom);
1283 uint32_t Util::sectionIndexForAtom(const Atom *atom) { in sectionIndexForAtom() function in __anon71138ccb0111::Util
1305 return sectionIndexForAtom(&atom); in addSectionRelocs()