Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h124 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
H A DMachONormalizedFileToAtoms.cpp228 uint32_t sectionIndex, in appendSymbolsInSection() argument
234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
H A DMachONormalizedFileFromAtoms.cpp549 uint32_t sectionIndex = 1; in organizeSections() local
553 sect->finalSectionIndex = sectionIndex++; in organizeSections()