Searched refs:sectionType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 887 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 D | MachONormalizedFileToAtoms.cpp | 58 SectionType sectionType; member 112 if (p->sectionType != section.type) in atomTypeFromSection() 1594 SectionType §ionType, in relocatableSectionInfoForContentType() argument 1607 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
|
| H A D | MachONormalizedFileBinaryUtils.h | 206 SectionType §ionType,
|
| H A D | MachONormalizedFileFromAtoms.cpp | 232 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()
|