Searched defs:section_list (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libasm/
H A DlibasmP.h157 AsmScn_t *section_list; member in struct:AsmCtx
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h161 ByteBuffer section_list; // This segment's section list. member in struct:google_breakpad::mach_o::Segment
181 // The number of sections in section_list.
/external/elfutils/src/
H A Dobjdump.c108 static struct section_list struct
116 struct section_list *next;
117 } *section_list; variable in typeref:struct:section_list
198 struct section_list *newp = xmalloc (sizeof (*newp));
208 newp->next = section_list;
209 section_list = newp;
457 if (section_list == NULL)
460 struct section_list *runp = section_list;

Completed in 209 milliseconds