Home
last modified time | relevance | path

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

12345678910>>...12

/titanic_51/usr/src/boot/sys/sys/
H A Dlinker_set.h57 #define __MAKE_SET(set, sym) \ argument
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/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() argument
100 elfedit_atoui_value_to_str(const elfedit_atoui_sym_t *sym, in elfedit_atoui_value_to_str() argument
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...]
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() argument
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...]
/titanic_51/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,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/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() argument
89 GElf_Sym sym; in umem_readvar() local
102 is_umem_sym(const char * sym,const char * prefix) is_umem_sym() argument
[all...]
/titanic_51/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, 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/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 */ _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/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() argument
202 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/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
235 add_charmap(char *sym, int c) in add_charmap() argument
241 add_charmap_undefined(char *sym) in add_charmap_undefined() argument
317 lookup_charmap(const char * sym,wchar_t * wc) lookup_charmap() argument
[all...]
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppmisc.c37 register struct ppsymbol* sym; in pprefmac() local
74 register struct ppsymbol* sym; ppassert() local
[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
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/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() argument
204 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c84 const char *sym, uint_t binfo) in Dbg_bind_global() argument
167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) in Dbg_bind_reject() argument
183 Dbg_bind_weak(Rt_map *flmp, Addr fabs, Addr frel, const char *sym) in Dbg_bind_weak() argument
[all...]
/titanic_51/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
[all...]
/titanic_51/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() argument
101 Sym *sym; in move_data() local
/titanic_51/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() argument
571 chksym(int sym) in chksym() argument
580 prsym(int sym) prsym() argument
[all...]
/titanic_51/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
[all...]
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() argument
224 ld_reg_find_sparc(Sym * sym,Ofl_desc * ofl) ld_reg_find_sparc() argument
[all...]
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_51/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; _coff_nlist() local
489 sym_read(int fd,struct syment * sym,int size) sym_read() argument
[all...]
/titanic_51/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_51/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() argument
381 #define sym (* rel_desc_sname_func)(rdesc) in do_reloc_krtld() macro
[all...]
/titanic_51/usr/src/tools/ctf/common/
H A Dsymbol.c35 ignore_symbol(GElf_Sym *sym, const char *name) in ignore_symbol() argument
/titanic_51/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 in dt_module_syminit64() local
200 Elf32_Sym *sym = symtab + dsp->ds_symid; dt_module_symsort32() local
224 Elf64_Sym *sym = symtab + dsp->ds_symid; dt_module_symsort64() local
270 const Elf32_Sym *sym; dt_module_symname32() local
300 const Elf64_Sym *sym; dt_module_symname64() local
329 const Elf32_Sym *sym; dt_module_symaddr32() local
371 const Elf64_Sym *sym; dt_module_symaddr64() local
1254 GElf_Sym sym; dtrace_lookup_by_name() local
[all...]

12345678910>>...12