Searched refs:llbuf (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 170 Dwarf_Op **llbuf, size_t *listlen) in is_constant_offset() argument 223 if (llbuf != NULL) in is_constant_offset() 225 *llbuf = (*found)->loc; in is_constant_offset() 238 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument 253 *llbuf = (*found)->loc; in __libdw_intern_expression() 259 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression() 589 *llbuf = result; in __libdw_intern_expression() 645 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument 661 llbuf, listlen, sec_index); in getlocation() 665 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() argument [all …]
|
D | libdwP.h | 792 Dwarf_Op **llbuf, size_t *listlen,
|