Searched refs:llbuf (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 168 Dwarf_Op **llbuf, size_t *listlen) in check_constant_offset() argument 221 if (llbuf != NULL) in check_constant_offset() 223 *llbuf = (*found)->loc; in check_constant_offset() 236 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument 251 *llbuf = (*found)->loc; in __libdw_intern_expression() 257 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression() 587 *llbuf = result; in __libdw_intern_expression() 643 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument 659 llbuf, listlen, sec_index); in getlocation() 663 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() argument [all …]
|
D | libdwP.h | 796 Dwarf_Op **llbuf, size_t *listlen,
|