OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_scnum
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libelf/
nlist.h
38
short int
n_scnum
; /* Section number found in. */
member in struct:nlist
nlist.c
189
nl->
n_scnum
= found->sym.st_shndx;
199
nl->
n_scnum
= 0;
236
nl->
n_scnum
= 0;
/external/elfutils/tests/
test-nlist.c
62
"nl[%d].
n_scnum
= %d\n"
68
cnt, nl[cnt].
n_scnum
,
73
if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].
n_scnum
== 0
76
|| (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].
n_scnum
!= 0
Completed in 162 milliseconds