Searched defs: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; 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);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1115 Shdr *tshdr; local
1138 tshdr = NULL;
1156 tshdr = state->cache[shndx].c_shdr;
1175 tshdr = state->cache[shndx].c_shdr;
1233 if (tshdr &&
1235 ((tshdr->sh_flags & SHF_TLS) == 0)) {
1242 tshdr && (tshdr->sh_flags & SHF_TLS)) {
1267 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) {
1270 v -= tshdr
[all...]

Completed in 49 milliseconds