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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
section-quoting.s 4 .section bar-"foo"
5 .section "foo"
6 .section "foo bar"
8 // CHECK: .section "bar-\"foo\""
9 // CHECK: .section foo
10 // CHECK: .section "foo bar"
many-section.s 8 .section saaaa
9 .section saaab
10 .section saaba
11 .section saabb
12 .section saaca
13 .section saacb
14 .section saada
15 .section saadb
16 .section saaea
17 .section saae
    [all...]
many-sections-2.s 6 .section saaaa
7 .section saaab
8 .section saaba
9 .section saabb
10 .section saaca
11 .section saacb
12 .section saada
13 .section saadb
14 .section saaea
15 .section saae
    [all...]
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
section.s 5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"",@progbits
17 .section .init
18 .section .fini
19 .section .rodata
20 .section zed, ""
22 // CHECK: Section {
37 // CHECK-NEXT: Section {
    [all...]
  /bionic/libc/arch-mips/bionic/
crtend_so.S 1 .section .init_array, "aw"
4 .section .fini_array, "aw"
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
  /development/ndk/platforms/android-3/arch-arm/src/
crtend_so.S 33 .section .init_array, "aw"
36 .section .fini_array, "aw"
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
38 .section .ctors, "aw"
  /development/ndk/platforms/android-9/arch-mips/src/
crtend_so.S 1 .section .init_array, "aw"
4 .section .fini_array, "aw"
  /external/llvm/test/MC/COFF/
section-invalid-flags.s 4 // CHECK: error: conflicting section flags 'b' and 'd'
5 .section s_db,"db"; .long 1
7 // CHECK: error: conflicting section flags 'b' and 'd'
8 .section s_bd,"bd"; .long 1
section.s 4 .section .foo$bar; .long 1
5 .section .foo@bar; .long 1
6 .section ABCDEFGHIJKLMNOPQRSTUVWXYZ; .long 1
7 .section abcdefghijklmnopqrstuvwxyz; .long 1
8 .section _0123456789; .long 1
11 // CHECK: Section {
14 // CHECK: Section {
17 // CHECK: Section {
20 // CHECK: Section {
23 // CHECK: Section {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
macho32-sect.asm 0 section .data
2 section __x label
3 section __y segname=__Y label
4 section __Z, __z label
5 section __Y __bar label
6 section __reallylongname12345 label
7 section __REALLYLONGSEGNAME __1 label
8 section __2 __reallylongsectname label
9 section __2REALLYLONGSEGNAME __2reallylongsectname label
1 section .data label
  /external/clang/test/Sema/
attr-section.c 3 int x __attribute__((section(
4 42))); // expected-error {{'section' attribute requires a string}}
8 int y __attribute__((section(
9 "sadf"))); // expected-error {{mach-o section specifier requires a segment and section separated by a comma}}
13 __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute is not valid on local variables}}
14 __attribute__((section("NEAR,x"))) static int n2; // ok.
18 void __attribute__((section("foo,zed"))) test2(void); // expected-note {{previous attribute is here}}
19 void __attribute__((section("bar,zed"))) test2(void) {} // expected-warning {{section does not match previous declaration}
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfsect-err.asm 0 [section]
2 section 1 use16=5 label
3 section 2 use32=5 label
4 section 3 use64=5 label
5 section 4 bss=5 label
6 section 5 flat=5 label
7 section 6 foo label
8 section 7 foo=5 label
9 section 8 absolute=foo label
10 section 9 absolute="foo label
11 section 10 absolute label
12 section 11 virtual=foo label
13 section 12 virtual="foo" label
14 section 13 virtual label
15 section 14 align=foo label
16 section 15 align="foo" label
17 section 16 align label
18 section 17 "bar" label
    [all...]
xdf-overdef.asm 0 section .text align=64
1 section .text align=64 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
ldlinux-sects.asm 8 [section .text]
10 [section .earlybss nobits start=BSS_START]
12 [section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss]
14 [section .config align=4 valign=16 follows=.bcopy32 vfollows=.bcopy32]
16 [section .config.end nobits valign=4 vfollows=.config]
17 [section .bss1 nobits valign=16 vfollows=.config.end]
19 [section .text start=TEXT_START]
20 [section .data align=16]
22 [section .adv progbits align=1 follows=.config]
23 [section .bss nobits align=16 follows=.adv
    [all...]
follows-loop2-err.asm 0 section sect follows=sect
1 section sect follows=sect label
follows-notfound-err.asm 0 section foo follows=bar
1 section foo follows=bar label
vfollows-loop2-err.asm 0 section sect vfollows=sect
1 section sect vfollows=sect label
vfollows-notfound-err.asm 0 section foo vfollows=bar
1 section foo vfollows=bar label
  /bionic/libc/arch-arm/bionic/
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
39 .section .note.GNU-stack,"",%progbits
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-overdef.asm 0 section .text align=64
1 section .text align=64 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-overdef.asm 0 section .text align=64
1 section .text align=64 label
  /external/llvm/test/MC/MachO/
section-attributes.s 4 // CHECK: # Section 1
6 .section __TEXT,__objc_opt_ro

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>