Home
last modified time | relevance | path

Searched refs:debug_information (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c62 static debug_info *debug_information = NULL; variable
3789 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
3790 sizeof (* debug_information)); in process_debug_info()
3791 if (debug_information == NULL) in process_debug_info()
3804 memset (debug_information, 0, num_units * sizeof (*debug_information)); in process_debug_info()
4016 free_debug_information (&debug_information[unit]); in process_debug_info()
4017 memset (&debug_information[unit], 0, sizeof (*debug_information)); in process_debug_info()
4018 debug_information[unit].pointer_size = compunit.cu_pointer_size; in process_debug_info()
4019 debug_information[unit].offset_size = offset_size; in process_debug_info()
4020 debug_information[unit].dwarf_version = compunit.cu_version; in process_debug_info()
[all …]
DChangeLog-2004149 (debug_information): New structure array to replace
DChangeLog-2008831 debug_information array if num_debug_info_entries is set to
DChangeLog-2010438 into debug_information array.
DChangeLog-2020674 of debug_information. Correct test of max_loc_offsets and
1141 debug_information array before filling in an entry.
DChangeLog-20051341 (process_object): Also free loc_offsets in debug_information.
DChangeLog563 debug_information, do it for do_debug_info also, if its true.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git106968 debug_information. Clear all fields.
116880 debug_information, do it for do_debug_info also, if its true.