Searched refs:tshdr (Results 1 – 2 of 2) sorted by relevance
199 GElf_Shdr shdr, tshdr; in delete_comment() local222 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()
1108 Shdr *tshdr; in output_symbol() local1131 tshdr = NULL; in output_symbol()1149 tshdr = state->cache[shndx].c_shdr; in output_symbol()1168 tshdr = state->cache[shndx].c_shdr; in output_symbol()1226 if (tshdr && in output_symbol()1228 ((tshdr->sh_flags & SHF_TLS) == 0)) { in output_symbol()1235 tshdr && (tshdr->sh_flags & SHF_TLS)) { in output_symbol()1260 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) { in output_symbol()1263 v -= tshdr->sh_addr; in output_symbol()1264 if (((v + sym->st_size) > tshdr->sh_size)) { in output_symbol()[all …]