Home
last modified time | relevance | path

Searched refs:__text_data_end (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld80 __text_data_end = .; symbol
H A Dkern.ld.S86 __text_data_end = .; define
/optee_os/core/include/kernel/
H A Dlinker.h78 extern const uint8_t __text_data_end[];
/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S92 __text_data_end = .; define
/optee_os/core/pta/
H A Dattestation.c720 res = crypto_hash_update(ctx, __text_data_end, in cmd_hash_tee_memory()
721 __text_end - __text_data_end); in cmd_hash_tee_memory()