Lines Matching refs:RawSec
202 if (const ELFYAML::RawContentSection *RawSec = in shouldPrintSection() local
204 if (RawSec->Type != ELF::SHT_PROGBITS || RawSec->Link || RawSec->Info || in shouldPrintSection()
205 RawSec->AddressAlign != yaml::Hex64{1} || RawSec->Address || in shouldPrintSection()
206 RawSec->EntSize) in shouldPrintSection()
209 ELFYAML::ELF_SHF ShFlags = RawSec->Flags.value_or(ELFYAML::ELF_SHF(0)); in shouldPrintSection()
520 if (ELFYAML::RawContentSection *RawSec = in dumpDWARFSections() local
526 if (ShStrTabIndex && RawSec->OriginalSecNdx == *ShStrTabIndex) in dumpDWARFSections()
531 if (RawSec->Name == ".debug_aranges") in dumpDWARFSections()
533 else if (RawSec->Name == ".debug_str") in dumpDWARFSections()
535 else if (RawSec->Name == ".debug_ranges") in dumpDWARFSections()
537 else if (RawSec->Name == ".debug_addr") in dumpDWARFSections()
547 RawSec->Content.reset(); in dumpDWARFSections()