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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3113   s->Printf("%8.8x ", sh.sh_name);
 3114   DumpELFSectionHeader_sh_type(s, sh.sh_type);
 3115   s->Printf(" %8.8" PRIx64 " (", sh.sh_flags);
 3116   DumpELFSectionHeader_sh_flags(s, sh.sh_flags);
 3117   s->Printf(") %8.8" PRIx64 " %8.8" PRIx64 " %8.8" PRIx64, sh.sh_addr,
 3119   s->Printf(" %8.8x %8.8x", sh.sh_link, sh.sh_info);
 3120   s->Printf(" %8.8" PRIx64 " %8.8" PRIx64, sh.sh_addralign, sh.sh_entsize);