Home
last modified time | relevance | path

Searched refs:llbuf (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getlocation.c166 Dwarf_Op **llbuf, size_t *listlen) in check_constant_offset() argument
219 if (llbuf != NULL) in check_constant_offset()
221 *llbuf = (*found)->loc; in check_constant_offset()
234 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument
249 *llbuf = (*found)->loc; in __libdw_intern_expression()
255 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression()
585 *llbuf = result; in __libdw_intern_expression()
641 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument
657 llbuf, listlen, sec_index); in getlocation()
661 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() argument
[all …]
DlibdwP.h771 Dwarf_Op **llbuf, size_t *listlen,