HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 1 - 25 of 1144) 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"
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...]
bad-expr3.s 7 .section .zed
9 .section .bah
  /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"
  /development/ndk/platforms/android-L/arch-mips64/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...]
linkonce.s 1 // 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 .foo$ba
    [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/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
xdfsect.asm 0 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 10 flat virtual=0x1111 absolute=0x222 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/llvm/test/MC/ARM/
dwarf-asm-no-code.s 7 .section .data, "aw"
  /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
  /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
  /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 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("bar,zed"))) test2(void) {} // expected-warning {{section does not match previous declaration}
    [all...]

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>