Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/scripts/
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-3.20.0/lib/libdl/
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-3.20.0/scripts/
A Dprint_tee_hash.py24 for symbol in section.iter_symbols():
25 if symbol.name == name:
26 return symbol.entry['st_value']
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-3.20.0/lib/libdl/include/
A Ddlfcn.h20 void *dlsym(void *handle, const char *symbol);
/optee_os-3.20.0/ldelf/
A Ddl.c35 return ta_elf_resolve_sym(arg->dlsym.symbol, &arg->dlsym.val, NULL, in dlsym_entry()
/optee_os-3.20.0/ldelf/include/
A Dldelf.h87 char symbol[]; /* in */ member
/optee_os-3.20.0/lib/libutils/isoc/
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-3.20.0/core/arch/arm/kernel/
A Dldelf_loader.c425 memcpy(arg->dlsym.symbol, sym, len); in ldelf_dlsym()
426 arg->dlsym.symbol[len] = '\0'; in ldelf_dlsym()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog766 * Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol
2488 * Fix the redefinition of macro ssl_set_bio to an undefined symbol
2605 through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.

Completed in 13 milliseconds