HomeSort by relevance Sort by last modified time
    Searched refs:section_list (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libasm/
asm_newscn.c 206 result->allnext = ctx->section_list;
207 ctx->section_list = result;
libasmP.h 154 AsmScn_t *section_list; member in struct:AsmCtx
asm_begin.c 109 result->section_list = NULL;
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)
559 AsmScn_t *scn = ctx->section_list;
  /external/elfutils/src/
objdump.c 110 static struct section_list struct
118 struct section_list *next;
119 } *section_list; variable in typeref:struct:section_list
202 struct section_list *newp = xmalloc (sizeof (*newp));
212 newp->next = section_list;
213 section_list = newp;
513 if (section_list == NULL)
516 struct section_list *runp = section_list;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 296 The sections should be specifed using the array SECTION_LIST in the
303 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 296 The sections should be specifed using the array SECTION_LIST in the
303 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 296 The sections should be specifed using the array SECTION_LIST in the
303 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 296 The sections should be specifed using the array SECTION_LIST in the
303 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,

Completed in 298 milliseconds