OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_sclass
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libelf/
nlist.h
40
char
n_sclass
; /* Storage class. */
member in struct:nlist
nlist.c
192
nl->
n_sclass
= 0;
201
nl->
n_sclass
= 0;
238
nl->
n_sclass
= 0;
/external/elfutils/tests/
test-nlist.c
64
"nl[%d].
n_sclass
= %d\n"
70
cnt, nl[cnt].
n_sclass
,
74
&& nl[cnt].n_type == 0 && nl[cnt].
n_sclass
== 0
77
|| nl[cnt].n_type != 0 || nl[cnt].
n_sclass
!= 0
Completed in 284 milliseconds