Searched refs:Sym (Results 1 - 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.h56 extern const char *ld_is_regsym_sparc(Ofl_desc *, Ifl_desc *, Sym *,
58 extern int ld_mach_sym_typecheck_sparc(Sym_desc *, Sym *,
60 extern int ld_reg_check_sparc(Sym_desc *, Sym *, const char *,
63 extern Sym_desc * ld_reg_find_sparc(Sym *, Ofl_desc *);
H A Dmachsym.sparc.c58 ld_reg_check_sparc(Sym_desc *sdp, Sym *nsym, const char *nname, Ifl_desc *ifl,
61 Sym *osym = sdp->sd_sym;
126 ld_mach_sym_typecheck_sparc(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl,
130 Sym *osym = sdp->sd_sym;
161 ld_is_regsym_sparc(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs,
224 ld_reg_find_sparc(Sym *sym, Ofl_desc *ofl)
H A Dresolve.c55 sym_null(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl,
61 sym_visibility_diag(Error err, Sym_desc *sdp, Sym *osym, Sym *nsym,
120 sym_visibility(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl)
122 Sym *osym = sdp->sd_sym;
268 sym_typecheck(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl,
300 sym_mach_check(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl,
316 sym_promote(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl,
358 sym_override(Sym_desc *sdp, Sym *nsym, Ifl_desc *ifl, Ofl_desc *ofl,
361 Sym *osy
[all...]
H A Dsyms.c77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize,
201 Sym *symdata;
236 Sym *sym;
243 sym = (Sym *)(symdata + _cnt);
273 Sym *nsym;
276 if ((nsym = libld_malloc(sizeof (Sym))) == NULL)
327 ld_sym_enter(const char *name, Sym *osym, Word hash, Ifl_desc *ifl,
334 Sym *nsym;
350 * Allocate a Sym Descriptor, Auxiliary Descriptor, and a Sym AVLNod
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_audit.h108 uintptr_t (*al_pltenter)(Sym *, uint_t, uintptr_t *, uintptr_t *,
110 uintptr_t (*al_pltexit)(Sym *, uint_t, uintptr_t *, uintptr_t *,
112 uintptr_t (*al_symbind)(Sym *, uint_t, uintptr_t *,
115 uintptr_t (*al_pltenter)(Sym *, uint_t, uintptr_t *, uintptr_t *,
117 uintptr_t (*al_pltexit)(Sym *, uint_t, uintptr_t *, uintptr_t *,
119 uintptr_t (*al_symbind)(Sym *, uint_t, uintptr_t *,
141 extern Addr audit_symbind(Rt_map *, Rt_map *, Sym *, uint_t,
143 extern Addr audit_pltenter(Rt_map *, Rt_map *, Sym *, uint_t,
145 extern Addr audit_pltexit(uintptr_t, Rt_map *, Rt_map *, Sym *,
H A Dmove.c53 elf_move_bad(Lm_list *lml, Rt_map *lmp, Sym *sym, ulong_t num, Addr addr)
101 Sym *sym;
103 if ((sym = (Sym *)SYMTAB(lmp) + ELF_M_SYM(mv->m_info)) == 0)
H A D_elf.h51 extern int elf_copy_reloc(char *, Sym *, Rt_map *, void *, Sym *,
74 extern long elf_static_tls(Rt_map *, Sym *, void *, uchar_t, char *,
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dmachine.c74 tdp->td_symsz = sizeof (Sym); /* d_size */
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c63 check_regsyms(Sym *sym1, const char *name1, Sym *sym2, const char *name2)
96 Sym *symdef;
116 symdef = (Sym *)((unsigned long)SYMTAB(lmp) +
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c92 Sym *sym = (Sym *)(symhdr->sh_addr + i * symsize);
93 Sym tmp = *sym;
97 ksyms_emit(kwp, &tmp, sizeof (Sym),
108 Sym tmp;
121 bzero(&tmp, sizeof (Sym));
122 ksyms_emit(kwp, &tmp, sizeof (Sym), KW_LOCALS);
173 shp->sh_info = kw.kw_size[KW_LOCALS] / sizeof (Sym);
175 shp->sh_entsize = sizeof (Sym);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c47 Sym *syms;
55 syms = (Sym *)_cache->c_data->d_buf;
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_auxv.c40 Sym *ksym;
61 Sym *ksym;
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl307 foreach my $Sym
309 if ($Sym =~ /:$/) {
320 $Sym =~ s/[ \t]*(.*);$/$1/;
321 $Sym =~ s/ .*$//; # remove any data size
322 $Syms{$Sym} = $symitem;
339 foreach my $Sym (sort keys %Syms) {
340 print INTFILE "\t$Syms{$Sym}\t$Sym\n";
H A Dcheck_rtime.pl177 my(@Elf, @Ldd, $Dyn, $Sym, $Stack);
365 $Sym = 5;
406 if (($Sym == 5) && ($Line =~ /not found\)/)) {
416 if ($Sym && ($Line =~ /symbol not found/)) {
419 if (($Sym == 5) && defined($EXRE_undef_ref) &&
421 $Sym = 0;
424 if ($Sym-- == 1) {
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c133 Sym *symref;
180 Sym * symp;
181 symp = (Sym *)
207 symref = (Sym *)
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c130 Sym *symref;
176 Sym * symp;
177 symp = (Sym *)
202 symref = (Sym *)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h69 __ElfType(Sym); variable
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dllib-llddbg402 void Dbg32_syminfo_entry(Lm_list *, Elf32_Word, Syminfo *, Sym *, const char *,
404 void Dbg64_syminfo_entry(Lm_list *, Elf64_Word, Syminfo *, Sym *, const char *,
425 void Dbg32_syms_cap_convert(Ofl_desc *, Word, const char *, Sym *);
426 void Dbg64_syms_cap_convert(Ofl_desc *, Word, const char *, Sym *);
427 void Dbg32_syms_cap_local(Ofl_desc *, Word, const char *, Sym *, Sym_desc *);
428 void Dbg64_syms_cap_local(Ofl_desc *, Word, const char *, Sym *, Sym_desc *);
441 void Dbg32_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
442 void Dbg64_syms_entered(Ofl_desc *, Sym *, Sym_desc *);
454 void Dbg32_syms_new(Ofl_desc *, Sym *, Sym_desc *);
455 void Dbg64_syms_new(Ofl_desc *, Sym *, Sym_des
[all...]
H A Dsyms.c232 Dbg_syms_entered(Ofl_desc *ofl, Sym *sym, Sym_desc *sdp)
283 Dbg_syms_cap_convert(Ofl_desc *ofl, Word ndx, const char *name, Sym *sym)
301 Dbg_syms_cap_local(Ofl_desc *ofl, Word ndx, const char *name, Sym *sym,
397 Dbg_syms_new(Ofl_desc *ofl, Sym *sym, Sym_desc *sdp)
443 int col, Sym *osym, Sym *nsym, Sym_desc *sdp, Ifl_desc *ifl)
590 Dbg_syminfo_entry(Lm_list *lml, Word ndx, Syminfo *sip, Sym *sym,
639 uchar_t osabi, Half mach, Sym *sym, Versym verndx, int gnuver,
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h78 typedef Elf64_Sym Sym; typedef
125 typedef Elf32_Sym Sym; typedef
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c181 Sym *
H A Dkobj.c124 static Sym *lookup_one(struct module *, const char *);
126 static Sym *sym_lookup(struct module *, Sym *);
712 Sym *sp;
868 sp = (Sym *)(mp->symtbl + i * mp->symhdr->sh_entsize);
898 Sym *sp;
979 sp = (Sym *)(mp->symtbl + i * mp->symhdr->sh_entsize);
1383 Sym *sym;
1439 Sym *sp;
1502 Sym *es
[all...]
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c164 Sym *symref;
229 Sym *symp;
230 symp = (Sym *)
258 symref = (Sym *)
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c122 * Sym symdef
125 elf_plt_trace_write(ulong_t roffset, Rt_map *rlmp, Rt_map *dlmp, Sym *sym,
147 Sym *symp;
187 symp = (Sym *)dyndata;
218 Sym *rsym, *nsym;
261 rsym = (Sym *)((ulong_t)SYMTAB(lmp) + (rsymndx * SYMENT(lmp)));
389 Sym *symref, *psymref, *symdef, *psymdef;
619 symref = (Sym *)((ulong_t)SYMTAB(lmp) +
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c389 dynsym_size = sizeof (Sym) * hnchains;
522 sp->sh_info = sp->sh_size / sizeof (Sym);
524 sp->sh_entsize = sizeof (Sym);
551 sp->sh_entsize = sizeof (Sym);
614 Sym sym, *symtabptr;
625 symtabptr = (Sym *)(uintptr_t)d[DI_SYMTAB]->d_un.d_ptr;
628 symtabptr = (Sym*)((uintptr_t)symtabptr + addr);

Completed in 123 milliseconds

123