Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dsc.c55 size_t * arraycount, in get_dsc_leb_entries() argument
61 size_t iarraycount = *arraycount; in get_dsc_leb_entries()
155 *arraycount = larraycount; in get_dsc_leb_entries()
170 size_t arraycount = 0; in dwarf_discr_list() local
193 FALSE, 0, &arraycount,error); in dwarf_discr_list()
211 ary = (struct Dwarf_Dsc_Entry_s *)calloc(arraycount, in dwarf_discr_list()
218 h->dsh_count = arraycount; in dwarf_discr_list()
224 *dsc_array_length_out = arraycount; in dwarf_discr_list()