Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp887 ELFYAML::ELF_SHT sectionType; in mapping() local
889 sectionType = Section->Type; in mapping()
891 IO.mapRequired("Type", sectionType); in mapping()
893 switch (sectionType) { in mapping()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp58 SectionType sectionType; member
112 if (p->sectionType != section.type) in atomTypeFromSection()
1594 SectionType &sectionType, in relocatableSectionInfoForContentType() argument
1607 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
H A DMachONormalizedFileBinaryUtils.h206 SectionType &sectionType,
H A DMachONormalizedFileFromAtoms.cpp232 SectionType sectionType; in getRelocatableSection() local
238 sectionType, sectionAttrs, in getRelocatableSection()
250 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection()
263 SectionType sectionType; member
335 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()