Searched refs:llbuf (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getlocation.c | 189 Dwarf_Op **llbuf, size_t *listlen) in is_constant_offset() argument 243 if (llbuf != NULL) in is_constant_offset() 245 *llbuf = (*found)->loc; in is_constant_offset() 258 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument 273 *llbuf = (*found)->loc; in __libdw_intern_expression() 279 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression() 609 *llbuf = result; in __libdw_intern_expression() 665 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument 681 llbuf, listlen, sec_index); in getlocation() 685 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() argument [all …]
|
D | libdwP.h | 805 Dwarf_Op **llbuf, size_t *listlen,
|