Lines Matching refs:_sym
151 * _sdp, _sym, _type - As per DYNSORT_COUNT. See _libld.h
152 * _sym_ndx - Index that _sym will have in the combined
155 #define ADD_TO_DYNSORT(_sdp, _sym, _type, _sym_ndx) \
168 if ((_dynsort_arr != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \
189 Sym _sym = {0}, *sym, *symtab = NULL;
241 symtab[symtab_ndx++] = _sym;
248 dynsym[dynsym_ndx++] = _sym;
255 ldynsym[ldynsym_ndx++] = _sym;
403 sym = &_sym;
1877 Sym *sym, *_sym, *__sym;
1882 _sym = __sym = _sdp->sd_sym;
1904 sym->st_value = _sym->st_value;
1905 sym->st_size = _sym->st_size;
1906 sym->st_other = _sym->st_other;
1907 sym->st_shndx = _sym->st_shndx;
1913 sym->st_value = _sym->st_value;
1914 sym->st_size = _sym->st_size;
1915 sym->st_other = _sym->st_other;
1916 sym->st_shndx = _sym->st_shndx;