Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1104 Shdr *tshdr; in output_symbol() local
1127 tshdr = NULL; in output_symbol()
1145 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1164 tshdr = state->cache[shndx].c_shdr; in output_symbol()
1222 if (tshdr && in output_symbol()
1224 ((tshdr->sh_flags & SHF_TLS) == 0)) { in output_symbol()
1231 tshdr && (tshdr->sh_flags & SHF_TLS)) { in output_symbol()
1256 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) { in output_symbol()
1259 v -= tshdr->sh_addr; in output_symbol()
1260 if (((v + sym->st_size) > tshdr->sh_size)) { in output_symbol()
[all …]