/toolchain/binutils/binutils-2.25/gold/testsuite/ |
script_test_10.s | 1 .section .sec0, "a" 4 .section .sec2, "a" 7 .section .sec1, "a" 10 .section .secz, "a" 12 .section .sec3, "a"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-1.s | 1 .section secname,"ax" 5 .section anothersec,"aw" 9 .section thirdsec 13 .section .a.fourth.section,"a"
|
sec-10.s | 1 .section .text.1 5 .section .text.2
|
/external/llvm/test/MC/COFF/ |
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...] |
section-comdat-conflict2.s | 5 .section .xyz,"xr",discard,bar 6 .section .abcd,"xr",discard,bar
|
/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...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
sort_b_n-1.s | 1 .section .text.2 4 .section .text.3 7 .section .text.1
|
sort_b_n.s | 1 .section .text2 4 .section .text3 7 .section .text1
|
/external/llvm/test/MC/ELF/ |
section.s | 5 .section .note.GNU-stack,"",@progbits 6 .section .note.GNU-stack2,"",%progbits 7 .section .note.GNU-,"",@progbits 8 .section -.note.GNU,"","progbits" 9 .section src/stack.c,"",@progbits 10 .section ~!@$%^&*()_-+={[}]|\\:<>,"",@progbits 21 .section .init 22 .section .fini 23 .section .rodata 24 .section zed, " [all...] |
relax-crash.s | 6 .section .debug_line,"",@progbits 9 .section foo
|
section-sym2.s | 3 // Test that we can forward reference a section. 6 .section .rodata 9 // CHECK: Section {{.*}} .rela.text { 22 // CHECK: Type: Section (0x3) 23 // CHECK: Section: .rodata 24 // CHECK-NOT: Section: .rodata
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
section5.l | 13 [ ]+[0-9]+[ ]+.section[ ]+.test0[ ]* 14 [ ]+[0-9]+[ ]+.section[ ]+.test1,[ ]*"",[ ]*%progbits[ ]* 15 [ ]+[0-9]+[ ]+.section[ ]+.test2[ ]* 16 [ ]+[0-9]+[ ]+.section[ ]+.test3,[ ]*"aw"[ ]* 17 [ ]+[0-9]+[ ]+.section[ ]+.test4,[ ]*"aw",[ ]*%nobits[ ]* 19 [ ]+[0-9]+[ ]+.section[ ]+.test1,[ ]*"aw",[ ]*%nobits[ ]* 22 [ ]+[0-9]+[ ]+.section[ ]+.test2,[ ]*"w"[ ]* 25 [ ]+[0-9]+[ ]+.section[ ]+.test3,[ ]*"aw",[ ]*%progbits[ ]* 28 [ ]+[0-9]+[ ]+.section[ ]+.test4,[ ]*"aw"[ ]* 30 [ ]+[0-9]+[ ]+.section[ ]+.data,[ ]*"a"[ ] [all...] |
/development/ndk/platforms/android-21/arch-mips64/src/ |
crtend_so.S | 3 .section .init_array, "aw" 7 .section .fini_array, "aw"
|
/development/ndk/platforms/android-9/arch-arm/src/ |
__dso_handle_so.h | 35 __attribute__ ((section (".data")))
|
/external/llvm/test/LTO/X86/Inputs/ |
bcsection.macho.s | 1 .section __FOO,__bitcode 2 .asciz "Wrong Section" 4 .section __LLVM,__bitcode
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
relax-crash.s | 6 .section .debug_line,"",@progbits 9 .section foo
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
unknown.s | 1 .section .foo,"a","note"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind.s | 1 .section .IA_64.unwind_info, "a", "progbits" 3 .section .IA_64.unwind, "ao", "unwind"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
arm-target1-abs.d | 4 Contents of section .text: 6 # Ignore .ARM.attributes section
|
arm-target1-rel.d | 4 Contents of section .text: 6 # Ignore .ARM.attributes section
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
init-fini-arrays.s | 1 .section .init_array.01000,"aw",%progbits 4 .section .fini_array.01000,"aw",%progbits
|
pr9676-3.c | 1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
reloc.s | 1 .section echidna 4 .section platypus,"ax"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
pr16746a.c | 2 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
|
pr16746b.c | 2 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
|