/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 432 UChar* note = NULL; in printNoteElements() local 441 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printNoteElements() 445 uprv_free(note); in printNoteElements() 449 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 451 uprv_free(note); in printNoteElements() 456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements() 459 uprv_free(note); in printNoteElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 145 note() << "The length for this unit is too " in verifyUnitHeader() 148 note() << "The 16 bit unit header version is not valid.\n"; in verifyUnitHeader() 150 note() << "The unit type encoding is not valid.\n"; in verifyUnitHeader() 152 note() << "The offset into the .debug_abbrev section is " in verifyUnitHeader() 155 note() << "The address size is unsupported.\n"; in verifyUnitHeader() 1478 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note() function in DWARFVerifier
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 432 UChar* note = NULL; in printNoteElements() local 441 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printNoteElements() 445 uprv_free(note); in printNoteElements() 449 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 451 uprv_free(note); in printNoteElements() 456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements() 459 uprv_free(note); in printNoteElements()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 202 void *p = ehdr, *note; in check_core_file() local 231 /* Find the NT_PPC_PKEY note. */ in check_core_file() 242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 244 regs = (unsigned long *) note; in check_core_file()
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 75 my $note = "/*\n * Generated by $0;\n * do not modify.\n */\n"; 78 print $fh "// $license\n$copyright$note\n" if defined $fh; 82 print $fh "/* $license */\n$copyright$note\n";
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 202 void *p = ehdr, *note; in check_core_file() local 231 /* Find the NT_PPC_PKEY note. */ in check_core_file() 242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 244 regs = (unsigned long *) note; in check_core_file()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp_elf_object_pack.c | 287 char note[sizeof(".note")]; member 302 .note = ".note", 419 /* write .note */ in ac_rgp_file_write_elf_object() 420 /* the .note section contains msgpack which stores variables */ in ac_rgp_file_write_elf_object() 462 sec_hdr[4].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->note; in ac_rgp_file_write_elf_object()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs12.rs | 36 #[deprecated(note = "Use parse2 instead", since = "0.10.46")] 111 #[deprecated(note = "Use ParsedPkcs12_2 instead", since = "0.10.46")] 205 note = "Use Self::{name, pkey, cert, build2} instead.",
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 817 deprecated(since = "4.0.0", note = "Replaced with `Command::render_help`") 832 deprecated(since = "4.0.0", note = "Replaced with `Command::render_long_help`") 1303 deprecated(since = "4.0.0", note = "This is now the default") 2017 deprecated(since = "4.0.0", note = "Replaced with `Arg::allow_hyphen_values`") 2030 deprecated(since = "4.0.0", note = "Replaced with `Arg::allow_negative_numbers`") 2043 deprecated(since = "4.0.0", note = "Replaced with `Arg::trailing_var_arg`") 3615 deprecated(since = "4.0.0", note = "This is now the default") 3641 note = "Replaced with `Arg::is_allow_hyphen_values_set`" 3653 note = "Replaced with `Arg::is_allow_negative_numbers_set`" 3663 deprecated(since = "4.0.0", note [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/ |
H A D | Makefile | 12 drop-sections := .comment .note .options
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/ |
H A D | Makefile | 4 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 80 *(.note.*)
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 24 *(.note.*)
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 23 note PT_NOTE FLAGS(4); /* R__ */
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 24 *(.note.*)
|
/kernel/linux/linux-6.6/arch/arm64/kernel/pi/ |
H A D | Makefile | 25 --remove-section=.note.gnu.property \
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | handlers.S | 81 .section .note.GNU-stack, "", %progbits
|
/kernel/linux/linux-6.6/arch/openrisc/ |
H A D | Makefile | 20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
H A D | Makefile | 3 obj-vdso64 = note.o sigtramp.o restart_syscall.o
|
/kernel/linux/linux-6.6/arch/riscv/kernel/pi/ |
H A D | Makefile | 24 --remove-section=.note.gnu.property \
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 83 *(.note.*)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | handlers.S | 81 .section .note.GNU-stack, "", %progbits
|
/kernel/linux/linux-6.6/scripts/ |
H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | setcontext.S | 87 .section .note.GNU-stack,"",@progbits
|