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
266 struct loclist *loclist = NULL; in __libdw_intern_expression() local
271 struct loclist stack_locs[MAX_STACK_LOCS]; in __libdw_intern_expression()
272 #define NEW_LOC() ({ struct loclist *ll; \ in __libdw_intern_expression()
275 : malloc (sizeof (struct loclist))); \ in __libdw_intern_expression()
279 ll->next = loclist; \ in __libdw_intern_expression()
280 loclist = ll; \ in __libdw_intern_expression()
286 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression()
297 struct loclist *newloc; in __libdw_intern_expression()
[all …]
DChangeLog1831 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
/external/elfutils/src/
DChangeLog1573 (attr_callback): Warn if loclist or rangelist offset doesn't fit.