Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c199 GElf_Shdr shdr, tshdr; in delete_comment() local
222 if (gelf_getshdr(tscn, &tshdr) == NULL) { in delete_comment()
228 tshdr = shdr; in delete_comment()
229 tshdr.sh_link = shndx[shdr.sh_link]; in delete_comment()
242 tshdr.sh_info = shndx[ndx]; in delete_comment()
248 (void) gelf_update_shdr(tscn, &tshdr); in delete_comment()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1173 Shdr *tshdr; in output_symbol() local
1196 tshdr = NULL; in output_symbol()
1214 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1233 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1291 if (tshdr && in output_symbol()
1293 ((tshdr->sh_flags & SHF_TLS) == 0)) { in output_symbol()
1300 tshdr && (tshdr->sh_flags & SHF_TLS)) { in output_symbol()
1325 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) { in output_symbol()
1328 v -= tshdr->sh_addr; in output_symbol()
1329 if (((v + sym->st_size) > tshdr->sh_size)) { in output_symbol()
[all …]