Searched defs:loclist_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c588 int *loclist_count, Dwarf_Error * error)
611 *loclist_count = count;
744 int loclist_count; local
755 &loclist_count, error);
756 listlen = loclist_count;
760 if (loclist_count == 0) {
765 _dwarf_get_alloc(dbg, DW_DLA_LIST, loclist_count);
771 for (lli = 0; lli < loclist_count; ++lli) {
585 _dwarf_get_loclist_count(Dwarf_Debug dbg, Dwarf_Off loclist_offset, Dwarf_Half address_size, int *loclist_count, Dwarf_Error * error) argument

Completed in 46 milliseconds