Home
last modified time | relevance | path

Searched refs:comp_unit_count (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c10198 uint32_t comp_unit_count, local_type_unit_count, foreign_type_unit_count; in display_debug_names() local
10249 SAFE_BYTE_GET_AND_INC (comp_unit_count, hdrptr, 4, unit_end); in display_debug_names()
10250 if (comp_unit_count == 0) in display_debug_names()
10298 if (_mul_overflow (comp_unit_count, offset_size, &total) in display_debug_names()
10301 for (i = 0; i < comp_unit_count; i++) in display_debug_names()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c10070 uint32_t comp_unit_count, local_type_unit_count, foreign_type_unit_count; in display_debug_names() local
10122 SAFE_BYTE_GET_AND_INC (comp_unit_count, hdrptr, 4, unit_end); in display_debug_names()
10123 if (comp_unit_count == 0) in display_debug_names()
10171 if (_mul_overflow (comp_unit_count, offset_size, &total) in display_debug_names()
10174 for (i = 0; i < comp_unit_count; i++) in display_debug_names()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-2007864 (struct dwarf2_debug) Add new fields comp_unit_count and
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2007864 (struct dwarf2_debug) Add new fields comp_unit_count and
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-2007864 (struct dwarf2_debug) Add new fields comp_unit_count and
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2007864 (struct dwarf2_debug) Add new fields comp_unit_count and
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git170658 /* comp_unit_count - The number of CUs in the CU list. */