Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 257) sorted by relevance

1234567891011

/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c87 elfedit_atoi_value_to_str(const elfedit_atoi_sym_t *sym, elfedit_atoi_t value, in elfedit_atoi_value_to_str()
100 elfedit_atoui_value_to_str(const elfedit_atoui_sym_t *sym, in elfedit_atoui_value_to_str()
134 atoi_sym_process(const char *str, const elfedit_atoi_sym_t *sym, in atoi_sym_process()
161 atoui_sym_process(const char *str, const elfedit_atoui_sym_t *sym, in atoui_sym_process()
194 elfedit_cpl_atoi(void *cpldata, const elfedit_atoi_sym_t *sym) in elfedit_cpl_atoi()
200 elfedit_cpl_atoui(void *cpldata, const elfedit_atoui_sym_t *sym) in elfedit_cpl_atoui()
238 elfedit_atoi2(const char *str, const elfedit_atoi_sym_t *sym, elfedit_atoi_t *v) in elfedit_atoi2()
254 elfedit_atoi(const char *str, const elfedit_atoi_sym_t *sym) in elfedit_atoi()
263 elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym, in elfedit_atoui2()
280 elfedit_atoui(const char *str, const elfedit_atoui_sym_t *sym) in elfedit_atoui()
[all …]
H A Delfconst.c253 elfedit_atoui_sym_t *sym = &fill_state->desc[fill_state->cur++]; in libconv_fill_cb() local
266 libconv_fill_iter(sym_table_ent_t *sym, conv_iter_osabi_t osabi, Half mach, in libconv_fill_iter()
304 libconv_fill(sym_table_ent_t *sym, conv_iter_osabi_t osabi, Half mach) in libconv_fill()
431 sym_table_ent_t *sym; in invalidate_libconv_strings() local
502 sym_table_ent_t *sym; in elfedit_const_to_atoui() local
/titanic_50/usr/src/lib/libm/common/C/
H A Dlibm.h54 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \ argument
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,dst) setx sym,%g1,%dst argument
97 #define PIC_SET(via,sym,dst) set sym,%dst argument
153 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \ argument
165 #define PIC_G_LOAD(insn,sym,dst) \ argument
178 #define PIC_G_LOAD(insn,sym,dst) \ argument
188 #define PIC_G_LOAD(insn,sym,dst) insn sym,%dst argument
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dmisc.c59 GElf_Sym sym; in umem_set_standalone() local
79 umem_lookup_by_name(const char *name, GElf_Sym *sym) in umem_lookup_by_name()
89 GElf_Sym sym; in umem_readvar() local
102 is_umem_sym(const char *sym, const char *prefix) in is_umem_sym()
/titanic_50/usr/src/uts/common/krtld/
H A Dreloc.h242 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
247 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
253 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
259 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
265 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \ argument
273 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \ argument
284 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
288 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
293 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
298 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
[all …]
/titanic_50/usr/src/lib/libtecla/common/
H A Dkeytab.c228 Symbol *sym = _find_HashSymbol(kt->actions, action); in _kt_set_keybinding() local
346 KeySym *sym; in _kt_set_keyfn() local
665 Symbol *sym; /* The symbol table entry of the action */ in _kt_set_action() local
752 static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn, in _kt_assign_action()
809 KeySym *sym = kt->table + oldkey; in _kt_clear_bindings() local
984 Symbol *sym; /* The symbol table entry of the action */ in _kt_lookup_action() local
/titanic_50/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c187 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, in do_reloc_krtld()
202 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/titanic_50/usr/src/cmd/localedef/
H A Dcharmap.c194 add_charmap_impl(char *sym, wchar_t wc, int nodups) in add_charmap_impl()
235 add_charmap(char *sym, int c) in add_charmap()
241 add_charmap_undefined(char *sym) in add_charmap_undefined()
317 lookup_charmap(const char *sym, wchar_t *wc) in lookup_charmap()
/titanic_50/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()
327 nm_any(void *data, const GElf_Sym *sym, const char *name, in nm_any()
335 nm_undef(void *data, const GElf_Sym *sym, const char *name, in nm_undef()
346 nm_asgn(void *data, const GElf_Sym *sym, const char *name, in nm_asgn()
370 nm_cnt_any(void *data, const GElf_Sym *sym, const char *name, in nm_cnt_any()
380 nm_cnt_undef(void *data, const GElf_Sym *sym, const char *name, in nm_cnt_undef()
391 nm_get_any(void *data, const GElf_Sym *sym, const char *name, in nm_get_any()
409 nm_get_undef(void *data, const GElf_Sym *sym, const char *name, in nm_get_undef()
703 GElf_Sym sym; in cmd_nm() local
813 GElf_Sym sym; in cmd_nmadd() local
[all …]
/titanic_50/usr/src/lib/libpp/common/
H A Dppmisc.c37 register struct ppsymbol* sym; in pprefmac() local
74 register struct ppsymbol* sym; in ppassert() local
/titanic_50/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c189 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, in do_reloc_krtld()
204 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c84 const char *sym, uint_t binfo) in Dbg_bind_global()
167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) in Dbg_bind_reject()
183 Dbg_bind_weak(Rt_map *flmp, Addr fabs, Addr frel, const char *sym) in Dbg_bind_weak()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dmove.c53 elf_move_bad(Lm_list *lml, Rt_map *lmp, Sym *sym, ulong_t num, Addr addr) in elf_move_bad()
101 Sym *sym; in move_data() local
/titanic_50/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c104 GElf_Sym sym; in _mdb_init() local
117 GElf_Sym sym; in _mdb_fini() local
/titanic_50/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() argument
571 chksym(int sym) in chksym()
580 prsym(int sym) in prsym()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c49 Sym *sym = sdp->sd_sym; in make_mvsections() local
195 Sym *sym; in ld_process_move() local
H A Dmachsym.sparc.c161 ld_is_regsym_sparc(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, in ld_is_regsym_sparc()
224 ld_reg_find_sparc(Sym *sym, Ofl_desc *ofl) in ld_reg_find_sparc()
H A Dsyms.c77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize, in string()
236 Sym *sym; in ld_sym_nodirect() local
640 Sym *sym; in sym_add_spec() local
976 sym_cap_vis(const char *name, Word hash, Sym *sym, Ofl_desc *ofl) in sym_cap_vis()
1023 Sym *sym = sdp->sd_sym; in ld_sym_adjust_vis() local
1152 Sym *sym; in ld_sym_validate() local
1855 Sym *sym, Word shndx) in issue_badaddr_msg()
1934 Sym *sym = (Sym *)isc->is_indata->d_buf; in ld_sym_process() local
3020 Sym *sym; in ld_sym_add_u() local
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c148 Elf32_Sym *sym; /* buffer storing one symbol information */ in _elf_nlist() local
359 struct syment sym; in _coff_nlist() local
489 sym_read(int fd, struct syment *sym, int size) in sym_read()
/titanic_50/usr/src/uts/sparc/krtld/
H A Ddoreloc.c366 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, in do_reloc_krtld()
381 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dirm.c58 GElf_Sym sym; in check_irm_enabled() local
80 GElf_Sym sym; in irmpools_walk_init() local
/titanic_50/usr/src/tools/ctf/common/
H A Dsymbol.c35 ignore_symbol(GElf_Sym *sym, const char *name) in ignore_symbol()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_module.c74 const Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32() local
107 const Elf64_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit64() local
200 Elf32_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort32() local
224 Elf64_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort64() local
270 const Elf32_Sym *sym; in dt_module_symname32() local
300 const Elf64_Sym *sym; in dt_module_symname64() local
329 const Elf32_Sym *sym; in dt_module_symaddr32() local
371 const Elf64_Sym *sym; in dt_module_symaddr64() local
1254 GElf_Sym sym; in dtrace_lookup_by_name() local
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c69 Sym *sym; in aout_bndr() local
215 Sym * sym; /* symbol definition */ in aout_reloc() local
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dsyms.c69 GElf_Sym sym; in str_map_sym() local
127 GElf_Sym sym; in addr_map_sym() local

1234567891011