Lines Matching refs:symptr
1001 Sym *symptr; in update_osym() local
1050 symptr = sdp->sd_sym; in update_osym()
1054 (sdp->sd_shndx = symptr->st_shndx) == SHN_COMMON)) { in update_osym()
1066 symptr->st_value = (Xword) S_ROUND( in update_osym()
1067 parexpnaddr, symptr->st_value); in update_osym()
1068 parexpnaddr = symptr->st_value + in update_osym()
1069 symptr->st_size; in update_osym()
1073 } else if (ELF_ST_TYPE(symptr->st_info) != STT_TLS && in update_osym()
1078 symptr->st_value = (Xword)S_ROUND(bssaddr, in update_osym()
1079 symptr->st_value); in update_osym()
1080 bssaddr = symptr->st_value + symptr->st_size; in update_osym()
1084 } else if (ELF_ST_TYPE(symptr->st_info) == STT_TLS && in update_osym()
1089 symptr->st_value = (Xword)S_ROUND(tlsbssaddr, in update_osym()
1090 symptr->st_value); in update_osym()
1091 tlsbssaddr = symptr->st_value + symptr->st_size; in update_osym()
1097 symptr->st_value -= ofl->ofl_tlsphdr->p_vaddr; in update_osym()
1102 ((sdp->sd_shndx = symptr->st_shndx) == in update_osym()
1108 symptr->st_value = (Xword)S_ROUND(lbssaddr, in update_osym()
1109 symptr->st_value); in update_osym()
1110 lbssaddr = symptr->st_value + symptr->st_size; in update_osym()
1124 type = ELF_ST_TYPE(symptr->st_info); in update_osym()
1130 symptr->st_info = ELF_ST_INFO(bind, type); in update_osym()