Lines Matching refs:tshdr
1108 Shdr *tshdr; in output_symbol() local
1131 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()
1269 EC_WORD(shndx), EC_XWORD(tshdr->sh_size), in output_symbol()