Searched refs:symbol (Results 1 – 10 of 10) sorted by relevance
16 for symbol in $SYMBOL_LIST ; do17 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 ; do40 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 …]
91 void *dlsym(void *handle, const char *symbol) in dlsym() argument99 if (!handle || !symbol) in dlsym()109 params[1].memref.buffer = (void *)symbol; in dlsym()110 params[1].memref.size = strlen(symbol) + 1; in dlsym()
24 for symbol in section.iter_symbols():25 if symbol.name == name:26 return symbol.entry['st_value']
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] = symbol88 elif symbol['st_info']['bind'] == 'STB_LOCAL':90 elffile_symbols[symbol_name] = symbol
20 void *dlsym(void *handle, const char *symbol);
35 return ta_elf_resolve_sym(arg->dlsym.symbol, &arg->dlsym.val, NULL, in dlsym_entry()
87 char symbol[]; /* in */ member
305 #define BufDump 1 /* Define this symbol to enable the309 #define BufValid 1 /* Define this symbol to enable the313 #define DumpData 1 /* Define this symbol to enable the318 #define BufStats 1 /* Define this symbol to enable the336 #define BECtl 1 /* Define this symbol to enable the
425 memcpy(arg->dlsym.symbol, sym, len); in ldelf_dlsym()426 arg->dlsym.symbol[len] = '\0'; in ldelf_dlsym()
766 * Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol2488 * Fix the redefinition of macro ssl_set_bio to an undefined symbol2605 through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.
Completed in 62 milliseconds