Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation.c139 Dwarf_Op **llbuf, size_t *listlen) in check_constant_offset() argument
190 if (llbuf != NULL) in check_constant_offset()
192 *llbuf = (*found)->loc; in check_constant_offset()
205 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument
220 *llbuf = (*found)->loc; in __libdw_intern_expression()
226 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression()
543 *llbuf = result; in __libdw_intern_expression()
590 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument
606 llbuf, listlen, sec_index); in getlocation()
610 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) in dwarf_getlocation() argument
[all …]
DlibdwP.h567 Dwarf_Op **llbuf, size_t *listlen,