Home
last modified time | relevance | path

Searched refs:note (Results 1 – 18 of 18) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property_test.cpp76 auto note = GnuPropertySection(&phdrs[0], std::size(phdrs), 0, SONAME)
84 static void test_bti_not_supported(GnuPropertySection& note __unused) { in test_bti_not_supported()
86 ASSERT_FALSE(note.IsBTICompatible()); in test_bti_not_supported()
91 static void test_bti_supported(GnuPropertySection& note __unused) { in test_bti_supported()
92 ASSERT_TRUE(note.IsBTICompatible()); in test_bti_supported()
100 note = reinterpret_cast<ElfW(NhdrGNUProperty)*>(&section[0]); in GnuPropertySectionBuilder()
101 note->nhdr.n_namesz = 4; in GnuPropertySectionBuilder()
102 note->nhdr.n_descsz = 0; in GnuPropertySectionBuilder()
103 note->nhdr.n_type = NT_GNU_PROPERTY_TYPE_0; in GnuPropertySectionBuilder()
104 memcpy(note->n_name, "GNU", 4); in GnuPropertySectionBuilder()
[all …]
/bionic/libc/bionic/
Dlibc_init_static.cpp171 static bool __read_memtag_note(const ElfW(Nhdr)* note, const char* name, const char* desc, in __read_memtag_note() argument
173 if (note->n_type != NT_ANDROID_TYPE_MEMTAG) { in __read_memtag_note()
176 if (note->n_namesz != 8 || strncmp(name, "Android", 8) != 0) { in __read_memtag_note()
181 if (note->n_descsz < 4) { in __read_memtag_note()
183 note->n_descsz); in __read_memtag_note()
199 const ElfW(Nhdr)* note = reinterpret_cast<const ElfW(Nhdr)*>(p); in __get_memtag_note()
202 p += align_up(note->n_namesz, 4); in __get_memtag_note()
204 p += align_up(note->n_descsz, 4); in __get_memtag_note()
209 if (__read_memtag_note(note, name, desc, &ret)) { in __get_memtag_note()
/bionic/libc/arch-arm/bionic/
Dkuser_helper_on.S31 .section .note.android.kuser_helper_on,"a",%note
/bionic/libc/arch-common/bionic/
Dcrtbrand.S37 .section .note.android.ident,"a",%note
Dcrtend_so.S35 .section .note.GNU-stack, "", %progbits
Dcrtend.S49 .section .note.GNU-stack, "", %progbits
/bionic/tests/
Dheap_tagging_level_test.cpp246 MemtagNote note = std::get<0>(GetParam()); in TEST_P() local
249 kNoteSuffix[static_cast<int>(note)] + "_helper"; in TEST_P()
255 kExpectedOutput[static_cast<int>(note)]); in TEST_P()
/bionic/libc/arch-arm64/bionic/
Dnote_memtag_heap_async.S34 .section ".note.android.memtag", "a", %note
Dnote_memtag_heap_sync.S34 .section ".note.android.memtag", "a", %note
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h645note,parm) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr + 1] = (dev);… argument
646 #define SEQ_START_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument
647 #define SEQ_STOP_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
648 #define SEQ_KEY_PRESSURE(dev,chn,note,pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, press… argument
/bionic/libc/private/
Dbionic_asm_arm64.h61 .pushsection .note.gnu.property, "a"; \
/bionic/libc/kernel/uapi/sound/
Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member
/bionic/docs/
Ddefines.md31 One thing to note (if your code may also be built as part of the OS itself) is
D32-bit-abi.md17 There are a couple of exceptions to note. Firstly, `off64_t` and the single
Dclang_fortify_anatomy.md52 ### A note on GCC
217 Second, one might note that this `mempcpy` implementation has the same C-level
451 Before diving too deeply, please note that the remainder of these subsections
Dnative_allocator.md10 It is important to note that there are two modes for a native allocator
Delf-tls.md734 * Add a [`.note.gnu.property`](https://reviews.llvm.org/D53906#1283425) with a
/bionic/tests/libs/
DAndroid.bp1232 // (note: libdl_test_df_1_global above will be included in DT_NEEDED)