Searched refs:symbol (Results 1 – 11 of 11) 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']
71 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']
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()
94 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
466 res = copy_to_user(usr_arg->dlsym.symbol, sym, symlen + 1); in ldelf_dlsym()
628 corresponding MBEDTLS_PSA_ACCEL symbol should be defined in case2294 * A config file version symbol, MBEDTLS_CONFIG_VERSION was introduced.2655 * Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol4377 * Fix the redefinition of macro ssl_set_bio to an undefined symbol4494 through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.