Lines Matching refs:ds_shdr
116 GElf_Shdr ds_shdr;
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.sh_type == SHT_PROGBITS) &&
802 (scn->ds_shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR)));
829 return (scn->ds_shdr.sh_addr);