Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_getlocation.c114 struct loclist struct
120 struct loclist *next; argument
290 struct loclist *loclist = NULL; in __libdw_intern_expression() local
295 struct loclist stack_locs[MAX_STACK_LOCS]; in __libdw_intern_expression()
296 #define NEW_LOC() ({ struct loclist *ll; \ in __libdw_intern_expression()
299 : malloc (sizeof (struct loclist))); \ in __libdw_intern_expression()
303 ll->next = loclist; \ in __libdw_intern_expression()
304 loclist = ll; \ in __libdw_intern_expression()
310 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression()
321 struct loclist *newloc; in __libdw_intern_expression()
[all …]
DChangeLog2162 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
/third_party/elfutils/src/
DChangeLog2261 (attr_callback): Warn if loclist or rangelist offset doesn't fit.