Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 11 of 11) sorted by relevance

/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh16 for symbol in $SYMBOL_LIST ; do
17 details && echo -n "$symbol"
18 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
20 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
27 ERRORS+=" ${symbol}"
39 for symbol in $SYMBOL_LIST ; do
40 details && echo -n "$symbol"
41 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
43 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
50 ERRORS+=" ${symbol}"
[all …]
/optee_os/lib/libdl/
H A Ddlfcn.c91 void *dlsym(void *handle, const char *symbol) in dlsym() argument
99 if (!handle || !symbol) in dlsym()
109 params[1].memref.buffer = (void *)symbol; in dlsym()
110 params[1].memref.size = strlen(symbol) + 1; in dlsym()
/optee_os/scripts/
H A Dprint_tee_hash.py24 for symbol in section.iter_symbols():
25 if symbol.name == name:
26 return symbol.entry['st_value']
H A Dts_bin_to_c.py71 for symbol in s.iter_symbols():
72 if symbol.name == 'ta_head':
74 s2 = elffile.get_section(symbol.entry['st_shndx'])
77 offs = offs + symbol.entry['st_value']
H A Dgen_tee_bin.py84 for symbol in section.iter_symbols():
85 symbol_name = get_name(symbol)
86 if symbol['st_info']['bind'] == 'STB_GLOBAL':
87 elffile_symbols[symbol_name] = symbol
88 elif symbol['st_info']['bind'] == 'STB_LOCAL':
90 elffile_symbols[symbol_name] = symbol
/optee_os/lib/libdl/include/
H A Ddlfcn.h20 void *dlsym(void *handle, const char *symbol);
/optee_os/ldelf/
H A Ddl.c35 return ta_elf_resolve_sym(arg->dlsym.symbol, &arg->dlsym.val, NULL, in dlsym_entry()
/optee_os/ldelf/include/
H A Dldelf.h94 char symbol[]; /* in */ member
/optee_os/lib/libutils/isoc/
H A Dbget.doc305 #define BufDump 1 /* Define this symbol to enable the
309 #define BufValid 1 /* Define this symbol to enable the
313 #define DumpData 1 /* Define this symbol to enable the
318 #define BufStats 1 /* Define this symbol to enable the
336 #define BECtl 1 /* Define this symbol to enable the
/optee_os/core/kernel/
H A Dldelf_loader.c466 res = copy_to_user(usr_arg->dlsym.symbol, sym, symlen + 1); in ldelf_dlsym()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog628 corresponding MBEDTLS_PSA_ACCEL symbol should be defined in case
2294 * A config file version symbol, MBEDTLS_CONFIG_VERSION was introduced.
2655 * Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol
4377 * Fix the redefinition of macro ssl_set_bio to an undefined symbol
4494 through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.