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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2850        I != m_section_headers.end(); ++I) {
 2850        I != m_section_headers.end(); ++I) {
 2851     if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) {
 2851     if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) {
 2852       const char *hay_name = I->section_name.GetCString();
 2856         const ELFSectionHeader &reloc_header = *I;
 2857         user_id_t reloc_id = SectionIndex(I);