Searched refs:ldlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loclist.c33 Dwarf_Unsigned *off, Dwarf_Locdesc **ld, Dwarf_Signed *ldlen,
87 if (ldlen != NULL)
88 *ldlen = i;
100 Dwarf_Signed ldlen; local
116 ret = _dwarf_loclist_add_locdesc(dbg, cu, ds, &off, NULL, &ldlen,
121 if (ldlen == 0)
128 if ((llbuf = calloc(ldlen, sizeof(Dwarf_Locdesc *))) == NULL) {
132 for (i = 0; i < ldlen; i++) {
149 *listlen = ldlen;
156 for (i = 0; i < ldlen;
32 _dwarf_loclist_add_locdesc(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, Dwarf_Unsigned *off, Dwarf_Locdesc **ld, Dwarf_Signed *ldlen, Dwarf_Unsigned *total_len, Dwarf_Error *error) argument
[all...]

Completed in 46 milliseconds