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

  /external/elfutils/libelf/
nlist.h 59 short int n_scnum; /* Section number found in. */ member in struct:nlist
nlist.c 207 nl->n_scnum = found->sym.st_shndx;
217 nl->n_scnum = 0;
254 nl->n_scnum = 0;
  /external/elfutils/tests/
test-nlist.c 70 "nl[%d].n_scnum = %d\n"
76 cnt, nl[cnt].n_scnum,
81 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0
84 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0

Completed in 64 milliseconds