Searched refs:_sym (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | apptrace.h | 51 __abi_ ## lib ## _ ## symbol ## _sym.a_vflag 57 __abi_ ## lib ## _ ## symbol ## _sym.a_real 68 (cast __abi_ ## lib ## _ ## sym ## _sym.a_real)
|
/titanic_44/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 199 Elf_Sym *sym, *_sym; in print_address() local 222 for (i = 0, _sym = op->o_syms; i < op->o_symcnt; i++, _sym++) { in print_address() 223 if (((uintptr_t)_sym->st_value < (uintptr_t)pc) && in print_address() 224 (_sym->st_value > sym->st_value)) in print_address() 225 sym = _sym; in print_address()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 103 GElf_Sym _sym; in print_address_ps() local 107 &_sym, &_str) == RET_OK) { in print_address_ps()
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 105 Sym *_sym, *sym = (syms + rsymndx); in count_reloc() local 286 _sym = sym; in count_reloc() 335 if ((ELF_ST_BIND(_sym->st_info) == STB_WEAK) && in count_reloc() 336 (_sym->st_shndx == SHN_UNDEF) && in count_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 623 struct nlist *sym, *_sym; in aout_dladdr() local 634 for (_sym = NULL, _value = 0, ndx = 0; ndx < cnt; ndx++, sym++) { in aout_dladdr() 646 _sym = sym; in aout_dladdr() 653 if (_sym) { in aout_dladdr() 669 dlip->dli_sname = &LM2LP(lmp)->lp_symstr[_sym->n_un.n_strx]; in aout_dladdr()
|
H A D | elf.c | 2486 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;
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | _libld.h | 543 #define DYNSORT_TEST_ATTR(_sdp, _sym) \ argument 548 (_sym->st_size != 0) && \ 570 #define DYNSORT_COUNT(_sdp, _sym, _type, _inc_or_dec_op) \ argument 581 if ((_cnt_var != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \
|
H A D | update.c | 155 #define ADD_TO_DYNSORT(_sdp, _sym, _type, _sym_ndx) \ in update_osym() argument 168 if ((_dynsort_arr != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \ in update_osym() 189 Sym _sym = {0}, *sym, *symtab = NULL; in update_osym() local 241 symtab[symtab_ndx++] = _sym; in update_osym() 248 dynsym[dynsym_ndx++] = _sym; in update_osym() 255 ldynsym[ldynsym_ndx++] = _sym; in update_osym() 403 sym = &_sym; in update_osym() 1877 Sym *sym, *_sym, *__sym; in update_osym() local 1882 _sym = __sym = _sdp->sd_sym; in update_osym() 1904 sym->st_value = _sym->st_value; in update_osym() [all …]
|
H A D | syms.c | 1925 #define SYM_LOC_BADADDR(_sdp, _sym, _type) \ in ld_sym_process() argument 1926 (_sym->st_size && dynsymsort_symtype[_type] && \ in ld_sym_process() 1927 (_sym->st_shndx != SHN_UNDEF) && \ in ld_sym_process() 1928 ((_sym->st_shndx < SHN_LORESERVE) || \ in ld_sym_process() 1929 (_sym->st_shndx == SHN_XINDEX)) && \ in ld_sym_process() 1931 ((_sym->st_value + _sym->st_size) > _sdp->sd_isc->is_shdr->sh_size)) in ld_sym_process()
|