Lines Matching refs:_sym
161 #define ADD_TO_DYNSORT(_sdp, _sym, _type, _sym_ndx) \ in update_osym() argument
174 if ((_dynsort_arr != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \ in update_osym()
195 Sym _sym = {0}, *sym, *symtab = NULL; in update_osym() local
247 symtab[symtab_ndx++] = _sym; in update_osym()
254 dynsym[dynsym_ndx++] = _sym; in update_osym()
261 ldynsym[ldynsym_ndx++] = _sym; in update_osym()
409 sym = &_sym; in update_osym()
1943 Sym *sym, *_sym, *__sym; in update_osym() local
1948 _sym = __sym = _sdp->sd_sym; in update_osym()
1970 sym->st_value = _sym->st_value; in update_osym()
1971 sym->st_size = _sym->st_size; in update_osym()
1972 sym->st_other = _sym->st_other; in update_osym()
1973 sym->st_shndx = _sym->st_shndx; in update_osym()
1979 sym->st_value = _sym->st_value; in update_osym()
1980 sym->st_size = _sym->st_size; in update_osym()
1981 sym->st_other = _sym->st_other; in update_osym()
1982 sym->st_shndx = _sym->st_shndx; in update_osym()