Searched refs:mcount (Results 126 - 135 of 135) sorted by relevance
123456
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 1984 ENTRY_CFI(mcount, caller) 1988 * The 64bit mcount() function pointer needs 4 dwords, of which the 1990 * calling mcount(), and 2 instructions for ftrace_stub(). That way we 2006 .dword mcount 2009 ENDPROC_CFI(mcount)
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 1910 ENTRY_CFI(mcount, caller) 1914 * The 64bit mcount() function pointer needs 4 dwords, of which the 1916 * calling mcount(), and 2 instructions for ftrace_stub(). That way we 1932 .dword mcount 1935 ENDPROC_CFI(mcount)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 2648 size_t mcount; in eap_get_phase2_types() local 2651 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2655 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 2709 size_t mcount; in eap_get_phase2_types() local 2712 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2716 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/kernel/linux/linux-6.6/rust/ |
H A D | Makefile | 282 -mfunction-return=thunk-extern -mrecord-mcount -mabi=lp64 \
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 1406 if (opts.mcount && sym->fentry) { in annotate_call_site() 4783 if (opts.mcount) { in check()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 10653 int i, mcount, rcount, fcount; in setup_tests() 10657 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 10659 mcount, rcount, fcount); in setup_tests()
|
Completed in 32 milliseconds
123456