Searched refs:RawSec (Results 1 – 1 of 1) sorted by relevance
839 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() local841 if (RawSec->Size) in initSectionHeaders()842 SHeader.sh_size = *RawSec->Size; in initSectionHeaders()843 if (RawSec->Info) in initSectionHeaders()844 SHeader.sh_info = *RawSec->Info; in initSectionHeaders()982 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() local984 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()989 if (RawSec->Content) in initSymtabSectionHeader()991 " for symbol table section '" + RawSec->Name + "'"); in initSymtabSectionHeader()992 if (RawSec->Size) in initSymtabSectionHeader()[all …]