| /third_party/libunwind/libunwind/tests/ |
| H A D | flush-cache.S | 101 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/src/riscv/ |
| H A D | setcontext.S | 87 .section .note.GNU-stack,"",@progbits
|
| H A D | getcontext.S | 87 .section .note.GNU-stack,"",@progbits
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | Error.cpp | 42 void PrintNote(const Twine &Msg) { WithColor::note() << Msg << "\n"; } in PrintNote()
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| H A D | tls1.rs | 63 #[deprecated(note = "use SSL_CTX_set_tlsext_servername_callback__fixed_rust instead")]
|
| /third_party/rust/crates/proc-macro-error/src/imp/ |
| H A D | delegate.rs | 54 (SuggestionKind::Note, None) => res.note(msg),
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | ansi_cprng.c | 52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument 55 printk(KERN_CRIT "%s", note); in hexdump()
|
| /kernel/linux/linux-5.10/arch/sh/ |
| H A D | Makefile | 79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
|
| /kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
| H A D | Makefile | 27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 41 /** note messages (channel specific) 194 /* note event */ 197 unsigned char note; member 224 void *ptr; /* pointer to data (note: maybe 64-bit) */ 286 struct snd_seq_ev_note note; member
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 25 /** note messages (channel specific) 179 /* note event */ 182 unsigned char note; member 209 void *ptr; /* pointer to data (note: maybe 64-bit) */ 257 struct snd_seq_ev_note note; member
|
| /kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
| H A D | Makefile | 27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | ansi_cprng.c | 53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument 56 printk(KERN_CRIT "%s", note); in hexdump()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 102 unsigned char note; member 174 struct snd_seq_ev_note note; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 111 unsigned char note; member 175 struct snd_seq_ev_note note; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 111 unsigned char note; member 175 struct snd_seq_ev_note note; member
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 41 /** note messages (channel specific) 195 /* note event */ 198 unsigned char note; member 225 void *ptr; /* pointer to data (note: maybe 64-bit) */ 273 struct snd_seq_ev_note note; member
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CollectAPI.java | 47 String note = "Contents generated by CollectAPI tool on " + new Date().toString(); in writeHTML() 142 pw.println("<p><i><font size=\"-1\">" + note + "</font></i></p>"); in writeHTML()
|
| /third_party/rust/crates/libc/src/ |
| H A D | macros.rs | 302 note = "Use the `mach2` crate instead", 317 note = "Use the `mach2` crate instead",
|
| /third_party/python/Lib/ |
| H A D | pydoc.py | 1030 note = '' 1036 note = ' from ' + self.classlink(imclass, mod) 1039 note = ' method of %s instance' % self.classlink( 1042 note = ' unbound %s method' % self.classlink(imclass,mod) 1078 decl = asyncqualifier + title + self.escape(argspec) + (note and 1079 self.grey('<span class="heading-text">%s</span>' % note)) 1464 note = '' 1470 note = ' from ' + classname(imclass, mod) 1473 note = ' method of %s instance' % classname( 1476 note [all...] |
| H A D | traceback.py | 834 for note in self.__notes__: 835 note = _safe_string(note, 'note') 836 yield from [l + '\n' for l in note.split('\n')]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | vmlinux.lds.h | 66 #define NOTES_HEADERS :text :note 881 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler. 884 * Also, discard .note.gnu.property, otherwise it forces the notes section to 890 *(.note.GNU-stack) \ 891 *(.note.gnu.property) \ 894 BOUNDED_SECTION_BY(.note.*, _notes) \
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | sdt.h | 16 note section. The data in the note section describes the operands, in terms 208 operand note format. 219 register, then a sys/sdt.h note consumer may need to employ 254 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ 261 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ 269 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \ [all...] |
| /kernel/linux/linux-6.6/scripts/ |
| H A D | sphinx-pre-install | 795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n"; 846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n"; 898 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 73 WithColor::note() << "found in scheduling class " << SCDesc.Name in initializeUsedResources() 553 WithColor::note() << "call instructions are not correctly modeled. " 561 WithColor::note() << "program counter updates are ignored.\n";
|