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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp180 FindSectionIndexForAtom sectionIndexForAtom,
769 FindSectionIndexForAtom sectionIndexForAtom,
789 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
810 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
818 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
826 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
834 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
846 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
858 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
H A DArchHandler_x86.cpp119 FindSectionIndexForAtom sectionIndexForAtom,
556 FindSectionIndexForAtom sectionIndexForAtom,
577 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
590 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
604 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
551 appendSectionRelocations( const DefinedAtom &atom, uint64_t atomSectionOffset, const Reference &ref, FindSymbolIndexForAtom symbolIndexForAtom, FindSectionIndexForAtom sectionIndexForAtom, FindAddressForAtom addressForAtom, normalized::Relocations &relocs) argument
H A DArchHandler_arm.cpp1186 FindSectionIndexForAtom sectionIndexForAtom,
1213 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1234 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1258 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1293 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1314 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1338 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1373 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0,
1181 appendSectionRelocations( const DefinedAtom &atom, uint64_t atomSectionOffset, const Reference &ref, FindSymbolIndexForAtom symbolIndexForAtom, FindSectionIndexForAtom sectionIndexForAtom, FindAddressForAtom addressForAtom, normalized::Relocations &relocs) argument
H A DArchHandler_arm64.cpp172 FindSectionIndexForAtom sectionIndexForAtom,
777 FindSectionIndexForAtom sectionIndexForAtom,
843 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0,
H A DMachONormalizedFileFromAtoms.cpp173 uint32_t sectionIndexForAtom(const Atom *atom);
1283 uint32_t Util::sectionIndexForAtom(const Atom *atom) { function in class:__anon1147::Util
1305 return sectionIndexForAtom(&atom);

Completed in 258 milliseconds