reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
218 switch (Sec.sh_type) { 220 Expected<ELFYAML::DynamicSection *> SecOrErr = dumpDynamicSection(&Sec); 233 dumpSymtabShndxSection(&Sec); 241 Expected<ELFYAML::RelocationSection *> SecOrErr = dumpRelocSection(&Sec); 248 Expected<ELFYAML::Group *> GroupOrErr = dumpGroup(&Sec); 255 Expected<ELFYAML::MipsABIFlags *> SecOrErr = dumpMipsABIFlags(&Sec); 262 Expected<ELFYAML::NoBitsSection *> SecOrErr = dumpNoBitsSection(&Sec); 269 Expected<ELFYAML::NoteSection *> SecOrErr = dumpNoteSection(&Sec); 276 Expected<ELFYAML::HashSection *> SecOrErr = dumpHashSection(&Sec); 283 Expected<ELFYAML::VerdefSection *> SecOrErr = dumpVerdefSection(&Sec); 290 Expected<ELFYAML::SymverSection *> SecOrErr = dumpSymverSection(&Sec); 297 Expected<ELFYAML::VerneedSection *> SecOrErr = dumpVerneedSection(&Sec); 304 Expected<ELFYAML::AddrsigSection *> SecOrErr = dumpAddrsigSection(&Sec); 314 if (&Sec == &Sections[0]) { 315 const uint8_t *Begin = reinterpret_cast<const uint8_t *>(&Sec); 324 if (Sec.sh_type == ELF::SHT_PROGBITS) { 325 Expected<ELFYAML::Section *> SpecialSecOrErr = dumpSpecialSection(&Sec); 335 dumpContentSection(&Sec);