Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation.c98 struct loclist struct
104 struct loclist *next; argument
268 struct loclist *loclist = NULL; in __libdw_intern_expression() local
273 struct loclist stack_locs[MAX_STACK_LOCS]; in __libdw_intern_expression()
274 #define NEW_LOC() ({ struct loclist *ll; \ in __libdw_intern_expression()
277 : malloc (sizeof (struct loclist))); \ in __libdw_intern_expression()
281 ll->next = loclist; \ in __libdw_intern_expression()
282 loclist = ll; \ in __libdw_intern_expression()
288 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression()
299 struct loclist *newloc; in __libdw_intern_expression()
[all …]
DChangeLog1919 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
/external/elfutils/src/
DChangeLog1720 (attr_callback): Warn if loclist or rangelist offset doesn't fit.