HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 51 - 75 of 1434) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libc/private/
__dso_handle.h 33 __attribute__ ((section (".bss")))
__dso_handle_so.h 31 __attribute__ ((section (".data")))
  /dalvik/vm/compiler/template/ia32/
footer.S 7 .section .data.rel.ro
  /development/ndk/platforms/android-3/arch-arm/src/
__dso_handle.h 49 __attribute__ ((section (".bss")))
  /external/llvm/test/MC/ELF/
comdat.s 6 // CHECK: Section {
20 // CHECK-NEXT: Section {
34 // CHECK-NEXT: Section {
58 // CHECK-NEXT: Section: .foo (0x7)
67 // CHECK-NEXT: Section: .group (0x2)
77 // CHECK-NEXT: Section: (0x0)
81 .section .foo,"axG",@progbits,g1,comdat
85 .section .bar,"axG",@progbits,g1,comdat
88 .section .zed,"axG",@progbits,g2,comdat
91 .section .baz,"axG",@progbits,g3,comda
    [all...]
debug-line2.s 6 // CHECK: Section {
26 .section .debug_line,"",@progbits
  /external/llvm/test/MC/MachO/
pcrel-to-other-section.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
4 .section __TEXT,__StaticInit,regular,pure_instructions
27 // CHECK-NEXT: # Section 0
43 // CHECK-NEXT: # Section 1
diff-with-two-sections.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
3 .section __TEXT,__text,regular,pure_instructions
5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
30 // CHECK-NEXT: # Section 0
46 // CHECK-NEXT: # Section 1
  /external/llvm/test/MC/COFF/
linkonce-invalid.s 5 .section non_comdat
7 .section comdat
10 .section assoc
14 .section invalid
22 // CHECK: error: expected associated section name
25 // CHECK: error: cannot associate unknown section 'unknown'
28 // CHECK: error: cannot associate a section with itself
31 // CHECK: error: associated section must be a COMDAT section
34 // CHECK: error: associated section cannot be itself associativ
    [all...]
  /external/elfutils/libebl/
eblsectiontypename.c 1 /* Return section type name.
60 ebl_section_type_name (ebl, section, buf, len)
62 int section;
66 const char *res = ebl->section_type_name (section, buf, len);
93 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
94 && knowntypes[section] != NULL)
95 res = knowntypes[section];
97 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW)
110 res = sunwtypes[section - SHT_LOSUNW]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect5.asm 3 section sect1 start=0x100 vstart=0x2000 label
5 section sect2 follows=sect1 label
8 section sect3 start=0x300 vstart=0x4000 label
10 section sect4 follows=sect3 label
12 section sect5 vfollows=sect3 label
15 section sect6 start=0x600 vstart=0x6000 label
17 section sect7 follows=sect6 valign=16 label
19 section sect8 follows=sect7 valign=16 ; NASM bug - sect7 and sect8 overlap label
22 section sect9 vfollows=sect8 label
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
  /external/clang/test/
make_test_dirs.pl 13 my $section = $1;
24 mkdir($section);
25 chdir($section);
  /external/openssl/crypto/conf/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
  /external/openssl/include/openssl/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
absloop-err.asm 5 [section .text]
value-mask.asm 3 section .bss label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftimes.asm 0 [section .text]
4 [section .data]
7 [section .foo]
10 [section .bar]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftimes.asm 0 [section .text]
4 [section .data]
7 [section .foo]
10 [section .bar]
nasm-sectname.asm 2 section .note.GNU-stack label
3 section "more$$&complex" label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
dy.asm 3 section .bss label
  /external/compiler-rt/lib/asan/
asan_preinit.cc 13 // On Linux we use .preinit_array section (unless PIC macro is defined).
19 // by placing it into .preinit_array section.
23 __attribute__((section(".preinit_array"), used))
29 #pragma section(".CRT$XIB", long, read) // NOLINT
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 30 section .data label
36 section .bss label
39 ;section a null
41 section b text label
44 section c code label
47 section d data label
50 section e comment,5 ; after comma is reserved value label
53 section f lcomment label
56 section g pcomment,8 label
59 section h symdebu label
62 section i linedebug label
    [all...]
  /external/clang/test/CodeGen/
2011-02-21-DATA-common.c 5 __attribute__ ((section("__DATA, __common"))) static struct rtxc_snapshot rtxc_log_A[4];

Completed in 505 milliseconds

1 23 4 5 6 7 8 91011>>