Searched refs:method_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h137 unsigned int method_id; member in struct:_iJIT_Method_Id
151 unsigned int method_id; member in struct:_iJIT_Method_NIDS
177 unsigned int method_id; member in struct:_iJIT_Method_Load
H A Djitprofiling.c173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
H A DIntelJITEventListener.cpp84 Result.method_id = Wrapper.iJIT_GetNewMethodID();
195 MethodIDs[(void*)Addr] = FunctionMessage.method_id;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c151 u8 *id, *method_id; local
161 method_id = eap_server_tls_derive_key(
163 if (!method_id) {
168 os_memcpy(id + 1, method_id, 64);
169 os_free(method_id);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c415 u8 *id, *method_id; local
426 method_id = eap_peer_tls_derive_key(
428 if (!method_id) {
433 os_memcpy(id + 1, method_id, 64);
434 os_free(method_id);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbtypes.c1522 check_stub_method (struct type *type, int method_id, int signature_id) argument
1525 char *mangled_name = gdb_mangle_name (type, method_id, signature_id);
1574 f = TYPE_FN_FIELDLIST1 (type, method_id);
1638 check_stub_method_group (struct type *type, int method_id) argument
1640 int len = TYPE_FN_FIELDLIST_LENGTH (type, method_id);
1641 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
1648 check_stub_method (type, method_id, j);
1663 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id),
1666 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id),
1669 TYPE_FN_FIELDLIST_NAME (type, method_id)
[all...]
H A Dsymtab.c316 gdb_mangle_name (struct type *type, int method_id, int signature_id)
320 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
322 char *field_name = TYPE_FN_FIELDLIST_NAME (type, method_id);
315 gdb_mangle_name(struct type *type, int method_id, int signature_id) argument
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_wmi.c122 UINT32 method_id, const ACPI_BUFFER *in,
351 * Call a method "method_id" on the given GUID block
356 UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out)
380 params[1].Integer.Value = method_id;
355 acpi_wmi_evaluate_call_method(device_t dev, const char *guid_string, UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out) argument

Completed in 103 milliseconds