Searched defs:ds_shdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c116 GElf_Shdr ds_shdr; member in struct:dis_scn
140 tgt->dt_shnmap[*index].dm_start = scn->ds_shdr.sh_addr;
141 tgt->dt_shnmap[*index].dm_length = scn->ds_shdr.sh_size;
147 if (scn->ds_shdr.sh_type == SHT_DYNSYM && tgt->dt_symidx == 0)
149 else if (scn->ds_shdr.sh_type == SHT_SYMTAB)
763 if (gelf_getshdr(scn, &sdata.ds_shdr) == NULL) {
770 sdata.ds_shdr.sh_name)) == NULL) {
788 if (sdata.ds_shdr.sh_addr == 0)
789 sdata.ds_shdr.sh_addr = tgt->dt_shnmap[idx].dm_start;
801 return ((scn->ds_shdr
[all...]

Completed in 45 milliseconds