Searched refs:section (Results 1 - 25 of 1061) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dsection-quoting.s4 .section bar-"foo"
5 .section "foo"
6 .section "foo bar"
8 // CHECK: .section "bar-\"foo\""
9 // CHECK: .section foo
10 // CHECK: .section "foo bar"
H A Dbad-section.s5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
H A Dsection.s5 .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, ""
83 .section .note.test,"",@note
101 .section
[all...]
H A Dbad-expr3.s7 .section .zed
9 .section .bah
/external/llvm/test/MC/COFF/
H A Dsection-invalid-flags.s4 // 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
H A Dsection.s4 .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
28 .section s ; .long 1
29 .section s_, "" ; .long 1
30 .section s_a,"a"; .long 1
31 .section s_b,"b"; .long 1
32 .section s_
[all...]
H A Dlinkonce.s1 // Test section manipulation via .linkonce directive.
6 .section s1
10 .section s2
14 .section s3
18 .section s4
22 .section s5
26 .section s6
29 .section s7
33 .section s8
37 .section
[all...]
H A Dsection-comdat-conflict2.s5 .section .xyz,"xr",discard,bar
6 .section .abcd,"xr",discard,bar
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmacho32-sect.asm0 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/llvm/test/MC/ARM/
H A Ddwarf-asm-no-code.s7 .section .data, "aw"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdfsect-err.asm0 [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 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...]
H A Dxdf-overdef.asm0 section .text align=64
1 section .text align=64 label
H A Dxdfsect.asm0 section 1
2 section 2 use16 label
3 section 3 use32 label
4 section 4 use64 label
5 section 5 bss label
6 section 6 flat label
7 section 7 use16 flat label
8 section 8 use32 bss label
9 section 9 use64 absolute=0x5555 flat label
10 section 1 label
1 section 1 label
11 section 11 use32 align=4 label
12 section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss label
13 section 13 use16 use32 use64 label
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dldlinux-sects.asm8 [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
[all...]
H A Dfollows-loop2-err.asm0 section sect follows=sect
1 section sect follows=sect label
H A Dfollows-notfound-err.asm0 section foo follows=bar
1 section foo follows=bar label
H A Dvfollows-loop2-err.asm0 section sect vfollows=sect
1 section sect vfollows=sect label
H A Dvfollows-notfound-err.asm0 section foo vfollows=bar
1 section foo vfollows=bar label
H A Dfollows-loop1-err.asm0 section sect1 follows=sect2
2 section sect2 follows=sect1 label
1 section sect1 follows=sect2 label
H A Dinitbss.asm0 section .bss
4 section foo nobits label
1 section .bss label
H A Dvfollows-loop1-err.asm0 section sect1 vfollows=sect2
2 section sect2 vfollows=sect1 label
1 section sect1 vfollows=sect2 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-overdef.asm0 section .text align=64
1 section .text align=64 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-overdef.asm0 section .text align=64
1 section .text align=64 label
/external/llvm/test/MC/MachO/
H A Dsection-attributes.s6 .section __TEXT,__objc_opt_ro
/external/clang/test/Sema/
H A Dattr-section.c3 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 only applies to functions and global 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("ba
[all...]

Completed in 4498 milliseconds

1234567891011>>