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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c199 GElf_Shdr shdr, tshdr; local
222 if (gelf_getshdr(tscn, &tshdr) == NULL) {
228 tshdr = shdr;
229 tshdr.sh_link = shndx[shdr.sh_link];
242 tshdr.sh_info = shndx[ndx];
248 (void) gelf_update_shdr(tscn, &tshdr);
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1035 Shdr *tshdr; local
1058 tshdr = NULL;
1076 tshdr = state->cache[shndx].c_shdr;
1095 tshdr = state->cache[shndx].c_shdr;
1153 if (tshdr &&
1155 ((tshdr->sh_flags & SHF_TLS) == 0)) {
1162 tshdr && (tshdr->sh_flags & SHF_TLS)) {
1187 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) {
1190 v -= tshdr
[all...]

Completed in 105 milliseconds