Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp74 uint32_t normalizedSectionIndex; member
84 normalizedSectionIndex(0), finalSectionIndex(0) { in SectionInfo()
650 si->normalizedSectionIndex = file.sections.size()-1; in appendSection()
672 Section *normSect = &file.sections[si->normalizedSectionIndex]; in copySectionContent()
718 Section *normSect = &file.sections[si->normalizedSectionIndex]; in updateSectionInfo()
1172 Section &normSect = file.sections[si->normalizedSectionIndex]; in addIndirectSymbols()
1316 Section &normSect = file.sections[si->normalizedSectionIndex]; in addSectionRelocs()
1514 file.sections[sectInfo->normalizedSectionIndex].content; in fixLazyReferenceImm()
1526 file.sections[sectInfo->normalizedSectionIndex].content = newContent; in fixLazyReferenceImm()