/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | debug.h | 45 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument 46 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret ) 48 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument 52 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument 53 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X ) 57 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument 58 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X ) 62 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument 189 const char *text, int ret ); 209 const char *file, int line, const char *text, [all …]
|
A D | asn1write.h | 226 int tag, const char *text, 246 const char *text, size_t text_len ); 264 const char *text, size_t text_len ); 282 const char *text, size_t text_len );
|
/optee_os-3.20.0/scripts/ |
A D | update_changelog.py | 38 def prepend_write(filename, text): argument 42 f.write(text + '\n' + current_content) 72 text = "# OP-TEE - version {} ({})\n".format(rv, rd) 73 text += "\n" 74 text += "- Links to the release pages, commits and pull requests merged " \ 80 text += " - {}: [release page][{}_release_{}], " \ 84 text += "\n" 89 text += "\n[{}_release_{}]: https://github.com/{}/releases/tag/" \ 91 text += "[{}_commits_{}]: https://github.com/{}/compare/" \ 93 text += "[{}_pr_{}]: https://github.com/{}/pulls?q=is%3Apr+is%3A" \ [all …]
|
A D | bin_to_c.py | 42 if args.text: 51 if args.text: 60 if args.text and i != size - 1 and bytes[i] == b'\0':
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | kern.ld.S | 93 .text : { 94 KEEP(*(.text._start)) 105 .text.get_core_pos_mpidr) 107 KEEP(*(.text.init .text.plat_cpu_reset_early \ 108 .text.reset .text.reset_primary .text.unhandled_cpu \ 112 *(.text) 116 *(.text .text.*) 118 *(.sram.text.glue_7* .gnu.linkonce.t.*) 325 KEEP(*(.text.startup.*)); 327 KEEP(*(.text._GLOBAL__sub_*)); [all …]
|
/optee_os-3.20.0/ldelf/ |
A D | ldelf.ld.S | 21 .text : { 23 *(.text._ldelf_start) 24 *(.text .text.*) 58 .rel.text : { *(.rel.text) *(.rel.gnu.linkonce.t*) } 59 .rela.text : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
|
A D | syscalls_a64.S | 9 .section .text
|
A D | syscalls_a32.S | 10 .section .text
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | debug.c | 109 const char *text, int ret ) in mbedtls_debug_print_ret() argument 130 text, ret, (unsigned int) -ret ); in mbedtls_debug_print_ret() 136 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument 152 text, (unsigned int) len ); in mbedtls_debug_print_buf() 197 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp() argument 209 mbedtls_snprintf( str, sizeof( str ), "%s(X)", text ); in mbedtls_debug_print_ecp() 212 mbedtls_snprintf( str, sizeof( str ), "%s(Y)", text ); in mbedtls_debug_print_ecp() 220 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi() argument 238 text, (unsigned) bitlen ); in mbedtls_debug_print_mpi() 320 start = text; in debug_print_line_by_line() [all …]
|
A D | asn1write.c | 274 const char *text, size_t text_len ) in mbedtls_asn1_write_tagged_string() argument 280 (const unsigned char *) text, text_len ) ); in mbedtls_asn1_write_tagged_string() 289 const char *text, size_t text_len ) in mbedtls_asn1_write_utf8_string() argument 291 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len) ); in mbedtls_asn1_write_utf8_string() 295 const char *text, size_t text_len ) in mbedtls_asn1_write_printable_string() argument 297 …return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, text_len) … in mbedtls_asn1_write_printable_string() 301 const char *text, size_t text_len ) in mbedtls_asn1_write_ia5_string() argument 303 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len) ); in mbedtls_asn1_write_ia5_string()
|
/optee_os-3.20.0/ta/arch/arm/ |
A D | ta.ld.S | 18 .text : { 20 *(.text .text.*) 60 .rel.text : { *(.rel.text) *(.rel.gnu.linkonce.t*) } 61 .rela.text : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
|
/optee_os-3.20.0/core/arch/riscv/kernel/ |
A D | kern.ld.S | 95 .text : { 96 KEEP(*(.text._start)) 103 *(.text .text.*) 104 *(.sram.text.glue_7* .gnu.linkonce.t.*)
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | asm.S | 26 .section .text.\name 42 .section .text.\name 57 .section .text.\name
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | reset.S | 10 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-rzn1/ |
A D | a7_plat_init.S | 21 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-imx/ |
A D | a7_plat_init.S | 21 .section .text
|
A D | a9_plat_init.S | 45 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-ls/ |
A D | plat_init.S | 41 .section .text
|
/optee_os-3.20.0/lib/libutee/arch/riscv/ |
A D | utee_syscalls_rv.S | 9 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/ |
A D | plat_init.S | 47 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-stm/ |
A D | tz_a9init.S | 13 .section .text
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | utee_syscalls_a64.S | 9 .section .text
|
A D | utee_syscalls_a32.S | 12 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-ti/ |
A D | a9_plat_init.S | 22 .section .text
|
/optee_os-3.20.0/core/arch/arm/plat-hisilicon/ |
A D | hi3519av100_plat_init.S | 23 .section .text
|