Home
last modified time | relevance | path

Searched refs:abbrev_size (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c2358 size_t abbrev_size; in process_debug_info() local
2387 abbrev_size = debug_displays [abbrev_sec].section.size; in process_debug_info()
2392 abbrev_size = this_set->section_sizes [DW_SECT_ABBREV]; in process_debug_info()
2507 if (compunit.cu_abbrev_offset >= abbrev_size) in process_debug_info()
2510 (unsigned long) abbrev_size); in process_debug_info()
2512 else if ((abbrev_base + abbrev_size) in process_debug_info()
2515 (unsigned long) abbrev_base + abbrev_size, in process_debug_info()
2522 + abbrev_base + abbrev_size)); in process_debug_info()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c3190 size_t abbrev_size; in process_debug_info() local
3233 abbrev_size = debug_displays [abbrev_sec].section.size; in process_debug_info()
3238 abbrev_size = this_set->section_sizes [DW_SECT_ABBREV]; in process_debug_info()
3365 if (compunit.cu_abbrev_offset >= abbrev_size) in process_debug_info()
3368 (unsigned long) abbrev_size); in process_debug_info()
3370 else if ((abbrev_base + abbrev_size) in process_debug_info()
3373 (unsigned long) abbrev_base + abbrev_size, in process_debug_info()
3380 + abbrev_base + abbrev_size)); in process_debug_info()