Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp641 Section* normSect = &file.sections.back(); in appendSection() local
643 normSect->segmentName = si->segmentName; in appendSection()
644 normSect->sectionName = si->sectionName; in appendSection()
645 normSect->type = si->type; in appendSection()
646 normSect->attributes = si->attributes; in appendSection()
647 normSect->address = si->address; in appendSection()
648 normSect->alignment = si->alignment; in appendSection()
683 normSect->content = sectionContent; in copySectionContent()
719 normSect->address = si->address; in updateSectionInfo()
1185 normSect.indirectSymbols.push_back( in addIndirectSymbols()
[all …]