Searched refs:symbol (Results 1 – 18 of 18) sorted by relevance
/optee_os/ta/pkcs11/scripts/ |
A D | verify-helpers.sh | 16 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/ |
A D | dlfcn.c | 91 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/ |
A D | gen_tee_bin.py | 84 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/out/arm/export-ta_arm32/include/ |
A D | dlfcn.h | 20 void *dlsym(void *handle, const char *symbol);
|
/optee_os/lib/libdl/include/ |
A D | dlfcn.h | 20 void *dlsym(void *handle, const char *symbol);
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | dlfcn.h | 20 void *dlsym(void *handle, const char *symbol);
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | dlfcn.h | 20 void *dlsym(void *handle, const char *symbol);
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | dlfcn.h | 20 void *dlsym(void *handle, const char *symbol);
|
/optee_os/ldelf/ |
A D | dl.c | 35 return ta_elf_resolve_sym(arg->dlsym.symbol, &arg->dlsym.val, NULL, in dlsym_entry()
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 87 char symbol[]; /* in */ member
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 305 #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/arch/arm/kernel/ |
A D | ldelf_loader.c | 424 memcpy(arg->dlsym.symbol, sym, len); in ldelf_dlsym() 425 arg->dlsym.symbol[len] = '\0'; in ldelf_dlsym()
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 551 * Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol 2273 * Fix the redefinition of macro ssl_set_bio to an undefined symbol 2390 through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.
|
/optee_os/out/arm/ldelf/ |
A D | ldelf.map | 1 Archive member included to satisfy reference by file (symbol)
|
/optee_os/out/arm/ta/avb/ |
A D | 023f8f1a-292a-432b-8fc4-de8471358067.map | 1 Archive member included to satisfy reference by file (symbol)
|
/optee_os/out/arm/ta/trusted_keys/ |
A D | f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.map | 1 Archive member included to satisfy reference by file (symbol)
|
/optee_os/out/arm/ta/pkcs11/ |
A D | fd02c9da-306c-48c7-a49c-bbd827ae86ee.map | 1 Archive member included to satisfy reference by file (symbol)
|
/optee_os/out/arm/core/ |
A D | tee.map | 1 Archive member included to satisfy reference by file (symbol)
|
Completed in 83 milliseconds