/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr14215.s | 1 .section .got
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
sections-1.s | 1 # This is the list of section switch data that GCC currently (4.7.0) emits 5 .section __TEXT,__textcoal_nt,coalesced,pure_instructions 6 .section __TEXT,__text_hot,regular,pure_instructions 7 .section __TEXT,__text_cold,regular,pure_instructions 8 .section __TEXT,__text_startup,regular,pure_instructions 9 .section __TEXT,__text_exit,regular,pure_instructions 10 .section __TEXT,__text_hot_coal,coalesced,pure_instructions 11 .section __TEXT,__text_cold_coal,coalesced,pure_instructions 12 .section __TEXT,__text_stt_coal,coalesced,pure_instructions 13 .section __TEXT,__text_exit_coal,coalesced,pure_instruction [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
ifunc-2.l | 2 .*/ifunc-2\.s:4: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section} 3 .*/ifunc-2\.s:5: Error: can't resolve `bar2' {\.text\.2 section} - `foo2' {\.text\.2 section} 4 .*/ifunc-2\.s:6: Error: can't resolve `bar1' {\.text\.1 section} - `bar2' {\.text\.2 section} 5 .*/ifunc-2\.s:7: Error: can't resolve `bar2' {\.text\.2 section} - `bar1' {\.text\.1 section} 6 .*/ifunc-2\.s:8: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar1' {\.text\.1 section} [all...] |
/bionic/libc/arch-common/bionic/ |
__dso_handle_so.h | 31 __attribute__ ((section (".data")))
|
/bionic/tests/ |
gtest_preinit_debuggerd.cpp | 23 __attribute__((section(".preinit_array"), __used__))
|
/development/ndk/platforms/android-21/arch-arm/src/ |
__dso_handle.h | 49 __attribute__ ((section (".bss")))
|
/development/ndk/platforms/android-21/arch-arm64/src/ |
crtend_so.S | 32 .section .init_array, "aw" 35 .section .fini_array, "aw" 40 .section .note.GNU-stack,"",%progbits 43 .section .eh_frame,"a",@progbits
|
/development/ndk/platforms/android-9/arch-arm/src/ |
__dso_handle.h | 49 __attribute__ ((section (".bss")))
|
/development/ndk/platforms/android-9/arch-x86/src/ |
crtend.S | 3 .section .preinit_array, "aw" 7 .section .init_array, "aw" 11 .section .fini_array, "aw" 15 .section .eh_frame,"a",@progbits
|
/external/compiler-rt/lib/asan/ |
asan_preinit.cc | 23 __attribute__((section(".preinit_array"), used))
|
/external/compiler-rt/lib/lsan/ |
lsan_preinit.cc | 19 // .preinit_array section. 20 __attribute__((section(".preinit_array"), used))
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_preinit.cc | 24 __attribute__((section(".preinit_array"), used))
|
/external/libunwind/src/ia64/ |
Linstall_cursor.S | 5 .section .note.GNU-stack,"",@progbits
|
/external/llvm/test/MC/ARM/ |
dwarf-asm-nonstandard-section.s | 5 .section foo, "ax"
|
dwarf-asm-single-section.s | 5 .section .text, "ax"
|
/external/llvm/test/MC/ELF/ |
comdat-dup-group-name.s | 21 // CHECK: Section: .group (0x3) 25 // CHECK: Section: .group (0x5) 27 .section .foo,"axG",@progbits,f1,comdat 30 .section .foo,"axG",@progbits,f2,comdat
|
comdat.s | 5 // CHECK: Section { 22 // CHECK: Section { 39 // CHECK: Section { 66 // CHECK-NEXT: Section: .foo 75 // CHECK-NEXT: Section: .group 85 // CHECK-NEXT: Section: Undefined (0x0) 89 .section .foo,"axG",@progbits,g1,comdat 93 .section .bar,"ax?",@progbits 96 .section .zed,"axG",@progbits,g2,comdat 99 .section .baz,"axG",@progbits,g3,comda [all...] |
pr19582.s | 4 .section foo
|
relax-arith4.s | 7 // CHECK: Disassembly of section push8: 13 .section push8,"x" 19 // CHECK: Disassembly of section push32: 23 .section push32,"x"
|
/external/llvm/test/MC/MachO/ |
pcrel-to-other-section.s | 4 .section __TEXT,__StaticInit,regular,pure_instructions 22 // CHECK: Section { 43 // CHECK: Section { 66 // CHECK: Section __StaticInit { 75 // CHECK: Section: (0x0)
|
/external/llvm/test/MC/X86/ |
reloc-macho.s | 6 .section foo,bar
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
comdat.s | 6 // CHECK: # Section 1 18 // CHECK-NEXT: # Section 2 30 // CHECK-NEXT: # Section 3 75 .section .foo,"axG",@progbits,g1,comdat 79 .section .bar,"axG",@progbits,g1,comdat 82 .section .zed,"axG",@progbits,g2,comdat 85 .section .baz,"axG",@progbits,g3,comdat
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
pcrel-to-other-section.s | 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s 4 .section __TEXT,__StaticInit,regular,pure_instructions 27 // CHECK-NEXT: # Section 0 43 // CHECK-NEXT: # Section 1
|
/external/syslinux/core/ |
codepage.S | 1 .section ".rodata","a"
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
copy-1.s | 5 .section .post_text_reserve,"w", %nobits
|