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

  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 14 self.section_list = ['Getting Started', 'API', 'Demo', 'Tutorial']
33 assert group in self.section_list
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 77 my @section_list;
98 push (@section_list, \@section);
135 $#section_sizes = $#section_list;
163 my $section = $section_list[$sym->[$SYM_NDX]]->[$SECT_NAME];
173 $section_sizes[$section_list[$sym->[$SYM_NDX]]->[$SECT_NUM]] += $sym->[$SYM_SIZE];
180 foreach $section (@section_list) {
  /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;
  /external/chromium_org/chrome/browser/signin/
signin_internals_util.cc 110 void AddSectionEntry(ListValue* section_list,
116 section_list->Append(entry.release());
  /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/darwin-x86/arm/arm-linux-androideabi-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*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,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,

Completed in 443 milliseconds