Searched refs:SectionHeaders (Results 1 – 9 of 9) sorted by relevance
50 SectionHeaders.reserve(Obj.Sections.size()); in finalize()54 SectionHeaders.push_back(createSectionHeader(S, SectionSize)); in finalize()71 for (size_t I = 0, S = SectionHeaders.size(); I < S; ++I) { in write()72 Out.write(SectionHeaders[I].data(), SectionHeaders[I].size()); in write()
29 std::vector<SectionHeader> SectionHeaders; variable
514 const ELFYAML::SectionHeaderTable &SectionHeaders = in writeELFHeader() local519 else if (SectionHeaders.Offset) in writeELFHeader()520 Header.e_shoff = *SectionHeaders.Offset; in writeELFHeader()527 Header.e_shnum = SectionHeaders.getNumHeaders(Doc.getSections().size()); in writeELFHeader()531 else if (SectionHeaders.Offset && in writeELFHeader()604 const ELFYAML::SectionHeaderTable &SectionHeaders = in toSectionIndex() local606 if (SectionHeaders.IsImplicit || in toSectionIndex()607 (SectionHeaders.NoHeaders && !*SectionHeaders.NoHeaders) || in toSectionIndex()608 SectionHeaders.isDefault()) in toSectionIndex()611 assert(!SectionHeaders.NoHeaders.value_or(false) || !SectionHeaders.Sections); in toSectionIndex()[all …]
116 static bool SectionHeaders; variable234 opts::SectionHeaders = Args.hasArg(OPT_section_headers); in parseOptions()423 if (opts::SectionDetails || opts::SectionHeaders) { in dumpObject()677 opts::SectionHeaders = true; in llvm_readobj_main()697 opts::SectionHeaders = true; in llvm_readobj_main()
127 FixedStreamArray<object::coff_section> SectionHeaders; variable
200 return SectionHeaders; in getSectionHeaders()273 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
65 extern bool SectionHeaders;
332 bool objdump::SectionHeaders; member in objdump3295 if (SectionHeaders) in dumpObject()3536 SectionHeaders = InputArgs.hasArg(OBJDUMP_section_headers); in parseObjdumpOptions()3722 SectionHeaders = SymbolTable = true; in llvm_objdump_main()3730 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in llvm_objdump_main()
2175 if (SectionHeaders) in ProcessMachO()