Lines Matching defs:RawSec
202 if (const ELFYAML::RawContentSection *RawSec =
204 if (RawSec->Type != ELF::SHT_PROGBITS || RawSec->Link || RawSec->Info ||
205 RawSec->AddressAlign != yaml::Hex64{1} || RawSec->Address ||
206 RawSec->EntSize)
209 ELFYAML::ELF_SHF ShFlags = RawSec->Flags.value_or(ELFYAML::ELF_SHF(0));
520 if (ELFYAML::RawContentSection *RawSec =
523 // RawSec. Currently, they just use the last section with the matching
526 if (ShStrTabIndex && RawSec->OriginalSecNdx == *ShStrTabIndex)
531 if (RawSec->Name == ".debug_aranges")
533 else if (RawSec->Name == ".debug_str")
535 else if (RawSec->Name == ".debug_ranges")
537 else if (RawSec->Name == ".debug_addr")
547 RawSec->Content.reset();