Lines Matching defs:listlen
185 sets listlen to 1. Returns 1 when this isn't a DW_AT_data_member_location
189 Dwarf_Op **llbuf, size_t *listlen)
246 *listlen = 1;
258 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
263 *listlen = 0;
274 *listlen = (*found)->nloc;
278 assert (*listlen > 1);
279 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value);
610 *listlen = n;
656 newp->nloc = *listlen;
665 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
671 *listlen = 0;
681 llbuf, listlen, sec_index);
685 dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen)
690 int result = is_constant_offset (attr, llbuf, listlen);
705 return getlocation (attr->cu, &block, llbuf, listlen, cu_sec_idx (attr->cu));