Searched refs:_sym (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | apptrace.h | 49 __abi_ ## lib ## _ ## symbol ## _sym.a_vflag 55 __abi_ ## lib ## _ ## symbol ## _sym.a_real 66 (cast __abi_ ## lib ## _ ## sym ## _sym.a_real)
|
/illumos-gate/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()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | linker.h | 173 int linker_ddb_lookup(const char *_symstr, c_linker_sym_t *_sym); 174 int linker_ddb_search_symbol(caddr_t _value, c_linker_sym_t *_sym, 176 int linker_ddb_symbol_values(c_linker_sym_t _sym, linker_symval_t *_symval);
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | dis.c | 104 GElf_Sym _sym; in print_address_ps() local 108 &_sym, &_str) == RET_OK) { in print_address_ps()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_recurse.c | 114 static int has_symbol_helper(struct expression *expr, void *_sym) in has_symbol_helper() argument 116 struct symbol *sym = _sym; in has_symbol_helper()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | _libld.h | 532 #define DYNSORT_TEST_ATTR(_sdp, _sym) \ argument 537 (_sym->st_size != 0) && \ 559 #define DYNSORT_COUNT(_sdp, _sym, _type, _inc_or_dec_op) \ argument 570 if ((_cnt_var != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \
|
H A D | update.c | 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() [all …]
|
H A D | syms.c | 2062 #define SYM_LOC_BADADDR(_sdp, _sym, _type) \ in ld_sym_process() argument 2063 (_sym->st_size && dynsymsort_symtype[_type] && \ in ld_sym_process() 2064 (_sym->st_shndx != SHN_UNDEF) && \ in ld_sym_process() 2065 ((_sym->st_shndx < SHN_LORESERVE) || \ in ld_sym_process() 2066 (_sym->st_shndx == SHN_XINDEX)) && \ in ld_sym_process() 2068 ((_sym->st_value + _sym->st_size) > _sdp->sd_isc->is_shdr->sh_size)) in ld_sym_process()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 2463 Sym *sym, *_sym = NULL; local 2540 _sym = mid_sym; 2552 if (_sym == NULL) { 2557 _sym = mid_sym; 2587 _sym = sym; 2605 if (_sym) { 2607 *info = (void *)_sym; 2611 dlip->dli_sname = str + _sym->st_name;
|