Searched refs:RawSection (Results 1 – 1 of 1) sorted by relevance
563 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get()); in validate() local564 if (!RawSection || RawSection->Size >= RawSection->Content.binary_size()) in validate()