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

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_section_order.c 118 struct ld_plugin_section section_list[3]; variable in typeref:struct:ld_plugin_section
166 section_list[position].handle = file->handle;
167 section_list[position].shndx = shndx;
182 update_section_order(section_list, num_entries);
184 section_list, num_entries);
  /external/elfutils/src/
objdump.c 108 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;
  /external/elfutils/libasm/
asm_newscn.c 203 result->allnext = ctx->section_list;
204 ctx->section_list = result;
libasmP.h 157 AsmScn_t *section_list; member in struct:AsmCtx
asm_begin.c 112 result->section_list = NULL;
asm_end.c 87 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext)
420 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext)
561 AsmScn_t *scn = ctx->section_list;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/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,
345 const struct ld_plugin_section * section_list,
  /toolchain/binutils/binutils-2.25/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,
345 const struct ld_plugin_section * section_list,
  /frameworks/base/cmds/incidentd/
Android.mk 28 src/section_list.cpp
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 143 update_section_order(const struct ld_plugin_section *section_list,
156 const struct ld_plugin_section *section_list,
    [all...]
gold.cc 580 for (Layout::Section_list::const_iterator p = layout->section_list().begin();
581 p != layout->section_list().end();
622 for (Layout::Section_list::const_iterator p
623 = layout->section_list().begin();
624 p != layout->section_list().end();
layout.h 929 typedef std::vector<Output_section*> Section_list;
938 get_allocated_sections(Section_list*) const;
942 get_executable_sections(Section_list*) const;
976 const Section_list&
977 section_list() const function in class:gold::Layout
    [all...]
arm.cc     [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.cc 371 segment.section_list.start = cursor.here();
372 segment.section_list.end = command.end;
457 ByteCursor cursor(&segment.section_list, big_endian_);
macho_reader.h 161 ByteBuffer section_list; // This segment's section list. member in struct:google_breakpad::mach_o::Segment
181 // The number of sections in section_list.
macho_reader_unittest.cc     [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 108 " section_list size: %ld B\n",
112 segment.section_list.Size());
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/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.8/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,
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 117 struct section_list
119 struct section_list * next; /* Next section to change. */
139 static struct section_list *change_sections;
747 static struct section_list *
750 struct section_list *p;
116 struct section_list struct
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 365 struct wildcard_list *section_list; member in struct:lang_wild_statement_struct
ldlang.c 280 sec = ptr->section_list;
785 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
805 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
843 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
846 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 3236 asection **section_list; local
    [all...]
elfnn-aarch64.c 6513 typedef struct section_list struct
6519 section_list; typedef in typeref:struct:section_list
    [all...]
  /tools/repohooks/tools/
cpplint.py 706 for section_list in self.include_list:
707 for f in section_list:
    [all...]

Completed in 723 milliseconds

1 2