| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read-gdb-index.c | 211 int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs); local 266 if (cu_index >= per_objfile->per_bfd->all_units.size ()) 273 dwarf2_per_cu_data *per_cu = per_objfile->per_bfd->get_cu (cu_index); 568 ULONGEST hi, lo, cu_index; local 573 cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE); 583 if (cu_index >= per_bfd->all_units.size ()) 586 (unsigned) cu_index); 590 mutable_map.set_empty (lo, hi - 1, per_bfd->get_cu (cu_index));
|
| read.c | 219 struct dwarf2_section_names cu_index; member in struct:dwop_section_names 389 struct dwarf2_section_info cu_index; member in struct:dwp_sections 8137 index = &dwp_file->sections.cu_index; 9281 else if (names->cu_index.matches (sectp->name)) 9282 dw_sect = &dwp_file->sections.cu_index; 9297 have version 1 or 2 or 5 until we parse the cu_index/tu_index sections. */ 9342 have version 1 or 2 or 5 until we parse the cu_index/tu_index sections. */
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read-gdb-index.c | 195 int cu_index = GDB_INDEX_CU_VALUE (cu_index_and_attrs); local 250 if (cu_index >= per_objfile->per_bfd->all_units.size ()) 257 dwarf2_per_cu_data *per_cu = per_objfile->per_bfd->get_cu (cu_index); 548 ULONGEST hi, lo, cu_index; local 553 cu_index = extract_unsigned_integer (iter, 4, BFD_ENDIAN_LITTLE); 563 if (cu_index >= per_bfd->all_units.size ()) 566 (unsigned) cu_index); 570 mutable_map.set_empty (lo, hi - 1, per_bfd->get_cu (cu_index));
|
| read.c | 218 struct dwarf2_section_names cu_index; member in struct:dwop_section_names 388 struct dwarf2_section_info cu_index; member in struct:dwp_sections 8057 index = &dwp_file->sections.cu_index; 9180 else if (names->cu_index.matches (sectp->name)) 9181 dw_sect = &dwp_file->sections.cu_index; 9196 have version 1 or 2 or 5 until we parse the cu_index/tu_index sections. */ 9241 have version 1 or 2 or 5 until we parse the cu_index/tu_index sections. */
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 11250 uint32_t cu_index = byte_get_little_endian (address_table + i * 20 + 16, 4); local 11254 printf ("%" PRIu32 "\n", cu_index); 12790 { 'c', "cu_index", &do_debug_cu_index, 1 },
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 11160 uint32_t cu_index = byte_get_little_endian (address_table + i * 20 + 16, 4); local 11164 printf ("%" PRIu32 "\n", cu_index); 12700 { 'c', "cu_index", &do_debug_cu_index, 1 },
|