/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
unknown2.s | 1 .section .note.foo,"a","note" 3 .section .data,"aw" 5 .section .rodata,"a"
|
expr1.s | 1 .section .bar,"ax","progbits" 3 .section .foo,"aw","progbits"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
rgn-at.s | 1 .section .text 3 .section .data 5 .section .bss
|
phdrs2.s | 1 .section .foo, "ax" 5 .section .bar, "aw"
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
plugin_final_layout.cc | 23 // The goal of this program is to verify if section ordering 25 // overrides default text section ordering where ".text.hot" sections 27 // Plugin section order is foo() followed by bar() and then baz(). 29 __attribute__ ((section(".text._Z3barv"))) 34 __attribute__ ((section(".text.hot._Z3bazv"))) 39 __attribute__ ((section(".text.hot._Z3foov")))
|
justsyms_2.cc | 24 // apply a linker script with -r to set the section addresses. 26 char justsyms_string[] __attribute__ ((section(".gold_test"))) =
|
script_test_2a.cc | 23 char script_test_string_a[] __attribute__ ((section(".gold_test"))) =
|
script_test_2b.cc | 23 char script_test_string_b[] __attribute__ ((section(".gold_test"))) =
|
section_sorting_name.cc | 23 // The goal of this program is to verify that when using --sort-section=name 27 __attribute__ ((section(".text.hot0001"))) 33 int vdata_0003 __attribute__((section(".data.0003"))) = 3; 34 int vbss_0003 __attribute__((section(".bss.0003"))) = 0; 37 __attribute__ ((section(".text.hot0003"))) 43 int vdata_0001 __attribute__((section(".data.0001"))) = 1; 44 int vbss_0001 __attribute__((section(".bss.0001"))) = 0; 47 __attribute__ ((section(".text.hot0002"))) 53 int vdata_0002 __attribute__((section(".data.0002"))) = 2; 54 int vbss_0002 __attribute__((section(".bss.0002"))) = 0 [all...] |
/external/llvm/test/MC/ARM/ |
dwarf-asm-no-code.s | 7 .section .data, "aw"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
alloc.s | 1 .section .bar,"ax","progbits" 3 .section .foo,"aw","progbits"
|
/external/llvm/test/LTO/X86/Inputs/ |
bcsection.s | 1 .section .llvmbc
|
/external/llvm/test/MC/ELF/ |
bad-expr3.s | 7 .section .zed 9 .section .bah
|
section-unique-err1.s | 5 .section .text,"ax",@progbits,unique, "abc"
|
section-unique-err2.s | 5 .section .text,"ax",@progbits,unique, -1
|
section-unique-err3.s | 5 .section .text,"ax",@progbits,unique, 4294967295
|
section-unique-err4.s | 5 .section .text,"ax",@progbits,unique 1
|
/external/llvm/test/MC/MachO/ |
section-attributes.s | 4 .section __TEXT,__objc_opt_ro 7 // CHECK: Section {
|
/external/llvm/test/Object/ARM/ |
nm-mapping-symbol.s | 10 .section .foobar,"",%progbits
|
/external/llvm/test/tools/gold/X86/Inputs/ |
bcsection.s | 1 .section .llvmbc
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
section-attributes.s | 4 // CHECK: # Section 1 6 .section __TEXT,__objc_opt_ro
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
copytest.s | 2 .section foo 5 .section bar
|
debug_str.s | 2 with debugging enabled, managed to create a .debug_str section whose 4 used to just check for the characters "ZLIB" at the start of a section 5 and then assume that the section was compressed. This meant that the BFD 7 decompressed version of the section. Naturally with this test case the 11 .section .debug_str,"MS",@progbits,1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
section3.s | 1 .section .foo,"","note"
|
section8.s | 1 .section .foo1,"e", %progbits
|