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

References

tools/llvm-readobj/ELFDumper.cpp
 3213         ElfObj->getFileName(), Obj->getSectionName(&Sec, this->WarningHandler));
 3215         getSectionTypeString(Obj->getHeader()->e_machine, Sec.sh_type);
 3217         to_string(format_hex_no_prefix(Sec.sh_addr, ELFT::Is64Bits ? 16 : 8));
 3218     Fields[4].Str = to_string(format_hex_no_prefix(Sec.sh_offset, 6));
 3219     Fields[5].Str = to_string(format_hex_no_prefix(Sec.sh_size, 6));
 3220     Fields[6].Str = to_string(format_hex_no_prefix(Sec.sh_entsize, 2));
 3221     Fields[7].Str = getGNUFlags(Sec.sh_flags);
 3222     Fields[8].Str = to_string(Sec.sh_link);
 3223     Fields[9].Str = to_string(Sec.sh_info);
 3224     Fields[10].Str = to_string(Sec.sh_addralign);