Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_getlocation.c890 Dwarf_Op **llbufs, size_t *listlens, size_t maxlocs) in dwarf_getlocation_addr() argument
895 if (llbufs == NULL) in dwarf_getlocation_addr()
906 if (llbufs != NULL && in dwarf_getlocation_addr()
907 getlocation (attr->cu, &block, &llbufs[0], &listlens[0], in dwarf_getlocation_addr()
924 int result = is_constant_offset (attr, llbufs, listlens); in dwarf_getlocation_addr()
950 if (llbufs != NULL) in dwarf_getlocation_addr()
952 llbufs[got] = expr; in dwarf_getlocation_addr()
DChangeLog325 check_constant_offset with llbufs and listlens directly.