Searched defs:_sym (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c103 GElf_Sym _sym; local
107 &_sym, &_str) == RET_OK) {
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c105 Sym *_sym, *sym = (syms + rsymndx); local
286 _sym = sym;
335 if ((ELF_ST_BIND(_sym->st_info) == STB_WEAK) &&
336 (_sym->st_shndx == SHN_UNDEF) &&
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c199 Elf_Sym *sym, *_sym; local
222 for (i = 0, _sym = op->o_syms; i < op->o_symcnt; i++, _sym++) {
223 if (((uintptr_t)_sym->st_value < (uintptr_t)pc) &&
224 (_sym->st_value > sym->st_value))
225 sym = _sym;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c623 struct nlist *sym, *_sym; local
634 for (_sym = NULL, _value = 0, ndx = 0; ndx < cnt; ndx++, sym++) {
646 _sym = sym;
653 if (_sym) {
669 dlip->dli_sname = &LM2LP(lmp)->lp_symstr[_sym->n_un.n_strx];
H A Delf.c2486 Sym *sym, *_sym = NULL; local
2563 _sym = mid_sym;
2575 if (_sym == NULL) {
2580 _sym = mid_sym;
2610 _sym = sym;
2628 if (_sym) {
2630 *info = (void *)_sym;
2634 dlip->dli_sname = str + _sym->st_name;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c151 * _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; local
241 symtab[symtab_ndx++] = _sym;
248 dynsym[dynsym_ndx++] = _sym;
255 ldynsym[ldynsym_ndx++] = _sym;
403 sym = &_sym;
1877 Sym *sym, *_sym, *__sy local
[all...]

Completed in 65 milliseconds