HomeSort by: relevance | last modified time | path
    Searched defs:stabs (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Disasm.h 27 class Stabs;
34 Disasm (Platform_t _platform, Stabs *_stabs);
61 Stabs *stabs; member in class:Disasm
Dwarf.h 26 #include "Stabs.h"
68 Dwarf (Stabs *_stabs);
76 Stabs::Stab_status status;
86 Stabs *stabs; member in class:Dwarf
Disasm.cc 33 #include "Stabs.h"
42 Stabs *stabs; member in struct:DisContext
53 Disasm::Disasm (Platform_t _platform, Stabs *_stabs)
58 stabs = _stabs;
259 if (stabs == NULL && img_fname && dwin == NULL)
294 Data_window *dw = stabs ? stabs->openElf (false) : dwin;
348 if (stabs)
349 return stabs->map_PC_to_func (pc, low_pc, NULL)
    [all...]
Module.cc 130 Stabs *
141 // Remove temporary *.o (got from *.a) after reading Stabs
166 return Stabs::is_fortran (lang_code);
618 // Read Stabs info.
630 Stabs *stabs = openDebugInfo (); local
631 if (stabs == NULL)
633 int st = stabs->read_stabs (Inode, this, comComs, true);
636 // Read stabs from .o file
650 Stabs *stabs_o = dot_o_file->objStabs
1763 Stabs *stabs = openDebugInfo (); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Disasm.h 27 class Stabs;
34 Disasm (Platform_t _platform, Stabs *_stabs);
61 Stabs *stabs; member in class:Disasm
Dwarf.h 26 #include "Stabs.h"
68 Dwarf (Stabs *_stabs);
76 Stabs::Stab_status status;
86 Stabs *stabs; member in class:Dwarf
Disasm.cc 33 #include "Stabs.h"
42 Stabs *stabs; member in struct:DisContext
53 Disasm::Disasm (Platform_t _platform, Stabs *_stabs)
58 stabs = _stabs;
259 if (stabs == NULL && img_fname && dwin == NULL)
294 Data_window *dw = stabs ? stabs->openElf (false) : dwin;
348 if (stabs)
349 return stabs->map_PC_to_func (pc, low_pc, NULL)
    [all...]
Module.cc 130 Stabs *
141 // Remove temporary *.o (got from *.a) after reading Stabs
166 return Stabs::is_fortran (lang_code);
618 // Read Stabs info.
630 Stabs *stabs = openDebugInfo (); local
631 if (stabs == NULL)
633 int st = stabs->read_stabs (Inode, this, comComs, true);
636 // Read stabs from .o file
650 Stabs *stabs_o = dot_o_file->objStabs
1763 Stabs *stabs = openDebugInfo (); local
    [all...]
  /src/external/gpl3/binutils/usr.bin/gas/
Makefile 20 COPTS.stabs.c = -Wno-stack-protector
  /src/external/gpl3/binutils.old/usr.bin/gas/
Makefile 20 COPTS.stabs.c = -Wno-stack-protector
  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 70 /* Try reading the COFF symbols if we didn't find any stabs in COFF
92 /* Read stabs in sections debugging information from a BFD. */
106 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" },
129 bfd_byte *stabs, *strings; local
133 if (!bfd_malloc_and_get_section (abfd, sec, &stabs))
146 free (stabs);
159 free (stabs);
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
188 /* Special type 0 stabs indicate the offset to th
    [all...]
objdump.c 107 static int dump_stab_section_info; /* --stabs */
229 static bfd_byte *stabs; variable
296 -G, --stabs Display (in raw form) any STABS info in the file\n"));
561 {"stabs", no_argument, NULL, 'G'},
4586 /* Stabs entries use a 12 byte format:
4601 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
4614 stabp = stabs;
4623 the front of stabs-in-{coff,elf} sections that supplies sizes. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 70 /* Try reading the COFF symbols if we didn't find any stabs in COFF
92 /* Read stabs in sections debugging information from a BFD. */
106 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" },
129 bfd_byte *stabs, *strings; local
133 if (!bfd_malloc_and_get_section (abfd, sec, &stabs))
146 free (stabs);
159 free (stabs);
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
188 /* Special type 0 stabs indicate the offset to th
    [all...]
objdump.c 107 static int dump_stab_section_info; /* --stabs */
229 static bfd_byte *stabs; variable
296 -G, --stabs Display (in raw form) any STABS info in the file\n"));
561 {"stabs", no_argument, NULL, 'G'},
4598 /* Stabs entries use a 12 byte format:
4613 /* Print ABFD's stabs section STABSECT_NAME (in `stabs'),
4626 stabp = stabs;
4635 the front of stabs-in-{coff,elf} sections that supplies sizes. *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
syms.c 879 /* Look through stabs debugging information in .stab and .stabstr
893 stabs section we should look to find line number information for a
931 bfd_byte *stabs; member in struct:stab_find_info
935 /* A table that indexes stabs by memory address. */
978 /* Stabs entries use a 12 byte format:
986 The stabs symbols are divided into compilation units. For the
989 number of stabs symbols for this unit. */
1003 /* No usable stabs debugging information. */
1059 if (!bfd_malloc_and_get_section (abfd, info->stabsec, &info->stabs))
1088 free (info->stabs);
    [all...]
ecofflink.c 281 strings when combining stabs debugging information. */
886 numbers. Frankly, forget it. Anybody using stabs debugging
888 stabs are adjusted correctly. */
1771 bool stabs;
1809 /* Check whether this file has stabs debugging information. In
1810 a file with stabs debugging information, the second local
1811 symbol is named @stabs. */
1812 stabs = false;
1832 stabs = true;
1835 if (!stabs)
1769 bool stabs; local
1927 bool stabs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
syms.c 880 /* Look through stabs debugging information in .stab and .stabstr
894 stabs section we should look to find line number information for a
932 bfd_byte *stabs; member in struct:stab_find_info
936 /* A table that indexes stabs by memory address. */
979 /* Stabs entries use a 12 byte format:
987 The stabs symbols are divided into compilation units. For the
990 number of stabs symbols for this unit. */
1004 /* No usable stabs debugging information. */
1060 if (!bfd_malloc_and_get_section (abfd, info->stabsec, &info->stabs))
1089 free (info->stabs);
    [all...]
ecofflink.c 281 strings when combining stabs debugging information. */
886 numbers. Frankly, forget it. Anybody using stabs debugging
888 stabs are adjusted correctly. */
1771 bool stabs;
1809 /* Check whether this file has stabs debugging information. In
1810 a file with stabs debugging information, the second local
1811 symbol is named @stabs. */
1812 stabs = false;
1832 stabs = true;
1835 if (!stabs)
1769 bool stabs; local
1927 bool stabs; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
syms.c 879 /* Look through stabs debugging information in .stab and .stabstr
893 stabs section we should look to find line number information for a
931 bfd_byte *stabs; member in struct:stab_find_info
935 /* A table that indexes stabs by memory address. */
978 /* Stabs entries use a 12 byte format:
986 The stabs symbols are divided into compilation units. For the
989 number of stabs symbols for this unit. */
1003 /* No usable stabs debugging information. */
1059 if (!bfd_malloc_and_get_section (abfd, info->stabsec, &info->stabs))
1088 free (info->stabs);
    [all...]
ecofflink.c 271 strings when combining stabs debugging information. */
876 numbers. Frankly, forget it. Anybody using stabs debugging
878 stabs are adjusted correctly. */
1761 bool stabs;
1799 /* Check whether this file has stabs debugging information. In
1800 a file with stabs debugging information, the second local
1801 symbol is named @stabs. */
1802 stabs = false;
1822 stabs = true;
1825 if (!stabs)
1758 bool stabs; local
1916 bool stabs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
syms.c 871 /* Look through stabs debugging information in .stab and .stabstr
885 stabs section we should look to find line number information for a
923 bfd_byte *stabs; member in struct:stab_find_info
927 /* A table that indexes stabs by memory address. */
970 /* Stabs entries use a 12 byte format:
978 The stabs symbols are divided into compilation units. For the
981 number of stabs symbols for this unit. */
995 /* No usable stabs debugging information. */
1051 if (!bfd_malloc_and_get_section (abfd, info->stabsec, &info->stabs))
1080 free (info->stabs);
    [all...]
ecofflink.c 271 strings when combining stabs debugging information. */
876 numbers. Frankly, forget it. Anybody using stabs debugging
878 stabs are adjusted correctly. */
1761 bool stabs;
1799 /* Check whether this file has stabs debugging information. In
1800 a file with stabs debugging information, the second local
1801 symbol is named @stabs. */
1802 stabs = false;
1822 stabs = true;
1825 if (!stabs)
1758 bool stabs; local
1916 bool stabs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 1 /* Support routines for decoding "stabs" debugging information format.
21 the "stabs" format. This format is used by some systems that use
22 COFF or ELF where the stabs data is placed in a special section (as
38 #include "gdb-stabs.h"
77 /* The routines that read and process a complete stabs for a C struct or
208 /* Check for and handle cretinous stabs symbol name continuation! */
382 /* for all the stabs in a given stab vector, build appropriate types
386 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
394 if (stabs)
399 for (ii = 0; ii < stabs->count; ++ii
504 const char *stabs; member in struct:ref_map
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 1 /* Support routines for decoding "stabs" debugging information format.
21 the "stabs" format. This format is used by some systems that use
22 COFF or ELF where the stabs data is placed in a special section (as
39 #include "gdb-stabs.h"
100 /* The routines that read and process a complete stabs for a C struct or
259 /* Check for and handle cretinous stabs symbol name continuation! */
433 /* for all the stabs in a given stab vector, build appropriate types
437 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
445 if (stabs)
450 for (ii = 0; ii < stabs->count; ++ii
2989 const char *stabs; member in struct:ref_map
    [all...]

Completed in 60 milliseconds