Searched refs:debug_information (Results 1 – 3 of 3) sorted by relevance
36 static debug_info *debug_information = NULL; variable1549 debug_information = cmalloc (num_units, in process_debug_info()1550 sizeof (* debug_information)); in process_debug_info()1551 if (debug_information == NULL) in process_debug_info()1618 debug_information [unit].cu_offset = cu_offset; in process_debug_info()1619 debug_information [unit].pointer_size in process_debug_info()1621 debug_information [unit].base_address = 0; in process_debug_info()1622 debug_information [unit].loc_offsets = NULL; in process_debug_info()1623 debug_information [unit].have_frame_base = NULL; in process_debug_info()1624 debug_information [unit].max_loc_offsets = 0; in process_debug_info()[all …]
149 (debug_information): New structure array to replace
1341 (process_object): Also free loc_offsets in debug_information.