Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S144 .note.gnu.property : { *(.note.gnu.property) }
261 *(.comment .note .eh_frame .interp .rela.plt)
/optee_os/ta/arch/arm/
H A Dta_entry_a32.S8 .section .note.GNU-stack,"",%progbits
H A Dta.ld.S28 .note.gnu.property : { *(.note.gnu.property) }
/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_divmod_a32.S8 .section .note.GNU-stack,"",%progbits
H A Darm32_aeabi_ldivmod_a32.S8 .section .note.GNU-stack,"",%progbits
H A Dsetjmp_a32.S56 .section .note.GNU-stack,"",%progbits
/optee_os/lib/libutils/ext/include/
H A Darm64_bti.S15 .pushsection .note.gnu.property, "a"
/optee_os/ldelf/
H A Dldelf.ld.S33 .note.gnu.property : { *(.note.gnu.property) }
H A Dta_elf.c944 Elf_Note *note = NULL; in parse_property_segment() local
954 note = (void *)va; in parse_property_segment()
955 name = (char *)(note + 1); in parse_property_segment()
957 if (elf->prop_memsz < sizeof(*note) + sizeof(ELF_NOTE_GNU)) in parse_property_segment()
960 if (note->n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_property_segment()
961 note->n_namesz != sizeof(ELF_NOTE_GNU) || in parse_property_segment()
966 desc_offset = ROUNDUP2(sizeof(*note) + sizeof(ELF_NOTE_GNU), align); in parse_property_segment()
969 ROUNDUP2(desc_offset + note->n_descsz, align) > elf->prop_memsz) in parse_property_segment()
978 if (note->n_descsz < data_offset) in parse_property_segment()
981 data_offset = confine_array_index(data_offset, note->n_descsz); in parse_property_segment()
[all …]
/optee_os/lib/libutils/ext/arch/arm/
H A Datomic_a32.S8 .section .note.GNU-stack,"",%progbits
H A Dmcount_a32.S10 .section .note.GNU-stack,"",%progbits
/optee_os/ta/arch/riscv/
H A Dta.ld.S26 .note.gnu.property : { *(.note.gnu.property) }
/optee_os/core/arch/arm/kernel/
H A Dkern.ld.S145 .note.gnu.property : { *(.note.gnu.property) }
454 *(.comment .note .eh_frame .interp)
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a32.S10 .section .note.GNU-stack,"",%progbits
/optee_os/core/pta/veraison_attestation/
H A DREADME.md5 For convenience, this PTA reuses the PSA token format [3]. However, note that PSA semantics do not …
/optee_os/
H A D.clang-format6 # Please note that the maintainers have the last word if there's
H A DCHANGELOG.md1214 Please note: this release is API-compatible with the previous one, but the
1325 Please note: this release is API-compatible with the previous one, but the
1453 Please note: this release is API-compatible with the previous one, but the
1733 * Secure Storage is implemented, but note that anti-rollback protection
1801 * Secure Storage is implemented, but note that anti-rollback protection
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md115 Please note that setting `CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS`…
193 Regarding variables, also note that if you set CFLAGS when invoking cmake,
242 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
305 …, secure elements and random generators. This is work in progress. Please note that the driver int…
H A DChangeLog875 review the size of the output buffer passed to this function, and note
2486 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,