Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog590 (process_abbrev_set): Likewise.
890 * dwarf.c (process_abbrev_set): Properly parenthesize before
896 * dwarf.c (process_abbrev_set): Replace start and end parameters
H A Ddwarf.c1042 process_abbrev_set (struct dwarf_section *section, in process_abbrev_set() function
3737 next = process_abbrev_set (&debug_displays[abbrev_sec].section, in process_debug_info()
3947 next = process_abbrev_set (&debug_displays[abbrev_sec].section, in process_debug_info()
6364 start = process_abbrev_set (section, 0, section->size, offset, list); in display_debug_abbrev()
H A DChangeLog-2020354 (process_abbrev_section): Rename to process_abbrev_set and add
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog1095 (process_abbrev_set): Likewise.
1395 * dwarf.c (process_abbrev_set): Properly parenthesize before
1401 * dwarf.c (process_abbrev_set): Replace start and end parameters
H A Ddwarf.c965 process_abbrev_set (struct dwarf_section *section, in process_abbrev_set() function
1075 list = process_abbrev_set (section, start, end); in find_and_process_abbrev_set()
H A DChangeLog-2020354 (process_abbrev_section): Rename to process_abbrev_set and add
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git57085 Memory leak in process_abbrev_set
57090 * dwarf.c (process_abbrev_set): Call free_abbrev_list on errors.
111821 (process_abbrev_set): Set list->raw and list->next.
111839 (process_abbrev_set): Return newly allocated list. Move
111843 for process_abbrev_set. Return free_list if newly alloc'd.
111855 (process_abbrev_set): Print actual section name on error.