HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 401 - 425 of 7765) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
dlsection-1.s 3 ! Datalabel reference to symbol in section .text2 should
5 ! Section .spurious can be discarded.
13 .section .text2,"ax"
16 .section .spurious,"ax"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
diff_overflow2.s 1 .section .text.f1,"axG",@progbits,f1,comdat
14 .section .text
20 .section .debug_frame,"",@progbits
  /development/ndk/platforms/android-21/arch-arm/src/
crtbegin.c 46 __attribute__ ((section (".preinit_array")))
49 __attribute__ ((section (".init_array")))
52 __attribute__ ((section (".fini_array")))
55 __attribute__ ((section (".ctors")))
  /development/ndk/platforms/android-9/arch-arm/src/
crtbegin_dynamic.c 46 __attribute__ ((section (".preinit_array")))
49 __attribute__ ((section (".init_array")))
52 __attribute__ ((section (".fini_array")))
55 __attribute__ ((section (".ctors")))
crtbegin_static.c 46 __attribute__ ((section (".preinit_array")))
49 __attribute__ ((section (".init_array")))
52 __attribute__ ((section (".fini_array")))
55 __attribute__ ((section (".ctors")))
  /external/autotest/site_utils/suite_scheduler/
forgiving_config_parser_unittest.py 22 section = 'first'
30 initial.add_section(section)
31 initial.set(section, option1, value1)
37 self.assertEquals(value1, to_test.getstring(section, option1))
38 self.assertEquals(None, to_test.getstring(section, option2))
41 initial.set(section, option2, value2)
42 initial.remove_option(section, option1)
47 self.assertEquals(None, to_test.getstring(section, option1))
48 self.assertEquals(value2, to_test.getstring(section, option2))
  /external/compiler-rt/lib/asan/
asan_win_dynamic_runtime_thunk.cc 31 #pragma section(".CRT$XID", long, read) // NOLINT
32 #pragma section(".CRT$XCAB", long, read) // NOLINT
33 #pragma section(".CRT$XTW", long, read) // NOLINT
34 #pragma section(".CRT$XTY", long, read) // NOLINT
  /external/libunwind/src/aarch64/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /external/libunwind/src/arm/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /external/llvm/test/MC/AArch64/
inst-directive.s 13 .section .inst.aarch64_inst
27 // CHECK-OBJ: Section {
  /external/llvm/test/MC/ARM/
elf-reloc-03.s 8 // versus section symbol relocs (with offset) -
10 // Default llvm behavior is to emit as section symbol relocs nearly
19 .section .data.rel.ro.local,"aw",%progbits
24 // OBJ: Section {{.*}} .rel.text {
  /external/llvm/test/MC/AsmParser/
directive_darwin_section.s 3 # CHECK: .section __DWARF,__debug_frame,regular,debug
4 .section __DWARF,__debug_frame,regular,debug
  /external/llvm/test/MC/ELF/
debug-loc.s 3 // Test that we don't regress on the size of the line info section. We used
10 // CHECK: Section {
25 .section .debug_line,"",@progbits
  /external/llvm/test/MC/MachO/
symbol-diff.s 4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
24 // CHECK: Section {
44 // CHECK: Section {
69 // CHECK: Section __eh_frame {
77 // CHECK: Type: Section (0xE)
78 // CHECK: Section: __text (0x1)
86 // CHECK: Type: Section (0xE)
87 // CHECK: Section: __eh_frame (0x2)
  /external/llvm/test/Object/X86/
nm-print-size.s 9 .section foo
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_darwin_section.s 3 # CHECK: .section __DWARF,__debug_frame,regular,debug
4 .section __DWARF,__debug_frame,regular,debug
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
debug-loc.s 3 // Test that we don't regress on the size of the line info section. We used
10 // CHECK: # Section 4
23 .section .debug_line,"",@progbits
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
symbol-diff.s 1 // RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
29 // CHECK-NEXT: # Section 0
46 // CHECK-NEXT: # Section 1
  /external/syslinux/gpxe/src/arch/i386/core/
stack.S 9 .section ".stack", "aw", @nobits
stack16.S 9 .section ".stack16", "aw", @nobits
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
note-1.d 3 #objcopy: --add-section .note=$srcdir/note-1.d
4 #name: add notes section
10 Section Headers:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
list-1.s 1 .section .rodata
x86-64-unwind.s 2 .section .eh_frame,"a",@unwind
7 .section .eh_frame
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
strange.d 6 Contents of section .text:
18 Contents of section .data:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
relax-1.d 7 Disassembly of section .text:
14 Disassembly of section .branch:

Completed in 625 milliseconds

<<11121314151617181920>>