| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| dwz.h | 51 struct dwarf2_section_info debug_names {}; struct in struct:dwz_file
|
| sect-names.h | 68 struct dwarf2_section_names debug_names; member in struct:dwarf2_debug_sections
|
| dwz.c | 75 else if (dwarf2_elf_names.debug_names.matches (sectp->name)) 76 sect = &dwz_file->debug_names;
|
| read-debug-names.c | 1 /* Reading code for .debug_names 32 method so the test suite can distinguish the .debug_names case from 36 /* This dumps minimal information about .debug_names. It is called 38 uses this to verify that .debug_names has been loaded. */ 41 gdb_printf (".debug_names: exists\n"); 47 .debug_names, it can't be used to write out an index. */ 61 /* A description of the mapped .debug_names. */ 131 complaint (_("Wrong .debug_names undefined abbrev code %s " 174 complaint (_("Unsupported .debug_names form %s [in module %s]"), 186 complaint (_(".debug_names entry has bad CU index %s [all...] |
| index-write.c | 645 /* DWARF-5 .debug_names builder. */ 646 class debug_names 649 debug_names (dwarf2_per_bfd *per_bfd, bool is_dwarf64, function 820 /* Return .debug_names names count. This must be called only after 829 /* Return number of bytes of .debug_names abbreviation table. This 837 /* Return number of bytes the .debug_names section will have. This 851 /* Write .debug_names to FILE_NAMES and .debug_str addition to 922 /* Container to map used DWARF tags to their .debug_names abbreviation 1031 /* Base class to unify DWARF-32 and DWARF-64 .debug_names output 1046 /* Template to unify DWARF-32 and DWARF-64 .debug_names outpu [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| dwz.h | 53 struct dwarf2_section_info debug_names {}; struct in struct:dwz_file
|
| sect-names.h | 68 struct dwarf2_section_names debug_names; member in struct:dwarf2_debug_sections
|
| dwz.c | 79 else if (dwarf2_elf_names.debug_names.matches (sec->name)) 80 sect = &dwz_file.debug_names;
|
| read-debug-names.c | 1 /* Reading code for .debug_names 34 method so the test suite can distinguish the .debug_names case from 38 /* This dumps minimal information about .debug_names. It is called 40 uses this to verify that .debug_names has been loaded. */ 43 gdb_printf (".debug_names: exists\n"); 49 .debug_names, it can't be used to write out an index. */ 63 /* A description of the mapped .debug_names. */ 125 /* Even though the scanning of .debug_names and creation of the 176 complaint (_("Wrong .debug_names undefined abbrev code %s " 232 warning (_("Unsupported .debug_names form %s [in module %s].\n [all...] |
| index-write.c | 650 /* DWARF-5 .debug_names builder. */ 651 class debug_names 654 debug_names (dwarf2_per_bfd *per_bfd, bool is_dwarf64, function 830 /* Return .debug_names names count. This must be called only after 839 /* Return number of bytes of .debug_names abbreviation table. This 847 /* Return number of bytes the .debug_names section will have. This 861 /* Write .debug_names to FILE_NAMES and .debug_str addition to 930 /* Container to map used DWARF tags to their .debug_names abbreviation 1039 /* Base class to unify DWARF-32 and DWARF-64 .debug_names output 1054 /* Template to unify DWARF-32 and DWARF-64 .debug_names outpu [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| debug-names-duplicate-cu.exp | 52 debug_names {} { 69 "Section .debug_names has incorrect number of CUs in CU table," \ 70 "ignoring .debug_names."] 74 # Verify that .debug_names section is ignored. 76 gdb_assert { [string equal $index ""] } ".debug_names not used"
|
| debug-names-missing-cu.exp | 52 # This CU is missing from the cu list in .debug_names. 56 debug_names {} { 68 # Verify that .debug_names section is not ignored. 70 gdb_assert { [string equal $index ""] } ".debug_names not used"
|
| debug-names.exp | 52 debug_names {} { 64 # Verify that .debug_names section is not ignored. 66 gdb_assert { [string equal $index "debug_names"] } ".debug_names used"
|
| debug-names-bad-cu-index.exp | 68 debug_names {} { 88 # Verify that .debug_names section is not ignored. 90 gdb_assert { [string equal $index "debug_names"] } ".debug_names used" 92 set re "During symbol reading: .debug_names entry has bad CU index 1 "
|
| debug-names-non-ascending-cu.exp | 57 debug_names {} { 74 "Section .debug_names has incorrect entry in CU table," \ 75 "ignoring .debug_names."] 79 # Verify that .debug_names section is ignored. 81 gdb_assert { [string equal $index ""] } ".debug_names not used"
|
| debug-names-tu.exp.tcl | 71 debug_names {} { 84 # Verify that .debug_names section is not ignored. 86 gdb_assert { [string equal $index "debug_names"] } ".debug_names used"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| debug-names-duplicate-cu.exp | 52 debug_names {} { 69 "Section .debug_names has incorrect number of CUs in CU table," \ 70 "ignoring .debug_names."] 74 # Verify that .debug_names section is ignored. 76 gdb_assert { [string equal $index ""] } ".debug_names not used"
|
| debug-names-missing-cu.exp | 52 # This CU is missing from the cu list in .debug_names. 56 debug_names {} { 68 # Verify that .debug_names section is not ignored. 70 gdb_assert { [string equal $index ""] } ".debug_names not used"
|
| debug-names.exp | 52 debug_names {} { 64 # Verify that .debug_names section is not ignored. 66 gdb_assert { [string equal $index "debug_names"] } ".debug_names used"
|
| debug-names-bad-cu-index.exp | 68 debug_names {} { 88 # Verify that .debug_names section is not ignored. 90 gdb_assert { [string equal $index "debug_names"] } ".debug_names used" 92 set re "During symbol reading: .debug_names entry has bad CU index 1 "
|
| debug-names-tu.exp.tcl | 69 debug_names {} { 83 # Verify that .debug_names section is not ignored. 85 gdb_assert { [string equal $index "debug_names"] } ".debug_names used"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/ |
| index-file.exp | 171 foreach suffix { gdb-index debug_names debug_str } {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/ |
| index-file.exp | 179 foreach suffix { gdb-index debug_names debug_str } {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.h | 104 debug_names, enumerator in enum:dwarf_section_display_enum
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.h | 104 debug_names, enumerator in enum:dwarf_section_display_enum
|