Searched refs:RawSec (Results 1 – 1 of 1) sorted by relevance
846 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() local848 if (RawSec->Size) in initSectionHeaders()849 SHeader.sh_size = *RawSec->Size; in initSectionHeaders()850 if (RawSec->Info) in initSectionHeaders()851 SHeader.sh_info = *RawSec->Info; in initSectionHeaders()989 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() local991 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()996 if (RawSec->Content) in initSymtabSectionHeader()998 " for symbol table section '" + RawSec->Name + "'"); in initSymtabSectionHeader()999 if (RawSec->Size) in initSymtabSectionHeader()[all …]