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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
orphan.s 5 .section .note,"a","note"
9 .section .note.bar,"a","note"
maxpage5.s 7 .section .note,"",%note
note-1.s 5 .section .note,"",%note
note-2.s 7 .section .note,"",%note
note-3.s 9 .section .note,"",%note
note-3.l 1 .*warning: section '.hash' is being made into a note
unknown2.s 1 .section .note.foo,"a","note"
unknown2.d 7 \[[ 0-9]+\] \.note.foo[ \t]+NOTE[ \t]+.*
  /external/libunwind/src/ia64/
Linstall_cursor.S 5 .section .note.GNU-stack,"",@progbits
  /external/swiftshader/third_party/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
10 // CHECK: ('sh_name', 0x00000038) # '.note.GNU-stack'
11 // CHECK: ('sh_name', 0x0000008f) # '.note.GNU-stack2'
12 // CHECK: ('sh_name', 0x000000a0) # '.note.GNU-'
13 // CHECK: ('sh_name', 0x00000084) # '-.note.GNU'
70 .section .note.test,"",@note
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
note-1.d 3 #objcopy: --add-section .note=$srcdir/note-1.d
12 \[[ 0-9]*\] .note NOTE 0*0000000 0*...... 0*000... .*
  /bionic/libc/arch-arm/bionic/
kuser_helper_on.S 28 .section .note.android.kuser_helper_on,"a",%note
  /bionic/libc/arch-common/bionic/
crtbrand.S 29 .section .note.android.ident,"a",%note
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section3.d 2 #name: note section
5 [ ]*\[.*\][ ]+\.foo[ ]+NOTE.*
  /external/libunwind/src/ppc/
siglongjmp.S 30 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/ppc32/
setcontext.S 8 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/ppc64/
setcontext.S 8 .section .note.GNU-stack,"",@progbits
  /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"
12 // CHECK: Name: .note.GNU-stack
13 // CHECK: Name: .note.GNU-stack2
14 // CHECK: Name: .note.GNU-
15 // CHECK: Name: -.note.GNU
87 .section .note.test,"",@note
    [all...]
  /external/libunwind/src/aarch64/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /external/libunwind/src/arm/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
abi-note.d 1 #name: --gc-sections with note section
8 .* .note.ABI-tag[ ]+NOTE.*
  /toolchain/binutils/binutils-2.25/bfd/
elf32-am33lin.c 40 /* Support for core dump NOTE sections. */
42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
47 switch (note->descsz)
55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
69 note->descpos + offset);
73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
75 switch (note->descsz)
82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80)
    [all...]
elf32-tilegx.c 29 /* Support for core dump NOTE sections. */
32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF)
42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG);
46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID);
54 size, note->descpos + offset);
58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF)
64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16);
66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE)
    [all...]
elf64-tilegx.c 29 /* Support for core dump NOTE sections. */
32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF)
42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG);
46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID);
54 size, note->descpos + offset);
58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF)
64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16);
66 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZE)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
section3.d 3 #name: note section
6 [ ]*\[.*\][ ]+\.foo[ ]+NOTE.*

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>