OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allnext
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/0.153/libasm/
libasmP.h
127
AsmScn_t *
allnext
;
member in struct:AsmScn
asm_newscn.c
203
result->
allnext
= ctx->section_list;
asm_end.c
84
for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->
allnext
)
417
for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->
allnext
)
563
scn = scn->
allnext
;
Completed in 54 milliseconds