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

12

/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dlibgcc1.asm65 .stabs "libgcc1.asm",100,0,0,__umodsi3
66 .stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
67 .stabs "__umodsi3:F(0,1)",36,0,1,__umodsi3
68 .stabs "a:P(0,1)",64,0,1,2
69 .stabs "b:P(0,1)",64,0,1,3
75 .stabs "",36,0,0,.Lumod-__umodsi3
77 .stabs "__udivsi3:F(0,1)",36,0,1,__udivsi3
78 .stabs "a:P(0,1)",64,0,1,2
79 .stabs "b:P(0,1)",64,0,1,3
100 .stabs "",3
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/doc/
H A DMakefile.in72 INFO_DEPS = gdb.info gdbint.info stabs.info annotate.info
133 $(srcdir)/stabs.texinfo \
153 dvi: gdb.dvi gdbint.dvi stabs.dvi refcard.dvi annotate.dvi
154 ps: gdb.ps gdbint.ps stabs.ps refcard.ps annotate.ps
156 pdf: gdb.pdf gdbint.pdf stabs.pdf annotate.pdf
410 stabs.info: $(STABS_DOC_FILES)
411 $(MAKEINFO) -I $(srcdir) -o stabs.info $(srcdir)/stabs.texinfo
416 $(MAKEHTML) $(MAKEHTMLFLAGS) $(srcdir)/stabs.texinfo
421 STABS_TEX_TMPS = stabs
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drddbg.c72 /* Try reading the COFF symbols if we didn't find any stabs in COFF
93 /* Read stabs in sections debugging information from a BFD. */
104 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" } };
120 bfd_byte *stabs, *strings; local
125 stabs = (bfd_byte *) xmalloc (stabsize);
126 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
155 for (stab = stabs; stab < stabs + stabsize; stab += 12)
173 /* Special type 0 stabs indicate the offset to the
188 (long) (stab - stabs) / 1
[all...]
H A Dmakefile.vms-in37 DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj
H A DMakefile.in210 size.c srconv.c stabs.c strings.c sysdump.c version.c \
219 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
377 rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) ieee.$(OBJEXT) \
399 rename.$(OBJEXT) rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \
420 rename.$(OBJEXT) rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \
1232 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
H A DMakefile.am98 size.c srconv.c stabs.c strings.c sysdump.c version.c \
105 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
511 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
H A Dobjdump.c94 static int dump_stab_section_info; /* --stabs */
159 static bfd_byte *stabs; variable
184 -G, --stabs Display (in raw form) any STABS info in the file\n\
269 {"stabs", no_argument, NULL, 'G'},
1902 /* Read ABFD's stabs section STABSECT_NAME, and return a pointer to
1952 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
1965 stabp = stabs;
1974 the front of stabs-in-{coff,elf} sections that supplies sizes. */
2056 stabs
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c72 /* Try reading the COFF symbols if we didn't find any stabs in COFF
93 /* Read stabs in sections debugging information from a BFD. */
107 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" },
125 bfd_byte *stabs, *strings; local
130 stabs = (bfd_byte *) xmalloc (stabsize);
131 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
160 for (stab = stabs; stab < stabs + stabsize; stab += 12)
178 /* Special type 0 stabs indicate the offset to the
193 (long) (stab - stabs) / 1
[all...]
H A Dmakefile.vms-in37 DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj
H A DMakefile.am99 size.c srconv.c stabs.c strings.c sysdump.c version.c \
106 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
558 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
H A DMakefile.in135 am__objects_2 = rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \
426 size.c srconv.c stabs.c strings.c sysdump.c version.c \
433 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
1312 stabs.o: stabs.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
H A Dobjdump.c91 static int dump_stab_section_info; /* --stabs */
162 static bfd_byte *stabs; variable
187 -G, --stabs Display (in raw form) any STABS info in the file\n\
277 {"stabs", no_argument, NULL, 'G'},
2119 /* Read ABFD's stabs section STABSECT_NAME, and return a pointer to
2169 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
2182 stabp = stabs;
2191 the front of stabs-in-{coff,elf} sections that supplies sizes. */
2273 stabs
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsyms.c808 /* Look through stabs debugging information in .stab and .stabstr
822 stabs section we should look to find line number information for a
860 bfd_byte *stabs; member in struct:stab_find_info
864 /* A table that indexes stabs by memory address. */
916 The stabs symbols are divided into compilation units. For the
919 number of stabs symbols for this unit. */
933 /* No stabs debugging information. */
962 /* No stabs debugging information. Set *pinfo so that we
971 info->stabs = bfd_alloc (abfd, stabsize);
973 if (info->stabs
[all...]
H A Decofflink.c289 strings when combining stabs debugging information. */
939 numbers. Frankly, forget it. Anybody using stabs debugging
941 stabs are adjusted correctly. */
1836 bfd_boolean stabs;
1864 /* Check whether this file has stabs debugging information. In
1865 a file with stabs debugging information, the second local
1866 symbol is named @stabs. */
1867 stabs = FALSE;
1878 stabs = TRUE;
1881 if (!stabs)
1832 bfd_boolean stabs; local
1987 bfd_boolean stabs; local
[all...]
H A DMakefile.am35 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
45 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
899 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
H A DMakefile.in161 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
172 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
807 binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo \
1439 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsyms.c825 /* Look through stabs debugging information in .stab and .stabstr
839 stabs section we should look to find line number information for a
877 bfd_byte *stabs; member in struct:stab_find_info
881 /* A table that indexes stabs by memory address. */
933 The stabs symbols are divided into compilation units. For the
936 number of stabs symbols for this unit. */
950 /* No stabs debugging information. */
983 /* No stabs debugging information. Set *pinfo so that we
996 info->stabs = bfd_alloc (abfd, stabsize);
998 if (info->stabs
[all...]
H A Decofflink.c289 strings when combining stabs debugging information. */
913 numbers. Frankly, forget it. Anybody using stabs debugging
915 stabs are adjusted correctly. */
1796 bfd_boolean stabs;
1824 /* Check whether this file has stabs debugging information. In
1825 a file with stabs debugging information, the second local
1826 symbol is named @stabs. */
1827 stabs = FALSE;
1838 stabs = TRUE;
1841 if (!stabs)
1792 bfd_boolean stabs; local
1932 bfd_boolean stabs; local
[all...]
H A DMakefile.in81 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
280 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
289 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1563 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
/openbsd-current/gnu/usr.bin/binutils/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...]
H A DMakefile.in696 gdb_stabs_h = gdb-stabs.h
852 gdb-stabs.h $(inferior_h) language.h minimon.h monitor.h \
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dmakefile.vms46 write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,macro.obj,ehopt.obj
/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1094 stabs.emplace_back(std::move(stab));
1100 stabs.emplace_back(std::move(stab));
1121 stabs.emplace_back(std::move(stab));
1127 stabs.emplace_back(std::move(stab));
1137 stabs.emplace_back(std::move(astStab));
1156 // get a stabs entry.
1198 stabs.emplace_back(std::move(symStab));
1202 stabs.emplace_back(std::move(symStab));
1206 if (!stabs.empty())
1281 uint32_t symtabIndex = stabs
[all...]
H A DSyntheticSections.h463 return stabs.size() + localSymbols.size();
481 std::vector<StabsEntry> stabs; member in class:lld::macho::SymtabSection

Completed in 374 milliseconds

12