Home
last modified time | relevance | path

Searched refs:n_scnum (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/tests/
Dtest-nlist.c68 cnt, nl[cnt].n_scnum, in main()
73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0 in main()
76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0 in main()
/external/elfutils/libelf/
Dnlist.c189 nl->n_scnum = found->sym.st_shndx; in nlist()
199 nl->n_scnum = 0; in nlist()
236 nl->n_scnum = 0; in nlist()
Dnlist.h38 short int n_scnum; /* Section number found in. */ member