Home
last modified time | relevance | path

Searched refs:_sym (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/head/
H A Dapptrace.h51 __abi_ ## lib ## _ ## symbol ## _sym.a_vflag
57 __abi_ ## lib ## _ ## symbol ## _sym.a_real
68 (cast __abi_ ## lib ## _ ## sym ## _sym.a_real)
/titanic_51/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c199 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_51/usr/src/boot/sys/sys/
H A Dlinker.h173 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);
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c103 GElf_Sym _sym; in print_address_ps() local
107 &_sym, &_str) == RET_OK) { in print_address_ps()
/titanic_51/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c105 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_51/usr/src/cmd/sgs/rtld/common/
H A Da.out.c623 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 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;
/titanic_51/usr/src/cmd/sgs/libld/common/
H A D_libld.h504 * _sym - Pointer to symbol referenced by _sdp.
506 * _sym is derivable from _sdp: _sdp->sd_sym
529 * (_sym->st_size != 0)
543 #define DYNSORT_TEST_ATTR(_sdp, _sym) \ argument
548 (_sym->st_size != 0) && \
560 * _sdp, _sym - As per DYNSORT_TEST_ATTR
566 * Note that _type is derivable from _sym: ELF_ST_TYPE(_sdp->sd_sym->st_info).
570 #define DYNSORT_COUNT(_sdp, _sym, _type, _inc_or_dec_op) \ argument
581 if ((_cnt_var != NULL) && DYNSORT_TEST_ATTR(_sdp, _sym)) \
H A Dupdate.c151 * _sdp, _sym, _type - As per DYNSORT_COUNT. See _libld.h in update_osym()
152 * _sym_ndx - Index that _sym will have in the combined in update_osym()
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, *__sy in update_osym() local
[all...]
H A Dsyms.c1925 #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()