Searched refs:llbufs (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getlocation.c | 711 dwarf_getlocation_addr (attr, address, llbufs, listlens, maxlocs) in dwarf_getlocation_addr() argument 714 Dwarf_Op **llbufs; 721 if (llbufs == NULL) 730 if (llbufs != NULL && 731 getlocation (attr->cu, &block, &llbufs[0], &listlens[0], 744 int result = check_constant_offset (attr, &llbufs[0], &listlens[0]); 770 if (llbufs != NULL) 772 llbufs[got] = expr;
|