Searched refs:argp (Results 51 - 75 of 80) sorted by relevance

1234

/external/boringssl/src/crypto/ec/
H A Dec_key.c486 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
490 if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp, new_func,
/external/valgrind/VEX/priv/
H A Dhost_amd64_isel.c3563 HReg argp = newVRegI(env); local
3568 argp));
3572 argp));
3578 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, argp),
3580 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(16, argp),
3582 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(32, argp),
3598 AMD64AMode_IR(0, argp)));
3615 HReg argp = newVRegI(env); local
3620 argp));
3624 argp));
4042 HReg argp = newVRegI(env); local
4120 HReg argp = newVRegI(env); local
[all...]
H A Dhost_x86_isel.c3744 HReg argp = newVRegI(env); local
3749 argp));
3753 argp));
3759 addInstr(env, X86Instr_Lea32(X86AMode_IR(0, argp),
3761 addInstr(env, X86Instr_Lea32(X86AMode_IR(16, argp),
3763 addInstr(env, X86Instr_Lea32(X86AMode_IR(32, argp),
3779 X86AMode_IR(0, argp)));
/external/elfutils/src/tests/
H A Daddrcfi.c23 #include <argp.h>
H A Dallregs.c26 #include <argp.h>
H A Ddwflsyms.c24 #include <argp.h>
H A Dvarlocs.c20 #include <argp.h>
/external/boringssl/src/ssl/
H A Dssl_sess.c174 int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
178 if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp, new_func,
H A Dssl_lib.c2348 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
2351 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
2366 int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
2370 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
/external/boringssl/include/openssl/
H A Drsa.h354 OPENSSL_EXPORT int RSA_get_ex_new_index(long argl, void *argp,
H A Dx509_vfy.h502 OPENSSL_EXPORT int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dssl.h2127 OPENSSL_EXPORT int SSL_get_ex_new_index(long argl, void *argp,
2135 OPENSSL_EXPORT int SSL_SESSION_get_ex_new_index(long argl, void *argp,
2142 OPENSSL_EXPORT int SSL_CTX_get_ex_new_index(long argl, void *argp,
/external/boringssl/src/include/openssl/
H A Drsa.h354 OPENSSL_EXPORT int RSA_get_ex_new_index(long argl, void *argp,
H A Dx509_vfy.h502 OPENSSL_EXPORT int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dssl.h2127 OPENSSL_EXPORT int SSL_get_ex_new_index(long argl, void *argp,
2135 OPENSSL_EXPORT int SSL_SESSION_get_ex_new_index(long argl, void *argp,
2142 OPENSSL_EXPORT int SSL_CTX_get_ex_new_index(long argl, void *argp,
/external/elfutils/src/libdwfl/
H A DMakefile113 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
141 dwfl_validate_address.$(OBJEXT) argp-std.$(OBJEXT) \
400 dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
481 include ./$(DEPDIR)/argp-std.Po
/external/elfutils/src/src/
H A Dnm.c24 #include <argp.h>
63 /* Definitions of arguments for argp functions. */
120 /* Data structure to communicate with argp functions. */
121 static struct argp argp = variable in typeref:struct:argp
238 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
H A Dld.c22 #include <argp.h>
76 /* Definitions of arguments for argp functions. */
199 /* Data structure to communicate with argp functions. */
200 static struct argp argp_1st =
204 static struct argp argp_2nd =
374 /* All options should have been processed by the argp parser. */
H A Dunstrip.c31 #include <argp.h>
65 /* Definitions of arguments for argp functions. */
2279 .argp = dwfl_standard_argp (),
2283 { .argp = NULL },
2285 const struct argp argp =
2320 error_t result = argp_parse (&argp, argc, argv, 0, &remaining, &info);
2282 const struct argp argp = local
H A Dstrip.c23 #include <argp.h>
65 /* Definitions of arguments for argp functions. */
101 /* Data structure to communicate with argp functions. */
102 static struct argp argp = variable in typeref:struct:argp
176 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
H A DMakefile121 arlib-argp.$(OBJEXT)
462 libar_a_SOURCES = arlib.c arlib2.c arlib-argp.c
735 include ./$(DEPDIR)/arlib-argp.Po
H A Delflint.c23 #include <argp.h>
60 /* Definitions of arguments for argp functions. */
83 /* Data structure to communicate with argp functions. */
84 static struct argp argp = variable in typeref:struct:argp
142 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
220 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name);
/external/boringssl/src/crypto/rsa/
H A Drsa.c268 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
271 if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp, new_func,
/external/valgrind/memcheck/
H A Dmc_main.c5978 UWord** argp = (UWord**)arg; local
5981 *argp[1] = MC_(bytes_leaked) + MC_(bytes_indirect);
5982 *argp[2] = MC_(bytes_dubious);
5983 *argp[3] = MC_(bytes_reachable);
5984 *argp[4] = MC_(bytes_suppressed);
5985 // there is no argp[5]
5986 //*argp[5] = MC_(bytes_indirect);
5987 // XXX need to make *argp[1-4] defined; currently done in the
5993 UWord** argp = (UWord**)arg; local
5996 *argp[
[all...]
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c2054 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
2060 if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp,

Completed in 688 milliseconds

1234