Home
last modified time | relevance | path

Searched refs:abbrev_base (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c1043 uint64_t abbrev_base, in find_and_process_abbrev_set() argument
1051 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() local
3896 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 …]
DChangeLog-2020311 * 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 argument
315 (process_debug_info): Pass abbrev_base to new_abbrev_list and
317 (display_debug_abbrev): Pass 0 abbrev_base to new_abbrev_list
DChangeLog-2015913 * dwarf.c (process_debug_info): Check for abbrev_base being larger
DChangeLog1402 with section, abbrev_base, abbrev_size, abbrev_offset. Update
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git111817 * dwarf.c (struct abbrev_list): Replace abbrev_base and
111823 new function. Don't set list abbrev_base, abbrev_offset or next.