Home
last modified time | relevance | path

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

12

/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/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.S36 .section .note.GNU-stack,"",%progbits
Dcrtend.S50 .section .note.GNU-stack,"",%progbits
/bionic/libc/bionic/
Dlibc_init_static.cpp191 static bool __read_memtag_note(const ElfW(Nhdr)* note, const char* name, const char* desc, in __read_memtag_note() argument
193 if (note->n_namesz != 8 || strncmp(name, "Android", 8) != 0) { in __read_memtag_note()
196 if (note->n_type != NT_TYPE_MEMTAG) { in __read_memtag_note()
199 if (note->n_descsz != 4) { in __read_memtag_note()
200 async_safe_fatal("unrecognized android.memtag note: n_descsz = %d, expected 4", note->n_descsz); in __read_memtag_note()
216 const ElfW(Nhdr)* note = reinterpret_cast<const ElfW(Nhdr)*>(p); in __get_memtag_note()
219 p += align_up(note->n_namesz, 4); in __get_memtag_note()
221 p += align_up(note->n_descsz, 4); in __get_memtag_note()
226 if (__read_memtag_note(note, name, desc, &ret)) { in __get_memtag_note()
/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/tests/
Dheap_tagging_level_test.cpp195 MemtagNote note = std::get<0>(GetParam()); in TEST_P() local
198 kNoteSuffix[static_cast<int>(note)] + "_helper"; in TEST_P()
205 kExpectedOutput[static_cast<int>(note)]); in TEST_P()
/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/libm/x86_64/
De_hypot.S194 .section .note.GNU-stack, "",@progbits
De_log10.S787 .section .note.GNU-stack, "",@progbits
Ds_atan.S907 .section .note.GNU-stack, "",@progbits
Ds_cbrt.S734 .section .note.GNU-stack, "",@progbits
/bionic/libm/x86/
De_hypot.S219 .section .note.GNU-stack, "",@progbits
Ds_cos.S891 .section .note.GNU-stack, "",@progbits
Ds_sin.S906 .section .note.GNU-stack, "",@progbits
Ds_cbrt.S737 .section .note.GNU-stack, "",@progbits
De_log10.S794 .section .note.GNU-stack, "",@progbits
Ds_tan.S1765 .section .note.GNU-stack, "",@progbits
Ds_atan.S933 .section .note.GNU-stack, "",@progbits
Ds_log1p.S826 .section .note.GNU-stack, "",@progbits
Ds_tanh.S1360 .section .note.GNU-stack, "",@progbits
/bionic/docs/
Ddefines.md31 One thing to note (if your code may also be built as part of the OS itself) is

12