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

123

/freebsd-11-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.h97 * 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
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c128 struct stat stab; local
132 if (stat(pp->spool_dir, &stab) < 0) {
140 note_spool_dir(pp, &stab);
197 struct stat stab; member in struct:dirlist
207 if (a->stab.st_dev == b->stab.st_dev)
208 return a->stab.st_ino < b->stab.st_ino;
209 return a->stab.st_dev < b->stab
284 struct stat stab; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsyms.c833 /* Look through stabs debugging information in .stab and .stabstr
853 bfd_byte *stab; member in struct:indexentry
880 /* The .stab section. */
884 /* The contents of the .stab section. */
919 bfd_byte *stab, *str; local
935 1 byte stab type
936 1 byte stab other field
937 2 byte stab desc field
938 4 byte stab value
983 --split-by-reloc options, it is possible for the .stab an
[all...]
H A DMakefile.in87 stab-syms.lo merge.lo dwarf2.lo simple.lo
293 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
302 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1607 $(INCDIR)/aout/stab.def
1623 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1624 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1625 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1712 $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1717 $(INCDIR)/aout/stab
[all...]
H A DMakefile.am44 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
54 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1028 $(INCDIR)/aout/stab.def
1044 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1045 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1046 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1133 $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1138 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1142 $(INCDIR)/aout/stab
[all...]
H A Dcofflink.c570 optimize the handling of any .stab/.stabstr sections. */
583 asection *stab; local
585 for (stab = abfd->sections; stab; stab = stab->next)
586 if (CONST_STRNEQ (stab->name, ".stab")
587 && (!stab->name[5]
588 || (stab
[all...]
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x98 .stab 0 : { *(.stab) }
100 .stab.excl 0 : { *(.stab.excl) }
101 .stab.exclstr 0 : { *(.stab.exclstr) }
102 .stab.index 0 : { *(.stab.index) }
103 .stab.indexstr 0 : { *(.stab
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x98 .stab 0 : { *(.stab) }
100 .stab.excl 0 : { *(.stab.excl) }
101 .stab.exclstr 0 : { *(.stab.exclstr) }
102 .stab.index 0 : { *(.stab.index) }
103 .stab.indexstr 0 : { *(.stab
[all...]
/freebsd-11-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-11-stable/contrib/binutils/binutils/
H A Drddbg.c107 { ".stab", ".stabstr" },
127 bfd_byte *stab; local
161 for (stab = stabs; stab < stabs + stabsize; stab += 12)
171 strx = bfd_get_32 (abfd, stab);
172 type = bfd_get_8 (abfd, stab + 4);
173 other = bfd_get_8 (abfd, stab + 5);
174 desc = bfd_get_16 (abfd, stab + 6);
175 value = bfd_get_32 (abfd, stab
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.h55 char *stab[1]; member in struct:pending_stabs
152 /* COFF files can have multiple .stab sections, if they are linked
/freebsd-11-stable/sys/ddb/
H A Ddb_sym.h99 c_db_sym_t X_db_lookup(db_symtab_t *stab, const char *symstr);
/freebsd-11-stable/contrib/gcc/
H A Dxcoffout.c186 /* Print an error message for unrecognized stab codes. */
189 internal_error ("no sclass for %s stab (0x%x)", STR, stab)
194 stab_to_sclass (int stab)
196 switch (stab)
192 stab_to_sclass(int stab) argument
/freebsd-11-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);
/freebsd-11-stable/share/man/man5/
H A DMakefile66 stab.5 \
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp558 assert(symbolIndex >= numStabs && "Searched for stab via atomBySymbol?");
728 Stab stab(nullptr, stabSym.type, stabSym.sect, stabSym.desc,
744 stab.atom = currentAtom;
756 stab.str = copyDebugString(stabSym.name, *allocator);
758 stab.str = stabSym.name;
765 stab.atom = currentAtom;
767 stab.str = copyDebugString(stabSym.name, *allocator);
769 stab.str = stabSym.name;
772 stab.atom = currentAtom;
774 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-11-stable/usr.sbin/sendmail/
H A DMakefile21 shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile39 stab-syms.c \
/freebsd-11-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]);

Completed in 320 milliseconds

123