HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 201 - 225 of 1023) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh6.d 2 #ld: --gc-sections -shared
pr17550a.d 8 # play well with comdat group sections under ld -r. Generic linker
9 # targets don't support comdat group sections.
pr17550b.d 8 # play well with comdat group sections under ld -r. Generic linker
9 # targets don't support comdat group sections.
pr17550d.d 8 # play well with comdat group sections under ld -r. Generic linker
9 # targets don't support comdat group sections.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr19167.d 3 #ld: --gc-sections -e _start
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-11.d 7 # that e.g. debug sections do not have loadable contents.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
pr19803.d 1 #ld: -shared --out-implib dx.dll.a --gc-sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
vle-multiseg.s 1 # Make up several VLE text sections which the linker script will put into
2 # separate output sections. We will then check for separate load segments.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
crange-2b.s 1 ! Initially three separate sections, one with SHmedia and constants, one with
2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
  /toolchain/binutils/binutils-2.27/binutils/
embedspu.sh 123 # For loaded sections, pick off section number, address, and file offset
124 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'`
125 sections=`echo ${sections}`
126 # For relocation sections, pick off file offset and info (points to
139 # sections.
156 split ("'"${sections}"'", s, " "); \
188 split ("'"${sections}"'", s, " "); \
coffgrok.c 119 head->sections = all;
121 for (idx = 0, section = abfd->sections; section; section = section->next, idx++)
142 head->sections[i].name = (char *) (section->name);
143 head->sections[i].code = section->flags & SEC_CODE;
144 head->sections[i].data = section->flags & SEC_DATA;
146 head->sections[i].data = 1;
147 head->sections[i].address = section->lma;
148 head->sections[i].size = bfd_get_section_size (section);
149 head->sections[i].number = idx;
150 head->sections[i].nrelocs = section->reloc_count
    [all...]
  /frameworks/base/cmds/incident/
main.cpp 99 IncidentSection sections[INCIDENT_SECTION_COUNT]; local
102 // sort the sections based on id
106 if (curr.id > sections[k].id) {
110 curr = sections[k];
111 sections[k] = tmp;
113 sections[j] = curr;
118 fprintf(out, "available sections:\n");
120 fprintf(out, "id: %4d, name: %s\n", sections[i].id, sections[i].name);
178 fprintf(out, " -l list available sections\n")
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
simple.c 100 struct saved_output_info *sections; member in struct:saved_offsets
103 /* The sections in ABFD may already have output sections and offsets
106 DWARF-2 specifies offsets into debug sections in many cases and
109 offsets relative to that object file's sections, not offsets in the
127 output_info = &saved_offsets->sections[section->index];
149 output_info = &saved_offsets->sections[section->index];
165 @var{symbol_table} is NULL. The output offsets for debug sections will
241 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
    [all...]
liboasys.h 77 asection *sections[OASYS_MAX_SEC_COUNT]; member in struct:_oasys_data
  /external/adhd/cras/src/server/
cras_alsa_ucm_section.c 27 void ucm_section_free_list(struct ucm_section *sections)
30 DL_FOREACH(sections, section) {
31 DL_DELETE(sections, section);
  /external/llvm/test/MC/Mips/
oddspreg.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
21 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
29 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
33 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
reloc-directive.s 8 # RUN: -filetype=obj | llvm-readobj -sections -section-data -r | \
11 # RUN: -filetype=obj | llvm-readobj -sections -section-data -r | \
14 # RUN: -filetype=obj | llvm-readobj -sections -section-data -r | \
  /system/bt/osi/src/
config.cc 46 config.sections.begin(), config.sections.end(),
54 if (sec == config.sections.end()) return nullptr;
90 for (const section_t& sec : src.sections) {
100 return (section_find(config, section) != config.sections.end());
169 if (sec == config->sections.end()) {
170 config->sections.emplace_back(section_t{.name = section});
171 sec = std::prev(config->sections.end());
197 if (sec == config->sections.end()) return false;
199 config->sections.erase(sec)
    [all...]
  /external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
in.s 8 # BSS symbols may also be emitted in .bss sections.
  /external/clang/test/OpenMP/
master_messages.cpp 20 #pragma omp sections
23 #pragma omp master // expected-error {{region cannot be closely nested inside 'sections' region}}
  /frameworks/base/libs/incident/include/android/os/
IncidentReportArgs.h 57 inline const set<int>& sections() const { return mSections; } function in class:android::os::IncidentReportArgs
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
inst.s 25 # try changing sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
gc-unwind.s 1 @ Test -gc-sections and unwinding tables. .data.eh should be pulled in
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pcrelcp-1.d 22 # read-only sections section (.text) (not the read-write sections),
  /external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py 57 sections = line.split(',')
58 for item in sections:

Completed in 513 milliseconds

1 2 3 4 5 6 7 891011>>