Searched refs:NoHeaders (Results 1 – 8 of 8) sorted by relevance
63 NoHeaders: true
219 NoHeaders: true
146 NoHeaders: [[NOHEADERS=false]]
117 NoHeaders: [[NOHEADERS=false]]
461 NoHeaders: true
370 if (!Doc.SectionHeaders || !Doc.SectionHeaders->NoHeaders.getValueOr(false)) in ELFState()447 (Doc.SectionHeaders->NoHeaders && !*Doc.SectionHeaders->NoHeaders)) in writeELFHeader()531 if (!Doc.SectionHeaders || (Doc.SectionHeaders->NoHeaders && in toSectionIndex()532 !Doc.SectionHeaders->NoHeaders.getValue())) in toSectionIndex()535 assert(!Doc.SectionHeaders->NoHeaders.getValueOr(false) || in toSectionIndex()1766 if (!Doc.SectionHeaders || Doc.SectionHeaders->NoHeaders) in buildSectionHeaderReorderMap()1820 if (Doc.SectionHeaders->NoHeaders.getValueOr(false)) in buildSectionIndex()1930 !Doc.SectionHeaders || !Doc.SectionHeaders->NoHeaders.getValueOr(false); in writeELF()
867 IO.mapOptional("NoHeaders", SectionHeader.NoHeaders); in mapping()872 if (SecHdrTable.NoHeaders && (SecHdrTable.Sections || SecHdrTable.Excluded)) in validate()874 if (!SecHdrTable.NoHeaders && !SecHdrTable.Sections && !SecHdrTable.Excluded) in validate()
100 Optional<bool> NoHeaders; member