/third_party/libunwind/libunwind/src/x86/ |
H A D | getcontext-freebsd.S | 112 .section .note.GNU-stack,"",@progbits
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-dyn-asm.S | 101 .section .note.GNU-stack,"",@progbits
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | common_x86_asm.S | 218 .section .note.GNU-stack,"",%progbits
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 105 raw_ostream ¬e() const;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | powerpc64.s | 132 .section .note.GNU-stack,"",@progbits
|
H A D | riscv64.s | 116 .section .note.GNU-stack,"",@progbits
|
H A D | x86_64.s | 122 .section .note.GNU-stack,"",@progbits
|
H A D | arm.s | 135 .section .note.GNU-stack,"",%progbits
|
H A D | aarch64.s | 119 .section .note.GNU-stack,"",@progbits
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signalfd.rs | 16 //! Please note that signal discarding is not specific to `signalfd`, but also happens with regular 35 #[deprecated(since = "0.23.0", note = "use mem::size_of::<siginfo>() instead")]
|
/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...] |
/third_party/python/Lib/ |
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/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";
|
/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 754 note = '' 770 decl = title + argspec + (note and self.grey( 771 '<font face="helvetica, arial">%s</font>' % note))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 95 dialog.note.select(dialog.keyspage) 115 dialog.note.select(page) 273 dialog.note.select(page) 784 dialog.note.select(page) 1194 dialog.note.select(page) 1275 dialog.note.select(page) 1308 dialog.note.select(page) 1316 dialog.note.select(page)
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 448 note = "use SockaddrIn, SockaddrIn6, or SockaddrStorage instead" 546 #[deprecated(since = "0.23.0", note = "use .to_string() instead")] 572 note = "Use std::net::IpAddr instead" 631 note = "Use std::net::Ipv4Addr instead" 689 note = "Use std::net::Ipv6Addr instead" 1984 note = "use SockaddrLike or SockaddrStorage instead" 2101 #[deprecated(since = "0.23.0", note = "use .to_string() instead")]
|
/applications/standard/contacts_data/contacts/include/ |
H A D | contacts_napi_object.h | 70 * Indicates the note. 367 * Provides methods for note information 372 * Indicates the note content. 844 * Indicates the contact note. 846 Note note; member in OHOS::ContactsApi::Attribute::Contacts
|
/kernel/linux/linux-5.10/arch/parisc/ |
H A D | Makefile | 75 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | Makefile | 49 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emux_synth.h | 108 struct timer_list tlist; /* for pending note-offs */ 164 unsigned char note; /* Note currently assigned to this voice */ member 166 unsigned char velocity; /* Velocity of current note */ 168 struct snd_sf_zone *zone; /* Zone assigned to this note */ 170 struct snd_midi_channel *chan; /* Midi channel for this note */ 174 unsigned long ontime; /* jiffies at note triggered */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emux_synth.h | 108 struct timer_list tlist; /* for pending note-offs */ 164 unsigned char note; /* Note currently assigned to this voice */ member 166 unsigned char velocity; /* Velocity of current note */ 168 struct snd_sf_zone *zone; /* Zone assigned to this note */ 170 struct snd_midi_channel *chan; /* Midi channel for this note */ 174 unsigned long ontime; /* jiffies at note triggered */
|
/third_party/elfutils/tests/ |
H A D | testfile-macros-0xff.s | 153 .section .note.GNU-stack,"",@progbits
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | diagnostic.rs | 28 /// A note. 175 pub fn note() -> Diagnostic<FileId> { in note() functions
|