Searched refs:stabs (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/arm/include/
H A Dasm.h121 .stabs msg ## ,30,0,0,0 ; \
122 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
125 .stabs msg,30,0,0,0 ; \
126 .stabs __STRING(sym),1,0,0,0
129 .stabs msg,30,0,0,0 ; \
130 .stabs __STRING(_/**/sym),1,0,0,0
/freebsd-9.3-release/gnu/usr.bin/binutils/libbinutils/
H A DMakefile21 stabs.c \
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drddbg.c73 /* Try reading the COFF symbols if we didn't find any stabs in COFF
94 /* Read stabs in sections debugging information from a BFD. */
108 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" },
126 bfd_byte *stabs, *strings; local
131 stabs = (bfd_byte *) xmalloc (stabsize);
132 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
161 for (stab = stabs; stab < stabs + stabsize; stab += 12)
179 /* Special type 0 stabs indicate the offset to the
194 (long) (stab - stabs) / 1
[all...]
H A DMakefile.am99 size.c srconv.c stabs.c strings.c sysdump.c version.c \
107 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
624 stabs.o: stabs.c sysdep.h $(INCDIR)/ansidecl.h ../bfd/bfdver.h \
H A Dobjdump.c96 static int dump_stab_section_info; /* --stabs */
167 static bfd_byte *stabs; variable
192 -G, --stabs Display (in raw form) any STABS info in the file\n\
282 {"stabs", no_argument, NULL, 'G'},
2194 /* Read ABFD's stabs section STABSECT_NAME, and return a pointer to
2244 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
2257 stabp = stabs;
2266 the front of stabs-in-{coff,elf} sections that supplies sizes. */
2348 stabs
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsyms.c833 /* Look through stabs debugging information in .stab and .stabstr
847 stabs section we should look to find line number information for a
885 bfd_byte *stabs; member in struct:stab_find_info
889 /* A table that indexes stabs by memory address. */
941 The stabs symbols are divided into compilation units. For the
944 number of stabs symbols for this unit. */
958 /* No stabs debugging information. */
991 /* No stabs debugging information. Set *pinfo so that we
1004 info->stabs = bfd_alloc (abfd, stabsize);
1006 if (info->stabs
[all...]
H A Decofflink.c289 strings when combining stabs debugging information. */
910 numbers. Frankly, forget it. Anybody using stabs debugging
912 stabs are adjusted correctly. */
1793 bfd_boolean stabs;
1821 /* Check whether this file has stabs debugging information. In
1822 a file with stabs debugging information, the second local
1823 symbol is named @stabs. */
1824 stabs = FALSE;
1835 stabs = TRUE;
1838 if (!stabs)
1789 bfd_boolean stabs; local
1929 bfd_boolean stabs; local
[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 \
1043 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
/freebsd-9.3-release/cddl/usr.bin/ctfconvert/
H A DMakefile22 stabs.c \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.h1 /* Include file for stabs debugging format support functions.
24 /* Definitions, prototypes, etc for stabs debugging format support
166 they are only used by some stabs readers. */
191 struct stab_section_list *stabs,
H A Dstabsread.c1 /* Support routines for decoding "stabs" debugging information format.
25 the "stabs" format. This format is used with many systems that use
27 COFF or ELF where the stabs data is placed in a special section.
39 #include "aout/stab_gnu.h" /* We always use GNU stabs, not native */
42 #include "gdb-stabs.h"
61 /* The routines that read and process a complete stabs for a C struct or
201 /* Check for and handle cretinous stabs symbol name continuation! */
341 /* for all the stabs in a given stab vector, build appropriate types
345 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
353 if (stabs)
344 patch_block_stabs(struct pending *symbols, struct pending_stabs *stabs, struct objfile *objfile) argument
466 char *stabs; member in struct:ref_map
498 ref_add(int refnum, struct symbol *sym, char *stabs, CORE_ADDR value) argument
[all...]
/freebsd-9.3-release/gnu/usr.bin/gdb/doc/
H A DMakefile3 INFO= gdb gdbint stabs
/freebsd-9.3-release/gnu/usr.bin/binutils/as/
H A DMakefile38 stabs.c \
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile40 stabs.c \
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am199 stabs.c \
447 stabs.o \
2162 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure927 --with-stabs arrange to use stabs instead of host debug format
7004 # With stabs
7006 # Check whether --with-stabs or --without-stabs was given.
7009 stabs="$with_stabs"
7011 stabs=no

Completed in 294 milliseconds