Home
last modified time | relevance | path

Searched refs:__rodata_start (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld71 __rodata_start = .; symbol
H A Dkern.ld.S118 __rodata_start = .; define
H A Dboot.c332 asan_tag_access(__rodata_start, __rodata_end); in init_asan()
/optee_os/core/include/kernel/
H A Dlinker.h87 extern const uint8_t __rodata_start[];
/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S108 __rodata_start = .; define
/optee_os/core/pta/
H A Dattestation.c735 res = crypto_hash_update(ctx, __rodata_start, in cmd_hash_tee_memory()
736 __rodata_end - __rodata_start); in cmd_hash_tee_memory()