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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Damigaos.c35 #include <stabs.h>
/macosx-10.9.5/cxxfilt-11/cxxfilt/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.am96 size.c srconv.c stabs.c strings.c sysdump.c version.c \
103 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
601 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'},
2123 /* Read ABFD's stabs section STABSECT_NAME, and return a pointer to
2173 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
2186 stabp = stabs;
2195 the front of stabs-in-{coff,elf} sections that supplies sizes. */
2277 stabs
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/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.am43 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
53 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1021 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \

Completed in 178 milliseconds