Searched refs:offset_entry_count (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 7010 uint32_t offset_entry_count; in display_offset_entry_loclists() local 7028 SAFE_BYTE_GET_AND_INC (offset_entry_count, start, 4, end); in display_offset_entry_loclists() 7034 printf (_(" Offset entries: %u\n"), offset_entry_count); in display_offset_entry_loclists() 7052 if (offset_entry_count == 0) in display_offset_entry_loclists() 7064 for (i = 0; i < offset_entry_count; i++) in display_offset_entry_loclists() 7074 for (i = 0; i < offset_entry_count; i++) in display_offset_entry_loclists() 7087 for (j = 1, i = 0; i < offset_entry_count;) in display_offset_entry_loclists() 7247 uint32_t offset_entry_count; in display_debug_loc() local 7273 SAFE_BYTE_GET_AND_INC (offset_entry_count, hdrptr, 4, end); in display_debug_loc() 7275 if (offset_entry_count != 0) in display_debug_loc() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 7316 uint32_t offset_entry_count; in display_debug_loc() local 7342 SAFE_BYTE_GET_AND_INC (offset_entry_count, hdrptr, 4, end); in display_debug_loc() 8219 unsigned int offset_entry_count; in display_debug_rnglists_unit_header() local 8261 SAFE_BYTE_GET_AND_INC (offset_entry_count, p, 4, finish); in display_debug_rnglists_unit_header() 8268 printf (_(" Offset entries: %u\n"), offset_entry_count); in display_debug_rnglists_unit_header() 8286 if (offset_entry_count != 0) in display_debug_rnglists_unit_header() 8290 for (i = 0; i < offset_entry_count; i++) in display_debug_rnglists_unit_header()
|