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

Declarations

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  335   const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  817   const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id);
  919   const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex(dynsym->GetID());
 2282   const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
 2494   const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id);
 2498   const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id);
 2650   const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
 2654   const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id);
 2751             GetSectionHeaderByIndex(reloc_id);