Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c36 static debug_info *debug_information = NULL; variable
1549 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 …]
H A DChangeLog-2004149 (debug_information): New structure array to replace
H A DChangeLog-20051341 (process_object): Also free loc_offsets in debug_information.