Home
last modified time | relevance | path

Searched refs:listlens (Results 1 – 3 of 3) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/libdw/
H A Ddwarf_getlocation.c868 Dwarf_Op **llbufs, size_t *listlens, size_t maxlocs) in dwarf_getlocation_addr() argument
885 getlocation (attr->cu, &block, &llbufs[0], &listlens[0], in dwarf_getlocation_addr()
888 return listlens[0] == 0 ? 0 : 1; in dwarf_getlocation_addr()
901 int result = check_constant_offset (attr, llbufs, listlens); in dwarf_getlocation_addr()
930 listlens[got] = expr_len; in dwarf_getlocation_addr()
H A DChangeLog82 check_constant_offset with llbufs and listlens directly.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c2101 ptrdiff_t listlens[2] = { nprefix, nkeys }; variable
2105 ptrdiff_t listlen = listlens[li], i_byte = 0;