Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/titanic_51/usr/src/uts/common/krtld/
H A Dreloc.h242 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
244 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
247 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
250 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
253 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
256 _kobj_printf(ops, MSG_REL_SYM, ((sym) ? (sym) : MSG_STR_UNKNOWN)); \
259 #define REL_ERR_UNNOBITS(lml, file, sym, rtyp argument
265 REL_ERR_LOSEBITS(lml,file,sym,rtype,uvalue,nbits,off) global() argument
273 REL_ERR_NOFIT(lml,file,sym,rtype,uvalue) global() argument
284 REL_ERR_UNIMPL(lml,file,sym,rtype) global() argument
288 REL_ERR_UNSUPSZ(lml,file,sym,rtype,size) global() argument
293 REL_ERR_NONALIGN(lml,file,sym,rtype,off) global() argument
298 REL_ERR_UNNOBITS(lml,file,sym,rtype,nbits) global() argument
303 REL_ERR_LOSEBITS(lml,file,sym,rtype,uvalue,nbits,off) global() argument
309 REL_ERR_NOFIT(lml,file,sym,rtype,uvalue) global() argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/modules/libumem/
H A Dmisc.c59 GElf_Sym sym; in umem_set_standalone() local
62 if (mdb_lookup_by_obj(UMEM_OBJNAME, "umem_alloc", &sym) == 0) in umem_set_standalone()
64 else if (mdb_lookup_by_obj(MDB_OBJ_EXEC, "umem_alloc", &sym) == 0) in umem_set_standalone()
79 umem_lookup_by_name(const char *name, GElf_Sym *sym) in umem_lookup_by_name() argument
82 UMEM_OBJNAME), name, sym)); in umem_lookup_by_name()
89 GElf_Sym sym; in umem_readvar() local
91 if (umem_lookup_by_name(name, &sym)) in umem_readvar()
94 if (mdb_vread(buf, sym.st_size, (uintptr_t)sym.st_value) in umem_readvar()
95 == sym in umem_readvar()
102 is_umem_sym(const char * sym,const char * prefix) is_umem_sym() argument
[all...]
/titanic_51/usr/src/cmd/dis/
H A Ddis_target.c245 sym_entry_t *sym; in construct_symtab() local
284 for (i = 0, sym = p_symtab; i < tgt->dt_symcount; i++) { in construct_symtab()
285 if (gelf_getsym(symdata, i, &(sym->se_sym)) == NULL) { in construct_symtab()
295 if (!IS_DATA_TYPE(GELF_ST_TYPE(sym->se_sym.st_info))) { in construct_symtab()
300 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) { in construct_symtab()
304 sym->se_shndx = -1; in construct_symtab()
306 sym->se_shndx = symshndx[i]; in construct_symtab()
309 sym->se_shndx = sym->se_sym.st_shndx; in construct_symtab()
313 if (sym in construct_symtab()
647 sym_entry_t *sym, *osym, *match; dis_tgt_lookup() local
736 sym_entry_t *sym; dis_tgt_next_symbol() local
872 sym_entry_t *sym; dis_tgt_function_iter() local
[all...]
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c50 SYM_CMD_T_DUMP = 0, /* sym:dump */
52 SYM_CMD_T_ST_BIND = 1, /* sym:st_bind */
53 SYM_CMD_T_ST_INFO = 2, /* sym:st_info */
54 SYM_CMD_T_ST_NAME = 3, /* sym:st_name */
55 SYM_CMD_T_ST_OTHER = 4, /* sym:st_other */
56 SYM_CMD_T_ST_SHNDX = 5, /* sym:st_shndx */
57 SYM_CMD_T_ST_SIZE = 6, /* sym:st_size */
58 SYM_CMD_T_ST_TYPE = 7, /* sym:st_type */
59 SYM_CMD_T_ST_VALUE = 8, /* sym:st_value */
60 SYM_CMD_T_ST_VISIBILITY = 9 /* sym
155 } sym; global() member
250 Sym *sym; dump_symtab() local
428 Sym *sym; print_symstate() local
685 Sym *sym = &symstate->sym.data[symstate->ndx]; cmd_body_set_st_bind() local
743 Sym *sym = &symstate->sym.data[symstate->ndx]; cmd_body_set_st_name() local
795 Sym *sym = &symstate->sym.data[symstate->ndx]; cmd_body_set_st_shndx() local
942 Sym *sym = &symstate->sym.data[symstate->ndx]; cmd_body_set_st_type() local
981 Sym *sym = &symstate->sym.data[symstate->ndx]; cmd_body_set_st_visibility() local
1231 Sym *sym = &symstate->sym.data[symstate->ndx]; symstate_cmd_body() local
[all...]
/titanic_51/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c253 elfedit_atoui_sym_t *sym = &fill_state->desc[fill_state->cur++]; in libconv_fill_cb() local
255 sym->sym_name = str; in libconv_fill_cb()
256 sym->sym_value = value; in libconv_fill_cb()
266 libconv_fill_iter(sym_table_ent_t *sym, conv_iter_osabi_t osabi, Half mach, in libconv_fill_iter() argument
269 switch (sym->ste_type) { in libconv_fill_iter()
271 (void) (* sym->ste_conv_func.simple)( in libconv_fill_iter()
273 (void) (* sym->ste_conv_func.simple)( in libconv_fill_iter()
278 (void) (* sym->ste_conv_func.osabi)(osabi, in libconv_fill_iter()
280 (void) (* sym->ste_conv_func.osabi)(osabi, in libconv_fill_iter()
285 (void) (* sym in libconv_fill_iter()
304 libconv_fill(sym_table_ent_t * sym,conv_iter_osabi_t osabi,Half mach) libconv_fill() argument
431 sym_table_ent_t *sym; invalidate_libconv_strings() local
502 sym_table_ent_t *sym; elfedit_const_to_atoui() local
[all...]
H A Dutil.c71 * sym - NULL terminated array of name->value mappings.
87 elfedit_atoi_value_to_str(const elfedit_atoi_sym_t *sym, elfedit_atoi_t value, in elfedit_atoi_value_to_str() argument
90 for (; sym->sym_name != NULL; sym++) in elfedit_atoi_value_to_str()
91 if (value == sym->sym_value) in elfedit_atoi_value_to_str()
92 return (sym->sym_name); in elfedit_atoi_value_to_str()
100 elfedit_atoui_value_to_str(const elfedit_atoui_sym_t *sym, in elfedit_atoui_value_to_str() argument
103 for (; sym->sym_name != NULL; sym++) in elfedit_atoui_value_to_str()
104 if (value == sym in elfedit_atoui_value_to_str()
134 atoi_sym_process(const char * str,const elfedit_atoi_sym_t * sym,elfedit_atoi_t * value) atoi_sym_process() argument
161 atoui_sym_process(const char * str,const elfedit_atoui_sym_t * sym,elfedit_atoui_t * value) atoui_sym_process() argument
194 elfedit_cpl_atoi(void * cpldata,const elfedit_atoi_sym_t * sym) elfedit_cpl_atoi() argument
200 elfedit_cpl_atoui(void * cpldata,const elfedit_atoui_sym_t * sym) elfedit_cpl_atoui() argument
238 elfedit_atoi2(const char * str,const elfedit_atoi_sym_t * sym,elfedit_atoi_t * v) elfedit_atoi2() argument
254 elfedit_atoi(const char * str,const elfedit_atoi_sym_t * sym) elfedit_atoi() argument
263 elfedit_atoui2(const char * str,const elfedit_atoui_sym_t * sym,elfedit_atoui_t * v) elfedit_atoui2() argument
280 elfedit_atoui(const char * str,const elfedit_atoui_sym_t * sym) elfedit_atoui() argument
330 elfedit_atoi_range2(const char * str,elfedit_atoi_t min,elfedit_atoi_t max,const elfedit_atoi_sym_t * sym,elfedit_atoi_t * v) elfedit_atoi_range2() argument
337 elfedit_atoi_range(const char * str,const char * item_name,elfedit_atoi_t min,elfedit_atoi_t max,const elfedit_atoi_sym_t * sym) elfedit_atoi_range() argument
349 elfedit_atoui_range2(const char * str,elfedit_atoui_t min,elfedit_atoui_t max,const elfedit_atoui_sym_t * sym,elfedit_atoui_t * v) elfedit_atoui_range2() argument
356 elfedit_atoui_range(const char * str,const char * item_name,elfedit_atoui_t min,elfedit_atoui_t max,const elfedit_atoui_sym_t * sym) elfedit_atoui_range() argument
[all...]
/titanic_51/usr/src/boot/sys/sys/
H A Dlinker_set.h57 #define __MAKE_SET(set, sym) \ argument
61 __set_##set##_sym_##sym __section("set_" #set) \
62 __used = &(sym)
67 #define __MAKE_SET(set, sym) extern void const * const (__set_##set##_sym_##sym) argument
73 #define TEXT_SET(set, sym) __MAKE_SET(set, sym) argument
74 #define DATA_SET(set, sym) __MAKE_SET(set, sym) argument
75 #define BSS_SET(set, sym) __MAKE_SE argument
76 ABS_SET(set,sym) global() argument
77 SET_ENTRY(set,sym) global() argument
[all...]
/titanic_51/usr/src/lib/libm/common/C/
H A Dlibm.h54 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \ argument
55 .weak __/**/sym; \
56 .type __/**/sym,#stype; \
57 __/**/sym = sym
84 #define PIC_SET(via,sym,dst) ldx [%via+sym],%dst argument
86 #define PIC_SET(via,sym,dst) ld [%via+sym],%dst argument
95 #define PIC_SET(via,sym,ds argument
97 PIC_SET(via,sym,dst) global() argument
153 LIBM_ANSI_PRAGMA_WEAK(sym,stype) global() argument
165 PIC_G_LOAD(insn,sym,dst) global() argument
178 PIC_G_LOAD(insn,sym,dst) global() argument
188 PIC_G_LOAD(insn,sym,dst) global() argument
[all...]
/titanic_51/usr/src/lib/libpp/common/
H A Dppcall.c41 ppcall(register struct ppsymbol* sym, int tok) in ppcall() argument
62 sym->flags |= SYM_NOTICED; in ppcall()
63 if (mac = sym->macro) in ppcall()
66 if ((sym->flags & SYM_PREDICATE) && (pp.state & (CONDITIONAL|WARN)) == (CONDITIONAL|WARN)) in ppcall()
67 error(1, "%s: macro definition overrides assertion: use #%s ...", sym->name, sym->name); in ppcall()
68 if (sym->flags & SYM_DISABLED) in ppcall()
76 error(1, "%s: macro recursion inhibited", sym->name); in ppcall()
80 if ((sym->flags & SYM_PREDEFINED) && !(pp.mode & (HOSTED|INACTIVE))) in ppcall()
83 if (*sym->name != '_' && !(pp.state & COMPATIBILITY)) in ppcall()
85 if (*sym->name != '_') in ppcall()
[all …]
H A Dppcontrol.c60 register struct ppsymbol* sym; in assert() local
95 if (sym = ppsymref(pp.symtab, pred)) in assert()
96 sym->flags &= ~SYM_PREDICATE; in assert()
108 if (sym = ppsymset(pp.symtab, pred)) in assert()
109 sym->flags |= SYM_PREDICATE; in assert()
162 register struct ppsymbol* sym; in macsym() local
169 sym = pprefmac(pp.token, REF_CREATE); in macsym()
170 if ((sym->flags & SYM_FINAL) && (pp.mode & HOSTED)) return 0; in macsym()
171 if (sym->flags & (SYM_ACTIVE|SYM_READONLY)) in macsym()
174 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active"); in macsym()
[all …]
H A Dppmisc.c37 register struct ppsymbol* sym; in pprefmac() local
39 …if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || … in pprefmac()
43 sym = ppsymset(pp.symtab, NiL); in pprefmac()
45 if (sym && ref <= REF_NORMAL) in pprefmac()
47 …if (pp.macref) (*pp.macref)(sym, error_info.file, error_info.line, ref == REF_NORMAL && (pp.state … in pprefmac()
48 if (!sym->macro) sym = 0; in pprefmac()
53 …if (ref == REF_IF && sym && (sym->flags & SYM_PREDEFINED) && *name != '_' && !(pp.mode & (HOSTED|I… in pprefmac()
62 return(sym); in pprefmac()
74 register struct ppsymbol* sym; in ppassert() local
109 if (sym = ppsymref(pp.symtab, pred)) in ppassert()
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppcall.c36 * 0 returned if tok==0 and sym->mac->value to be copied to output by caller
41 ppcall(register struct ppsymbol* sym, int tok) in ppcall() argument
62 sym->flags |= SYM_NOTICED; in ppcall()
63 if (mac = sym->macro) in ppcall()
66 if ((sym->flags & SYM_PREDICATE) && (pp.state & (CONDITIONAL|WARN)) == (CONDITIONAL|WARN)) in ppcall()
67 error(1, "%s: macro definition overrides assertion: use #%s ...", sym->name, sym->name); in ppcall()
68 if (sym->flags & SYM_DISABLED) in ppcall()
76 error(1, "%s: macro recursion inhibited", sym->name); in ppcall()
80 if ((sym in ppcall()
[all...]
H A Dppcontrol.c60 register struct ppsymbol* sym; in assert() local
95 if (sym = ppsymref(pp.symtab, pred)) in assert()
96 sym->flags &= ~SYM_PREDICATE; in assert()
108 if (sym = ppsymset(pp.symtab, pred)) in assert()
109 sym->flags |= SYM_PREDICATE; in assert()
162 register struct ppsymbol* sym; in macsym() local
169 sym = pprefmac(pp.token, REF_CREATE); in macsym()
170 if ((sym->flags & SYM_FINAL) && (pp.mode & HOSTED)) return 0; in macsym()
171 if (sym->flags & (SYM_ACTIVE|SYM_READONLY)) in macsym()
174 error(2, "%s: macro is %s", sym in macsym()
261 register struct ppsymbol* sym; ppcontrol() local
[all...]
H A Dppmisc.c37 register struct ppsymbol* sym; in pprefmac() local
39 if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || ref == REF_DELETE && (pp.mode & (INIT|READONLY)))) in pprefmac()
43 sym = ppsymset(pp.symtab, NiL); in pprefmac()
45 if (sym && ref <= REF_NORMAL) in pprefmac()
47 if (pp.macref) (*pp.macref)(sym, error_info.file, error_info.line, ref == REF_NORMAL && (pp.state & CONDITIONAL) ? REF_IF : ref, 0L); in pprefmac()
48 if (!sym->macro) sym = 0; in pprefmac()
53 if (ref == REF_IF && sym && (sym->flags & SYM_PREDEFINED) && *name != '_' && !(pp.mode & (HOSTED|INACTIVE))) in pprefmac()
62 return(sym); in pprefmac()
74 register struct ppsymbol* sym; ppassert() local
[all...]
/titanic_51/usr/src/boot/lib/libz/
H A Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]
[all...]
/titanic_51/usr/src/contrib/zlib/
H A Dinftrees.c37 unsigned sym; /* index of code symbols */ in inflate_table() local
105 for (sym = 0; sym < codes; sym++) in inflate_table()
106 count[lens[sym]]++; in inflate_table()
142 for (sym = 0; sym < codes; sym++) in inflate_table()
143 if (lens[sym] != 0) work[offs[lens[sym]] in inflate_table()
[all...]
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c295 nm_print(void *data, const GElf_Sym *sym, const char *name, in nm_print() argument
300 if (!((1 << GELF_ST_TYPE(sym->st_info)) & niip->nii_types)) in nm_print()
304 niip->nii_symp = sym; in nm_print()
309 MDB_TBL_PRNT, NM_FMT_VALUE, niip->nii_pfmt, sym->st_value, in nm_print()
310 MDB_TBL_PRNT, NM_FMT_SIZE, niip->nii_pfmt, sym->st_size, in nm_print()
311 MDB_TBL_PRNT, NM_FMT_TYPE, "%-5s", nm_type2str(sym->st_info), in nm_print()
312 MDB_TBL_PRNT, NM_FMT_BIND, "%-5s", nm_bind2str(sym->st_info), in nm_print()
313 MDB_TBL_PRNT, NM_FMT_OTHER, niip->nii_ofmt, sym->st_other, in nm_print()
314 MDB_TBL_PRNT, NM_FMT_SHNDX, "%-8s", nm_sect2str(sym->st_shndx), in nm_print()
327 nm_any(void *data, const GElf_Sym *sym, cons argument
335 nm_undef(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_undef() argument
346 nm_asgn(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_asgn() argument
370 nm_cnt_any(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_cnt_any() argument
380 nm_cnt_undef(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_cnt_undef() argument
391 nm_get_any(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_get_any() argument
409 nm_get_undef(void * data,const GElf_Sym * sym,const char * name,const mdb_syminfo_t * sip,const char * obj) nm_get_undef() argument
703 GElf_Sym sym; cmd_nm() local
813 GElf_Sym sym; cmd_nmadd() local
864 GElf_Sym sym; cmd_nmdel() local
[all...]
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dsyms.c69 GElf_Sym sym; in str_map_sym() local
71 if (symtab_getsym(symp, i, &sym) == NULL) { in str_map_sym()
76 if (sym.st_name == 0) in str_map_sym()
78 if ((sym.st_shndx == SHN_UNDEF) || in str_map_sym()
79 (strcmp(strs + sym.st_name, symname) != 0)) in str_map_sym()
81 *symptr = sym; in str_map_sym()
127 GElf_Sym sym; in addr_map_sym() local
152 if (symtab_getsym(symp, i, &sym) == NULL) { in addr_map_sym()
156 if ((sym.st_name == 0) || (sym in addr_map_sym()
[all...]
/titanic_51/usr/src/cmd/mdb/tools/findfp/common/
H A Dfindsym.c56 GElf_Sym sym; in findelfsym() local
58 if (gelf_getsym(symtab, i, &sym) == NULL) in findelfsym()
61 if ((GELF_ST_TYPE(sym.st_info) != STT_FUNC && in findelfsym()
62 GELF_ST_TYPE(sym.st_info) != STT_OBJECT) || in findelfsym()
63 sym.st_shndx == SHN_UNDEF) in findelfsym()
66 if (addr - sym.st_value < sym.st_size) { in findelfsym()
69 sym.st_name)) == NULL) in findelfsym()
70 elfdie("failed to get name for sym %d", i); in findelfsym()
71 *offp = addr - sym in findelfsym()
[all...]
/titanic_51/usr/src/common/mc/mc-amd/
H A Dmcamd_synd.c263 mcamd_cksym_decode(struct mcamd_hdl *hdl, uint_t sym, int *lowbitp, in mcamd_cksym_decode() argument
266 if (sym <= 0xf || sym >= 0x10 && sym <= 0x1f) { in mcamd_cksym_decode()
269 *lowbitp = sym * 4; in mcamd_cksym_decode()
270 *hibitp = (sym + 1) * 4 - 1; in mcamd_cksym_decode()
271 } else if (sym >= 0x20 && sym <= 0x23) { in mcamd_cksym_decode()
274 *lowbitp = (sym - 0x20) * 4; in mcamd_cksym_decode()
275 *hibitp = (sym in mcamd_cksym_decode()
[all...]
/titanic_51/usr/src/lib/libtecla/common/
H A Dkeytab.c74 static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn,
228 Symbol *sym = _find_HashSymbol(kt->actions, action); in _kt_set_keybinding() local
229 if(!sym) { in _kt_set_keybinding()
235 keyfn = (KtKeyFn *) sym->fn; in _kt_set_keybinding()
236 data = sym->data; in _kt_set_keybinding()
346 KeySym *sym; in _kt_set_keyfn() local
366 sym = kt->table + last; in _kt_set_keyfn()
367 sym->keyseq = binary; in _kt_set_keyfn()
368 sym->nc = nc; in _kt_set_keyfn()
370 KtAction *action = sym in _kt_set_keyfn()
665 Symbol *sym; /* The symbol table entry of the action */ _kt_set_action() local
752 _kt_assign_action(KeySym * sym,KtBinder binder,KtKeyFn * keyfn,void * data) _kt_assign_action() argument
809 KeySym *sym = kt->table + oldkey; _kt_clear_bindings() local
984 Symbol *sym; /* The symbol table entry of the action */ _kt_lookup_action() local
[all...]
/titanic_51/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c104 GElf_Sym sym; in _mdb_init() local
106 if (mdb_lookup_by_obj("logindmux", "logdmuxuwinit", &sym) == 0) in _mdb_init()
107 mdb_qops_install(&logdmux_uqops, (uintptr_t)sym.st_value); in _mdb_init()
108 if (mdb_lookup_by_obj("logindmux", "logdmuxlwinit", &sym) == 0) in _mdb_init()
109 mdb_qops_install(&logdmux_lqops, (uintptr_t)sym.st_value); in _mdb_init()
117 GElf_Sym sym; in _mdb_fini() local
119 if (mdb_lookup_by_obj("logindmux", "logdmuxuwinit", &sym) == 0) in _mdb_fini()
120 mdb_qops_remove(&logdmux_uqops, (uintptr_t)sym.st_value); in _mdb_fini()
121 if (mdb_lookup_by_obj("logindmux", "logdmuxlwinit", &sym) == 0) in _mdb_fini()
122 mdb_qops_remove(&logdmux_lqops, (uintptr_t)sym in _mdb_fini()
[all...]
/titanic_51/usr/src/cmd/localedef/
H A Dcharmap.c194 add_charmap_impl(char *sym, wchar_t wc, int nodups) in add_charmap_impl() argument
201 srch.name = sym; in add_charmap_impl()
216 if (sym) { in add_charmap_impl()
228 n->name = sym; in add_charmap_impl()
235 add_charmap(char *sym, int c) in add_charmap() argument
237 add_charmap_impl(sym, c, 1); in add_charmap()
241 add_charmap_undefined(char *sym) in add_charmap_undefined() argument
246 srch.name = sym; in add_charmap_undefined()
250 warn(_("undefined symbol <%s>"), sym); in add_charmap_undefined()
251 add_charmap_impl(sym, in add_charmap_undefined()
317 lookup_charmap(const char * sym,wchar_t * wc) lookup_charmap() argument
[all...]
/titanic_51/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl298 my ($line, $area, $extent, $type, $sym, $obj);
312 ($obj, $area, $extent, $type, $sym) = split(/\|/, $line);
314 $symbols{$sym} = 1;
377 # @symbol_list will be an array of the "lib|sym" pairs.
381 my ($to, $sym, $from, $binary, $line);
434 ($binary, $from, $to, $sym) = split(/\|/, $_, 4);
442 next if (exists($skip_symbols{$sym}));
446 push(@unbound_list, "$from|$sym");
476 push(@symbol_list, "$from|$to|$abi|$sym");
716 my ($case, $abis, $sym,
[all...]
/titanic_51/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c132 GElf_Sym sym; in print_symtab() local
144 &sym, &shndx) == NULL) { in print_symtab()
157 if ((sym.st_shndx == SHN_XINDEX) && in print_symtab()
190 &sym, &shndx) == NULL)) { in print_symtab()
212 type = GELF_ST_TYPE(sym.st_info); in print_symtab()
213 bind = GELF_ST_BIND(sym.st_info); in print_symtab()
233 if (sym.st_shndx < SHN_LORESERVE) in print_symtab()
234 shndx = sym.st_shndx; in print_symtab()
235 else if ((sym.st_shndx != SHN_XINDEX) || in print_symtab()
237 shndx = sym in print_symtab()
[all...]

12345678910>>...15