Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h82 unsigned long *loc_offsets; member
H A Ddwarf.c1141 debug_info_p->loc_offsets in read_and_display_attr_value()
1142 = xcrealloc (debug_info_p->loc_offsets, in read_and_display_attr_value()
1143 max, sizeof (*debug_info_p->loc_offsets)); in read_and_display_attr_value()
1149 debug_info_p->loc_offsets [num] = uvalue; in read_and_display_attr_value()
1622 debug_information [unit].loc_offsets = NULL; in process_debug_info()
2289 last_offset = debug_information [i].loc_offsets [0]; in display_debug_loc()
2300 debug_information [i].loc_offsets [j]) in display_debug_loc()
2305 last_offset = debug_information [i].loc_offsets [j]; in display_debug_loc()
2318 if (debug_information [first].loc_offsets [0] != section->address) in display_debug_loc()
2320 section->name, debug_information [first].loc_offsets [0]); in display_debug_loc()
[all …]
H A DChangeLog-20051333 (debug_info): Add num_loc_offsets, loc_offsets and
1341 (process_object): Also free loc_offsets in debug_information.