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.S54 .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.c943 Elf_Note *note = NULL; in parse_property_segment() local
953 note = (void *)va; in parse_property_segment()
954 name = (char *)(note + 1); in parse_property_segment()
956 if (elf->prop_memsz < sizeof(*note) + sizeof(ELF_NOTE_GNU)) in parse_property_segment()
959 if (note->n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_property_segment()
960 note->n_namesz != sizeof(ELF_NOTE_GNU) || in parse_property_segment()
965 desc_offset = ROUNDUP2(sizeof(*note) + sizeof(ELF_NOTE_GNU), align); in parse_property_segment()
968 ROUNDUP2(desc_offset + note->n_descsz, align) > elf->prop_memsz) in parse_property_segment()
977 if (note->n_descsz < data_offset) in parse_property_segment()
980 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.md1184 Please note: this release is API-compatible with the previous one, but the
1295 Please note: this release is API-compatible with the previous one, but the
1423 Please note: this release is API-compatible with the previous one, but the
1703 * Secure Storage is implemented, but note that anti-rollback protection
1771 * Secure Storage is implemented, but note that anti-rollback protection
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md111 Please note that setting `CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS`…
189 Regarding variables, also note that if you set CFLAGS when invoking cmake,
238 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
302 …, secure elements and random generators. This is work in progress. Please note that the driver int…
H A DChangeLog832 review the size of the output buffer passed to this function, and note
2443 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,