Home
last modified time | relevance | path

Searched refs: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
140 tgt->dt_shnmap[*index].dm_start = scn->ds_shdr.sh_addr; in tgt_scn_init()
141 tgt->dt_shnmap[*index].dm_length = scn->ds_shdr.sh_size; in tgt_scn_init()
147 if (scn->ds_shdr.sh_type == SHT_DYNSYM && tgt->dt_symidx == 0) in tgt_scn_init()
149 else if (scn->ds_shdr.sh_type == SHT_SYMTAB) in tgt_scn_init()
778 if (gelf_getshdr(scn, &sdata.ds_shdr) == NULL) { in dis_tgt_section_iter()
785 sdata.ds_shdr.sh_name)) == NULL) { in dis_tgt_section_iter()
803 if (sdata.ds_shdr.sh_addr == 0) in dis_tgt_section_iter()
804 sdata.ds_shdr.sh_addr = tgt->dt_shnmap[idx].dm_start; in dis_tgt_section_iter()
816 return ((scn->ds_shdr.sh_type == SHT_PROGBITS) && in dis_section_istext()
[all …]