OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_list
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libasm/
asm_newscn.c
193
result->allnext = ctx->
section_list
;
194
ctx->
section_list
= result;
asm_begin.c
80
result->
section_list
= NULL;
libasmP.h
141
AsmScn_t *
section_list
;
member in struct:AsmCtx
asm_end.c
67
for (asmscn = ctx->
section_list
; asmscn != NULL; asmscn = asmscn->allnext)
404
for (asmscn = ctx->
section_list
; asmscn != NULL; asmscn = asmscn->allnext)
546
AsmScn_t *scn = ctx->
section_list
;
Completed in 349 milliseconds