Searched refs:SectionHeader (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | Writer.h | 26 using SectionHeader = SmallVector<char, 8>; 29 std::vector<SectionHeader> SectionHeaders; 40 static SectionHeader createSectionHeader(const Section &S,
|
H A D | Writer.cpp | 23 Writer::SectionHeader Writer::createSectionHeader(const Section &S, in createSectionHeader() 25 SectionHeader Header; in createSectionHeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 131 struct SectionHeader { struct 296 Optional<std::vector<SectionHeader>> Sections; 297 Optional<std::vector<SectionHeader>> Excluded; 743 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionHeader) in LLVM_YAML_IS_SEQUENCE_VECTOR() 879 template <> struct MappingTraits<ELFYAML::SectionHeader> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 880 static void mapping(IO &IO, ELFYAML::SectionHeader &SHdr); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/netbsd-src/sys/arch/powerpc/stand/mkbootimage/ |
H A D | pef.h | 54 struct SectionHeader struct
|
H A D | mkbootimage.c | 602 struct SectionHeader textHdr, dataHdr, ldrHdr; in bebox_write_header()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 249 using SectionHeader = typename ELFT::Shdr; in CreateArchType() typedef 266 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType() 271 for (const SectionHeader &Header : *Sections) { in CreateArchType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1110 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 1186 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty() 1206 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty() 1215 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty() 1227 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty() 1276 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---EXTERNALS---"; in dumpPretty() 1286 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
|
H A D | LinePrinter.h | 148 SectionHeader, enumerator
|
H A D | LinePrinter.cpp | 326 case PDB_ColorItem::SectionHeader: in applyColor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1758 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() 1766 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Sections) in buildSectionHeaderReorderMap() 1770 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap() 1802 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
|
H A D | ELFYAML.cpp | 993 void MappingTraits<ELFYAML::SectionHeader>::mapping( in mapping() 994 IO &IO, ELFYAML::SectionHeader &SHdr) { in mapping()
|