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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/Inputs/
non-english-characters-section-name.s 1 .section .?
  /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
  /external/swiftshader/third_party/llvm-7.0/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-numeric-type.s 7 .section .sec1,"a",@0x70000001
8 .section .sec2,"a",@1879048193
10 // OBJ: Section {
14 // OBJ: Section {
19 // ASM: .section .sec1,"a",@unwind
20 // ASM: .section .sec2,"a",@unwind
metadata-declaration-errors.s 7 .section .foo,"a"
10 .section bar,"ao",@progbits,123
section-numeric-flag.s 4 .section .text, "0x806", %progbits, unique, 0
5 .section .comment, "0x21"
8 // CHECK: Section {
18 // CHECK: Section {
29 // CHECK: Section {
section-sym-err.s 3 .section foo
section-sym-err2.s 4 .section foo
  /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"
  /external/swiftshader/third_party/llvm-7.0/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
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"
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/llvm/test/MC/ARM/
dwarf-asm-no-code.s 7 .section .data, "aw"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
dwarf-asm-no-code.s 7 .section .data, "aw"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
debug_rnglists_short_section.s 1 .section .debug_rnglists,"",@progbits
2 .byte 3, 0, 0 # Short section
  /external/u-boot/arch/sandbox/lib/
sections.c 7 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
8 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
10 __attribute__((section(".__efi_runtime_rel_start")));
12 __attribute__((section(".__efi_runtime_rel_stop")));
  /external/u-boot/arch/x86/lib/
sections.c 6 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
7 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
9 __attribute__((section(".__efi_runtime_rel_start")));
11 __attribute__((section(".__efi_runtime_rel_stop")));
  /external/u-boot/tools/binman/test/
u_boot_no_ucode_ptr.c 10 __attribute__((section(".ucode"))) = {1, 2};

Completed in 998 milliseconds

1 2 3 4 5 6 7 8 91011>>