/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 56 * stab is defined, but is defined as something that doesn't exist yet. 146 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs. 173 * Read the stabs from the stab ELF section, and turn them into a tdesc tree, 181 stab_t *stab; local 193 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 && 194 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) && 195 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 && 214 stab = &((stab_t *)data->d_buf)[i]; 217 if (stab->n_type == N_LBRAC) { 219 debug(3, "stab [all...] |
H A D | ctftools.h | 97 * This is a partial copy of the stab.h that DevPro includes with their 100 typedef struct stab { struct 257 * correspond to "interesting" stabs. A stab is interesting if it defines a
|
H A D | st_parse.c | 403 parse_stab(stab_t *stab, char *cp, iidesc_t **iidescp) argument 419 switch (stab->n_type) { 442 parse_debug(1, cp, "Unknown stab type %#x", stab->n_type); 593 * sometimes emit the same stab for a forward 995 * For VLA variables on sparc, SS12 generated stab entry 998 * Whereas SS12u1 generated stab entry looks like this:
|
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 53 Elf_Scn *stab = NULL; local 67 while ((stab = elf_nextscn(elf, stab)) != NULL) { 68 (void) gelf_getshdr(stab, &stabshdr); 89 stabdata = elf_getdata(stab, NULL);
|
/illumos-gate/usr/src/cmd/sgs/libldstab/ |
H A D | Makefile.com | 30 COMOBJS= stab.o
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | admutil.c | 240 struct sactab stab; /* place to hold parsed info */ local 248 parse(p, &stab); 249 if (!(strcmp(stab.sc_tag, pmtag)))
|
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 */
|
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/ |
H A D | ldscript.arm | 105 .stab 0 : { *(.stab) }
|
/illumos-gate/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 | 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 | stab.c | 18 SM_RCSID("@(#)$Id: stab.c,v 8.89 2006/08/15 23:24:58 ca Exp $") 44 stab(name, type, op) function 186 ** Each mailer has its own MCI stab entry: 188 ** s = stab(host, ST_MCI + m->m_mno, ST_ENTER); 197 syserr("stab: unknown symbol type %d", type); 205 sm_dprintf("size of stab entry: %d\n", len); 223 ** STABAPPLY -- apply function to all stab entries 227 ** parameters (the stab entry and the arg). 465 sm_syslog(LOG_INFO, NOQID, "stab: total=%d (%d)", total, total - prev); 471 sm_syslog(LOG_INFO, NOQID, "stab [all...] |
H A D | conf.c | 481 s = stab(name, ST_MAPCLASS, ST_ENTER); \ 604 MAPDEF("stab", NULL, MCF_ALIASOK|MCF_ALIASONLY, 727 if (stab("host", ST_MAP, ST_FIND) == NULL) 746 stab("aliases.files", ST_MAP, ST_FIND) == NULL) 754 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) 763 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) 772 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) 781 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) 791 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) 799 if (stab("aliase [all...] |
H A D | headers.c | 42 s = stab(hi->hi_field, ST_HEADER, ST_ENTER); 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 | 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 | 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 | sendmail.h | 1140 ** identical to) looking up the name for delivery. This stab type 1529 /* opcodes to stab */ 1534 extern STAB *stab __P((char *, int, int));
|
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 | daemon.c | 3935 s = stab(name, ST_NAMECANON, ST_ENTER);
|
H A D | parseaddr.c | 1503 map = stab(mapname, ST_MAP, ST_FIND);
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 119 # Objects that are allowed to contain stab debugging sections 497 } elsif (($Stab == 0) && ($Line =~ /\.stab/)) { 1069 print "\t[-s]\t\tprocess .stab and .symtab entries\n";
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 822 lxml_get_pgroup_stability(pgroup_t *pgrp, xmlNodePtr stab) argument 825 lxml_validate_element(stab); 828 SCF_TYPE_ASTRING, stab, value_attr));
|