Searched refs:abbrev_base (Results 1 – 5 of 5) sorted by relevance
1043 uint64_t abbrev_base, in find_and_process_abbrev_set() argument1051 if (abbrev_base >= section->size in find_and_process_abbrev_set()1052 || abbrev_size > section->size - abbrev_base) in find_and_process_abbrev_set()1057 abbrev_base + abbrev_size, section->size); in find_and_process_abbrev_set()1068 unsigned char *start = section->start + abbrev_base + abbrev_offset; in find_and_process_abbrev_set()1069 unsigned char *end = section->start + abbrev_base + abbrev_size; in find_and_process_abbrev_set()3845 uint64_t abbrev_base; in process_debug_info() local3896 abbrev_base = 0; in process_debug_info()3901 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; in process_debug_info()3908 abbrev_base, abbrev_size, in process_debug_info()[all …]
311 * dwarf.c (abbrev_list): Add abbrev_base.312 (new_abbrev_list): Add an abbrev_base argument and record it.313 (find_abbrev_list_by_abbrev_offset): Add an abbrev_base argument315 (process_debug_info): Pass abbrev_base to new_abbrev_list and317 (display_debug_abbrev): Pass 0 abbrev_base to new_abbrev_list
913 * dwarf.c (process_debug_info): Check for abbrev_base being larger
1402 with section, abbrev_base, abbrev_size, abbrev_offset. Update
111817 * dwarf.c (struct abbrev_list): Replace abbrev_base and111823 new function. Don't set list abbrev_base, abbrev_offset or next.