/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 181 stab_t *stab; in stabs_read() local 214 stab = &((stab_t *)data->d_buf)[i]; in stabs_read() 217 if (stab->n_type == N_LBRAC) { in stabs_read() 221 } else if (stab->n_type == N_RBRAC) { in stabs_read() 225 } else if (stab->n_type == N_EINCL) { in stabs_read() 242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM || in stabs_read() 243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM || in stabs_read() 244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM || in stabs_read() 245 stab->n_type == N_RSYM || in stabs_read() 246 stab->n_type == N_STSYM || stab->n_type == N_BINCL || in stabs_read() [all …]
|
H A D | ctftools.h | 100 typedef struct stab { struct
|
H A D | st_parse.c | 403 parse_stab(stab_t *stab, char *cp, iidesc_t **iidescp) in parse_stab() argument 419 switch (stab->n_type) { in parse_stab() 442 parse_debug(1, cp, "Unknown stab type %#x", stab->n_type); in parse_stab()
|
/titanic_41/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 53 Elf_Scn *stab = NULL; in walk_symtab() local 67 while ((stab = elf_nextscn(elf, stab)) != NULL) { in walk_symtab() 68 (void) gelf_getshdr(stab, &stabshdr); in walk_symtab() 89 stabdata = elf_getdata(stab, NULL); in walk_symtab()
|
/titanic_41/usr/src/cmd/saf/ |
H A D | admutil.c | 240 struct sactab stab; /* place to hold parsed info */ in find_pm() local 248 parse(p, &stab); in find_pm() 249 if (!(strcmp(stab.sc_tag, pmtag))) in find_pm()
|
H A D | sacadm.c | 978 struct sactab stab; /* place to hold parsed info */ local 979 register struct sactab *sp = &stab; /* and a pointer to it */ 1011 parse(tp2, &stab);
|
H A D | pmadm.c | 1303 struct sactab stab; /* place to hold parsed info */ local 1304 register struct sactab *sp = &stab; /* and a pointer to it */
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | macro.c | 129 stab(name, ST_MACRO, ST_ENTER)->s_macro = mid; \ 677 s = stab(mbuf, ST_MACRO, ST_ENTER); 730 s = stab(str, ST_CLASS, ST_FIND);
|
H A D | Makefile | 39 recipient.o sasl.o savemail.o sfsasl.o sm_resolve.o srvrsmtp.o stab.o \
|
H A D | alias.c | 224 STAB *s = stab("aliases", ST_MAP, ST_FIND); 302 s = stab(buf, ST_MAP, ST_ENTER); 350 s = stab(class, ST_MAPCLASS, ST_FIND);
|
H A D | conf.c | 481 s = stab(name, ST_MAPCLASS, ST_ENTER); \ 727 if (stab("host", ST_MAP, ST_FIND) == NULL) in inithostmaps() 746 stab("aliases.files", ST_MAP, ST_FIND) == NULL) in inithostmaps() 754 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) in inithostmaps() 763 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) in inithostmaps() 772 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) in inithostmaps() 781 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) in inithostmaps() 791 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) in inithostmaps() 799 if (stab("aliases", ST_MAP, ST_FIND) == NULL) in inithostmaps() 1008 st = stab(buf, ST_SERVICE, ST_ENTER); [all …]
|
H A D | headers.c | 42 s = stab(hi->hi_field, ST_HEADER, ST_ENTER); in setupheaders() 217 s = stab(fname, ST_HEADER, ST_ENTER); 233 s = stab(fname, ST_HEADER, ST_FIND); 295 s = stab("*", ST_HEADER, ST_FIND); 549 s = stab(field, ST_HEADER, ST_FIND);
|
H A D | readcf.c | 433 stab(ep, ST_MAP, ST_FIND) == NULL) 1028 mapclass = stab(cl, ST_MAPCLASS, ST_FIND); 1358 s = stab(p, ST_QUEUE, ST_FIND); 1629 s = stab(m->m_name, ST_MAILER, ST_ENTER); 4050 s = stab(str, ST_CLASS, ST_ENTER); 4107 class = stab(classname, ST_MAPCLASS, ST_FIND); 4116 s = stab(mapname, ST_MAP, ST_ENTER); 4194 s = stab(q, ST_RULESET, stabmode);
|
H A D | main.c | 1779 st = stab("mqueue", ST_QUEUE, ST_FIND); 1786 st = stab("local", ST_MAILER, ST_FIND); 1792 st = stab("prog", ST_MAILER, ST_FIND); 1801 st = stab("*file*", ST_MAILER, ST_FIND); 1810 st = stab("*include*", ST_MAILER, ST_FIND); 4336 map = stab(p, ST_MAP, ST_FIND); 4383 st = stab(p, ST_MAILER, ST_FIND);
|
H A D | stab.c | 44 stab(name, type, op) in stab() function
|
H A D | READ_ME | 74 stab.c Routines to manage the symbol table.
|
H A D | mci.c | 322 s = stab(host, ST_MCI + m->m_mno, ST_ENTER); 498 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
|
H A D | map.c | 3851 s = stab(nbuf, ST_LMAP, ST_ENTER); 4691 class = stab("ldap", ST_MAPCLASS, ST_FIND); 5964 s = stab(name, ST_ALIAS, ST_FIND); 5985 s = stab(lhs, ST_ALIAS, ST_ENTER); 6474 s = stab(ap, ST_MAP, ST_FIND); 6539 s = stab(nbuf, ST_MAP, ST_FIND); 7819 s = stab(nbuf, ST_SOCKETMAP, ST_ENTER);
|
H A D | milter.c | 1322 s = stab(m->mf_name, ST_MILTER, ST_ENTER); 1376 s = stab(spec, ST_MILTER, ST_FIND);
|
H A D | sendmail.h | 1534 extern STAB *stab __P((char *, int, int));
|
H A D | parseaddr.c | 1503 map = stab(mapname, ST_MAP, ST_FIND);
|
/titanic_41/usr/src/cmd/sgs/libldstab/ |
H A D | Makefile.com | 30 COMOBJS= stab.o
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 820 lxml_get_pgroup_stability(pgroup_t *pgrp, xmlNodePtr stab) in lxml_get_pgroup_stability() argument 823 lxml_validate_element(stab); in lxml_get_pgroup_stability() 826 SCF_TYPE_ASTRING, stab, value_attr)); in lxml_get_pgroup_stability()
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 206 4286236 ar gives confusing "bad format" error with a null .stab section 615 4754751 "strip" command doesn't remove comdat stab sections. 887 5063580 libldstab: file /tmp/posto..: .stab[.index|.sbfocus] found with no
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 813 @ MSG_SCN_STAB ".stab" 814 @ MSG_SCN_STABEXCL ".stab.exclstr"
|