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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  110       e_shstrndx = section_zero.sh_link;
  239   if (data.GetU32(offset, &sh_link, 2) == nullptr)
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  924   Section *dynstr = section_list->FindSectionByID(header->sh_link).get();
 2287   user_id_t strtab_id = symtab_hdr->sh_link;
 2480   user_id_t symtab_id = rel_hdr->sh_link;
 2519   Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get();
 2647   user_id_t symtab_id = rel_hdr->sh_link;
 3119   s->Printf(" %8.8x %8.8x", sh.sh_link, sh.sh_info);