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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
bad-section-flag.s 1 .section ".rodata", "z~&q"
section5.s 1 .section .test0
2 .section .test1, "", %progbits
3 .section .test2
4 .section .test3, "aw"
5 .section .test4, "aw", %nobits
7 .section .test1, "aw", %nobits
10 .section .test2, "w"
13 .section .test3, "aw", %progbits
16 .section .test4, "aw"
18 .section .data, "a
    [all...]
  /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
  /external/swiftshader/third_party/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...]
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
  /development/ndk/platforms/android-9/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.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...]
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
11 .section .stack, "w", @nobits
section-passthru-flags.s 2 .section .klaatu,"wn"
3 // CHECK: .section .klaatu,"wn"
4 .section .barada,"y"
5 // CHECK: .section .barada,"y"
6 .section .nikto,"dws"
7 // CHECK: .section .nikto,"dws"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
orphan-region.s 3 .section ".rodata", "a", %progbits
5 .section ".moredata", "a", %progbits
7 .section ".notdata", "", %progbits
pr349-1.s 1 .section ".abcxyz","ax",%progbits
pr349-2.s 1 .section ".abcxyz","",%progbits
orphan.s 5 .section .note,"a","note"
7 .section .notbad,"a","progbits"
9 .section .note.bar,"a","note"
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dw2-empty.S 1 .section .debug_line
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
orphanb.s 1 .section .foo
orphane.s 1 .section .foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
size-2.s 4 .section .tdata
7 .section .tbss
rgn-at5.s 1 .section .sec0, "a"
4 .section .sec1, "a"
7 .section .sec2, "a"
10 .section .sec3, "a"
13 .section .sec4, "a"
  /toolchain/binutils/binutils-2.25/gold/testsuite/
memory_test.s 1 .section .sec0, "a"
4 .section .sec1, "a"
7 .section .sec2, "a"
10 .section .sec3, "a"
13 .section .sec4, "a"
text_section_grouping.cc 28 __attribute__ ((section(".text.hot.foo")))
35 __attribute__ ((section(".text.startup.foo")))
42 __attribute__ ((section(".text.unlikely.foo")))
49 __attribute__ ((section(".text.hot.bar")))
56 __attribute__ ((section(".text.startup.bar")))
63 __attribute__ ((section(".text.unlikely.bar")))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-3.s 2 .section .none,"dr3"
3 .section .zero,"dr3"
5 .section .one,"dr3"
7 .section .two,"dr3"
9 .section .three,"dr3"
11 .section .four,"dr3"
13 .section .five,"dr3"
15 .section .six,"dr3"
17 .section .seven,"dr3"
19 .section .eight,"dr3
    [all...]

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 91011>>