HomeSort by relevance Sort by last modified time
    Searched refs:lookup_alloc (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
segment.c 77 if (dwfl->lookup_alloc - dwfl->lookup_elts < need)
79 size_t n = dwfl->lookup_alloc == 0 ? 16 : dwfl->lookup_alloc * 2;
90 dwfl->lookup_alloc = n;
210 dwfl->lookup_module = calloc (dwfl->lookup_alloc,
libdwflP.h 117 size_t lookup_alloc; /* Elements allococated. */ member in struct:Dwfl

Completed in 778 milliseconds