Lines Matching refs:llbuf
166 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
666 int result = check_constant_offset (attr, llbuf, listlen); in dwarf_getlocation()
681 return getlocation (attr->cu, &block, llbuf, listlen, cu_sec_idx (attr->cu)); in dwarf_getlocation()