reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ELFDumper.cpp
 3275   switch (SectionIndex) {
 3291     if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC)
 3291     if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC)
 3293              to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
 3295     if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS)
 3295     if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS)
 3297              to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
 3299     if (SectionIndex >= ELF::SHN_LORESERVE &&
 3300         SectionIndex <= ELF::SHN_HIRESERVE)
 3302              to_string(format_hex_no_prefix(SectionIndex, 4)) + "]";
 3304     return to_string(format_decimal(SectionIndex, 3));