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

  /external/elfutils/libelf/
nlist.h 61 char n_sclass; /* Storage class. */ member in struct:nlist
nlist.c 210 nl->n_sclass = 0;
219 nl->n_sclass = 0;
256 nl->n_sclass = 0;
  /external/elfutils/tests/
test-nlist.c 72 "nl[%d].n_sclass = %d\n"
78 cnt, nl[cnt].n_sclass,
82 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0
85 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0
  /external/qemu/
arm-dis.c     [all...]

Completed in 320 milliseconds