Home
last modified time | relevance | path

Searched refs:gs_name (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c76 gsp->gs_name = (const char *)shstr->gs_data + shp->sh_name; in gelf_sect_init()
81 gsp->gs_name = shstr->gs_data; /* empty string */ in gelf_sect_init()
144 IOP_NAME(gf->gf_io), gsp->gs_name, (ulong_t)gsp->gs_shdr.sh_size); in mdb_gelf_sect_load()
150 IOP_NAME(gf->gf_io), gsp->gs_name); in mdb_gelf_sect_load()
157 warn("failed to read %s:%s", IOP_NAME(gf->gf_io), gsp->gs_name); in mdb_gelf_sect_load()
164 gsp->gs_shdr.sh_size, IOP_NAME(gf->gf_io), gsp->gs_name); in mdb_gelf_sect_load()
944 "using %u instead\n", gst->gst_dsect->gs_name, in gelf32_symtab_init()
963 gst->gst_dsect->gs_name, i); in gelf32_symtab_init()
1041 "using %u instead\n", gst->gst_dsect->gs_name, in gelf64_symtab_init()
1060 gst->gst_dsect->gs_name, i); in gelf64_symtab_init()
[all …]
H A Dmdb_gelf.h52 const char *gs_name; /* Section name */ member