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

  /external/elfutils/libelf/
nlist.h 62 char n_numaux; /* Number of auxiliary entries. */ member in struct:nlist
nlist.c 211 nl->n_numaux = 0;
220 nl->n_numaux = 0;
257 nl->n_numaux = 0;
  /external/elfutils/tests/
test-nlist.c 73 "nl[%d].n_numaux = %d\n\n",
79 cnt, nl[cnt].n_numaux);
83 && nl[cnt].n_numaux == 0)
86 || nl[cnt].n_numaux != 0)))

Completed in 127 milliseconds