Searched refs:stab (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c56 * 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 Dctftools.h107 * This is a partial copy of the stab.h that DevPro includes with their
110 typedef struct stab { struct
267 * correspond to "interesting" stabs. A stab is interesting if it defines a
H A Dst_parse.c406 parse_stab(stab_t *stab, char *cp, iidesc_t **iidescp) argument
422 switch (stab->n_type) {
445 parse_debug(1, cp, "Unknown stab type %#x", stab->n_type);
596 * sometimes emit the same stab for a forward
998 * For VLA variables on sparc, SS12 generated stab entry
1001 * Whereas SS12u1 generated stab entry looks like this:
/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c133 struct stat stab; local
137 if (stat(pp->spool_dir, &stab) < 0) {
145 note_spool_dir(pp, &stab);
205 struct stat stab; member in struct:dirlist
215 if (a->stab.st_dev == b->stab.st_dev)
216 return a->stab.st_ino < b->stab.st_ino;
217 return a->stab.st_dev < b->stab
292 struct stat stab; local
[all...]
/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
/freebsd-13-stable/sys/ddb/
H A Ddb_sym.h101 c_db_sym_t X_db_lookup(db_symtab_t *stab, const char *symstr);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmacro.c127 stab(name, ST_MACRO, ST_ENTER)->s_macro = mid; \
711 s = stab(mbuf, ST_MACRO, ST_ENTER);
764 s = stab(str, ST_CLASS, ST_FIND);
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
H A Dalias.c222 STAB *s = stab("aliases", ST_MAP, ST_FIND);
300 s = stab(buf, ST_MAP, ST_ENTER);
348 s = stab(class, ST_MAPCLASS, ST_FIND);
H A Dconf.c510 s = stab(name, ST_MAPCLASS, ST_ENTER); \
639 MAPDEF("stab", NULL, MCF_ALIASOK,
781 if (stab("host", ST_MAP, ST_FIND) == NULL)
800 stab("aliases.files", ST_MAP, ST_FIND) == NULL)
808 stab("aliases.cdb", ST_MAP, ST_FIND) == NULL)
816 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL)
825 stab("aliases.nis", ST_MAP, ST_FIND) == NULL)
834 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL)
843 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL)
853 stab("aliase
[all...]
H A Dstab.c16 SM_RCSID("@(#)$Id: stab.c,v 8.92 2013-11-22 20:51:56 ca Exp $")
46 stab(name, type, op) function
190 ** Each mailer has its own MCI stab entry:
192 ** s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
201 syserr("stab: unknown symbol type %d", type);
209 sm_dprintf("size of stab entry: %d\n", len);
227 ** STABAPPLY -- apply function to all stab entries
231 ** parameters (the stab entry and the arg).
478 sm_syslog(LOG_INFO, NOQID, "stab: total=%d (%d)", total, total - prev);
484 sm_syslog(LOG_INFO, NOQID, "stab
[all...]
H A Dheaders.c42 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);
563 s = stab(field, ST_HEADER, ST_FIND);
H A Dmain.c1792 st = stab("mqueue", ST_QUEUE, ST_FIND);
1799 st = stab("local", ST_MAILER, ST_FIND);
1805 st = stab("prog", ST_MAILER, ST_FIND);
1814 st = stab("*file*", ST_MAILER, ST_FIND);
1823 st = stab("*include*", ST_MAILER, ST_FIND);
4416 map = stab(p, ST_MAP, ST_FIND);
4463 st = stab(p, ST_MAILER, ST_FIND);
H A Dreadcf.c69 s = stab(bouncequeue, ST_QUEUE, ST_FIND);
482 stab(ep, ST_MAP, ST_FIND) == NULL)
1082 mapclass = stab(cl, ST_MAPCLASS, ST_FIND);
1299 s = stab(mname, ST_MAILER, ST_ENTER);
1533 s = stab(p, ST_QUEUE, ST_FIND);
1809 s = stab(m->m_name, ST_MAILER, ST_ENTER);
4744 s = stab(str, ST_CLASS, ST_ENTER);
4801 class = stab(classname, ST_MAPCLASS, ST_FIND);
4810 s = stab(mapname, ST_MAP, ST_ENTER);
4888 s = stab(
[all...]
H A Ddomain.c80 ** name -- key for stab entry (for debugging output)
220 ** name -- name for stab entry key (if NULL: host)
221 ** pste -- (pointer to) stab entry (output)
231 ** Enters TLSA RRs into stab().
279 ste = stab(key, ST_TLSA_RR, ST_FIND);
359 ste = stab(key, ST_TLSA_RR, ST_ENTER);
H A Dmci.c386 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
564 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp560 assert(symbolIndex >= numStabs && "Searched for stab via atomBySymbol?");
730 Stab stab(nullptr, stabSym.type, stabSym.sect, stabSym.desc,
746 stab.atom = currentAtom;
758 stab.str = copyDebugString(stabSym.name, *allocator);
760 stab.str = stabSym.name;
767 stab.atom = currentAtom;
769 stab.str = copyDebugString(stabSym.name, *allocator);
771 stab.str = stabSym.name;
774 stab.atom = currentAtom;
776 stab
[all...]
H A DMachONormalizedFileFromAtoms.cpp848 // linker which add N_AST stab entry to output
938 for (auto &stab : stabsList) {
940 _stabs.push_back(stab);
1039 for (auto &stab : _stabs) {
1041 sym.type = static_cast<NListType>(stab.type);
1043 sym.sect = stab.other;
1044 sym.desc = stab.desc;
1045 if (stab.atom)
1046 sym.value = _atomToAddress[stab.atom];
1048 sym.value = stab
[all...]
/freebsd-13-stable/usr.sbin/sendmail/
H A DMakefile21 shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \
/freebsd-13-stable/share/man/man5/
H A DMakefile68 stab.5 \
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c49 static const char *stab[] = { variable
64 if (s >= sizeof(stab) / sizeof(stab[0]) || stab[s] == NULL)
66 return (stab[s]);
75 stab[conn->state], stab[ns]);
543 cc_conn_log(conn, "bad state %s", stab[conn->state]);
821 stab[conn->state]);
2015 "state=%s\n", reason, state, stab[con
[all...]
H A Dcc_user.c53 static const char *stab[] = { variable
62 if (s >= sizeof(stab) / sizeof(stab[0]) || stab[s] == NULL)
64 return (stab[s]);
73 stab[user->state], stab[ns]);
1023 cc_user_sigtab[sig], stab[user->state]);
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c400 struct stat stab; local
434 if ((_fstat(fid, &stab) < 0) || !S_ISREG(stab.st_mode)) {
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c320 static void dump_dyn_val(struct readelf *re, GElf_Dyn *dyn, uint32_t stab);
2780 dyn_str(struct readelf *re, uint32_t stab, uint64_t d_val) argument
2784 if (stab == SHN_UNDEF)
2786 else if ((name = elf_strptr(re->elf, stab, d_val)) == NULL) {
2920 dump_dyn_val(struct readelf *re, GElf_Dyn *dyn, uint32_t stab) argument
2935 name = dyn_str(re, stab, dyn->d_un.d_val);
3216 uint32_t stab; local
3223 stab = s->link;
3253 if ((name = elf_strptr(re->elf, stab, sym.st_name)) != NULL)

Completed in 215 milliseconds

12