| /freebsd-9-stable/sys/arm/include/ |
| D | asm.h | 121 .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-stable/contrib/binutils/binutils/ |
| D | rddbg.c | 126 bfd_byte *stabs, *strings; in read_section_stabs_debugging_info() local 131 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info() 132 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info() 161 for (stab = stabs; stab < stabs + stabsize; stab += 12) in read_section_stabs_debugging_info() 194 (long) (stab - stabs) / 12, strx, type); in read_section_stabs_debugging_info() 201 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info() 240 free (stabs); in read_section_stabs_debugging_info()
|
| D | ChangeLog-9197 | 59 * stabs.c (parse_stab_argtypes): Don't try to parse the name of a 575 * stabs.c (struct bincl_file): Add next_stack field. 683 * stabs.c (struct stab_handle): Add bincl_list field. 703 * stabs.c (struct stab_handle): Add function_end field. 749 backslash when concatenating multiple stabs strings. 849 * stabs.c (parse_stab_members): Set context in all cases. 864 * stabs.c (parse_stab): An N_FUN symbol with an empty string 934 * objdump.c (dump_section_stabs): Fix test for stabs sections 940 * stabs.c (stab_demangle_fund_type): Return a void * for a 996 * objdump.c (stabs): Change from struct internal_nlist * to [all …]
|
| D | ChangeLog-0001 | 407 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>. 475 * stabs.c (stab_demangle_template): Initialise s4. 1021 * stabs.c: Update copyright. Include "filenames.h". 1022 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs. 1407 * stabs.c (parse_stab_range_type): Cast to proper type to fix 1439 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils 1468 * objdump.c (usage): Fix description of --stabs switch. 1882 string offsets in corrupt stabs entries. 1999 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | stabs.texinfo | 2 @setfilename stabs.info 10 * Stabs: (stabs). The "stabs" debugging information format. 14 This document describes the stabs debugging symbol tables. 32 @title The ``stabs'' debug format 60 @top The "stabs" representation of debugging information 62 This document describes the stabs debugging format. 65 * Overview:: Overview of stabs 77 * Stab Sections:: In some object file formats, stabs are 99 stabs. It is believed to be comprehensive for stabs used by C. The 108 Other sources of information on stabs are @cite{Dbx and Dbxtool [all …]
|
| D | LRS | 17 in stabs. 20 stabs can be disabled by the gcc command option -gstabs. 23 GNU extensions for LRS under stabs: 32 or live). These symbols will later be referenced in the stabs for 66 to work with old style a.out stabs. 97 added to the symbol table with stabs describing the new type, 113 New stabs string identifiers: 188 The stabs to describe "a" and its alias would look like this: 190 .stabs "#3=a:1",128,0,8,-8 191 .stabs "#3:r1;l(#1,#2)",64,0,0,5
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | syms.c | 885 bfd_byte *stabs; member 1004 info->stabs = bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line() 1006 if (info->stabs == NULL || info->strs == NULL) in _bfd_stab_section_find_nearest_line() 1009 if (! bfd_get_section_contents (abfd, info->stabsec, info->stabs, in _bfd_stab_section_find_nearest_line() 1063 val = bfd_get_32 (abfd, info->stabs + r->address); in _bfd_stab_section_find_nearest_line() 1067 bfd_put_32 (abfd, (bfd_vma) val, info->stabs + r->address); in _bfd_stab_section_find_nearest_line() 1082 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line() 1097 if (stab + STABSIZE < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1127 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs; in _bfd_stab_section_find_nearest_line() 1128 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line() [all …]
|
| D | ecofflink.c | 1789 bfd_boolean stabs; local 1820 stabs = FALSE; 1831 stabs = TRUE; 1834 if (!stabs) 1929 bfd_boolean stabs; local 2023 stabs = FALSE; 2034 stabs = TRUE; 2037 if (!stabs)
|
| /freebsd-9-stable/contrib/binutils/binutils/po/ |
| D | POTFILES.in | 53 stabs.c 54 stabs.c
|
| D | binutils.pot | 2953 " -G, --stabs Display (in raw form) any STABS info in the file\n" 3182 msgid "Last stabs entries before error:\n" 5082 #: stabs.c:328 stabs.c:1706 5086 #: stabs.c:338 5091 #: stabs.c:346 5096 #: stabs.c:456 5101 #: stabs.c:495 5106 #: stabs.c:736 5112 #: stabs.c:1251 5118 #: stabs.c:1798 [all …]
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbinutils/ |
| D | Makefile | 21 stabs.c \
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | h8.texi | 25 @clear have-stabs
|
| /freebsd-9-stable/cddl/usr.bin/ctfconvert/ |
| D | Makefile | 22 stabs.c \
|
| /freebsd-9-stable/gnu/usr.bin/gdb/doc/ |
| D | Makefile | 3 INFO= gdb gdbint stabs
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | stabsread.h | 188 struct stab_section_list *stabs,
|
| D | stabsread.c | 344 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs, in patch_block_stabs() argument 352 if (stabs) in patch_block_stabs() 358 for (ii = 0; ii < stabs->count; ++ii) in patch_block_stabs() 360 name = stabs->stab[ii]; in patch_block_stabs() 466 char *stabs; member 498 ref_add (int refnum, struct symbol *sym, char *stabs, CORE_ADDR value) in ref_add() argument 513 ref_map[refnum].stabs = stabs; in ref_add()
|
| /freebsd-9-stable/gnu/usr.bin/binutils/as/ |
| D | Makefile | 38 stabs.c \
|
| /freebsd-9-stable/contrib/binutils/include/aout/ |
| D | stab.def | 68 Solaris2 uses this to avoid putting the stabs info into the linked 70 reads the real stabs directly from the .o files instead. */ 95 /* Sun's source-code browser stabs. ?? Don't know what the fields are. 118 was caught. Multiple CAUGHT stabs means that multiple exceptions
|
| D | ChangeLog | 157 I've transferred it to gdb/doc/stabs.texinfo, where it belongs. 193 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | t-darwin | 19 # file names to appear in stabs, causing the bootstrap to fail. Using -pipe
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | Makefile | 40 stabs.c \
|
| /freebsd-9-stable/contrib/gcc/config/ |
| D | t-darwin | 31 # file names to appear in stabs, causing the bootstrap to fail. Using -pipe
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | NEWS | 251 * Added --gstabs option to generate stabs debugging information. 418 * DBX-style debugging info ("stabs") is now supported for COFF formats. 419 If any stabs directives are seen in the source, GAS will create two new 423 to generate stabs (by defining DBX_DEBUGGING_INFO), and must have a GDB
|
| /freebsd-9-stable/contrib/gcc/ |
| D | stab.def | 87 /* Sun's source-code browser stabs. ?? Don't know what the fields are. 107 was caught. Multiple CAUGHT stabs means that multiple exceptions
|
| /freebsd-9-stable/contrib/binutils/gas/po/ |
| D | POTFILES.in | 174 stabs.c
|