Home
last modified time | relevance | path

Searched refs:num_names (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp48 Breakpoint *bkpt, const char *names[], size_t num_names, in BreakpointResolverName() argument
54 for (size_t i = 0; i < num_names; i++) { in BreakpointResolverName()
409 size_t num_names = m_lookups.size(); in GetDescription() local
410 if (num_names == 1) in GetDescription()
414 for (size_t i = 0; i < num_names; i++) { in GetDescription()
HDBreakpointResolverFileRegex.cpp59 size_t num_names = names_array->GetSize(); in CreateFromStructuredData() local
60 for (size_t i = 0; i < num_names; i++) { in CreateFromStructuredData()
HDBreakpoint.cpp201 size_t num_names = names_array->GetSize(); in CreateFromStructuredData() local
202 for (size_t i = 0; i < num_names; i++) { in CreateFromStructuredData()
233 size_t num_names = names_array->GetSize(); in SerializedBreakpointMatchesNames() local
237 for (size_t i = 0; i < num_names; i++) { in SerializedBreakpointMatchesNames()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTarget.i599 %typemap(in) (const char **symbol_name, uint32_t num_names) {
629 uint32_t num_names,
636 uint32_t num_names,
644 uint32_t num_names,
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c289 r.num_names = MAX_NODE_NUM; in find_hci_nodes()
312 return (r.num_names); in find_hci_nodes()
HDnode.c456 r.num_names = MAX_NODE_NUM; in hci_read_node_list()
467 for (i = 0; i < r.num_names; ++i) in hci_read_node_list()
/freebsd-11-stable/contrib/ncurses/progs/
HDdump_entry.c73 static NCURSES_CONST char *const *num_names; variable
220 num_names = numnames; in dump_init()
228 num_names = numfnames; in dump_init()
237 num_names = numcodes; in dump_init()
673 name = ExtNumname(tterm, (int) i, num_names); in fmt_entry()
1296 name = ExtNumname(tp, (int) i, num_names); in compare_entry()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h574 const char *symbol_name[], uint32_t num_names,
581 const char *symbol_name[], uint32_t num_names,
588 const char *symbol_name[], uint32_t num_names,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointResolverName.h34 size_t num_names,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp857 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
863 symbol_names, num_names, name_type_mask, module_list, comp_unit_list); in BreakpointCreateByNames()
866 symbol_names, num_names, name_type_mask, eLanguageTypeUnknown, in BreakpointCreateByNames()
871 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
878 symbol_names, num_names, name_type_mask, symbol_language, in BreakpointCreateByNames()
882 symbol_names, num_names, name_type_mask, eLanguageTypeUnknown, 0, in BreakpointCreateByNames()
887 const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, in BreakpointCreateByNames() argument
894 symbol_names, num_names, name_type_mask, symbol_language, in BreakpointCreateByNames()
899 if (target_sp && num_names > 0) { in BreakpointCreateByNames()
906 module_list.get(), comp_unit_list.get(), symbol_names, num_names, mask, in BreakpointCreateByNames()
[all …]
/freebsd-11-stable/lib/libbluetooth/
HDhci.c636 rp.num_names = HCI_DEVMAX; in bt_devenum()
637 rp.names = (struct nodeinfo *) calloc(rp.num_names, in bt_devenum()
665 for (count = 0, i = 0; i < rp.num_names; i ++) { in bt_devenum()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_btsocket.h195 u_int32_t num_names; member
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1332 if (nl->num_names == 0) { in ng_btsocket_hci_raw_control()
1366 while (nl->num_names > 0 && nl1->numnames > 0) { in ng_btsocket_hci_raw_control()
1374 nl->num_names --; in ng_btsocket_hci_raw_control()
1382 nl->num_names = ni - nl->names; in ng_btsocket_hci_raw_control()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp444 size_t num_names = func_names.size(); in CreateBreakpoint() local
445 if (num_names > 0) { in CreateBreakpoint()
465 const char *func_names[], size_t num_names, in CreateBreakpoint() argument
470 if (num_names > 0) { in CreateBreakpoint()
484 nullptr, func_names, num_names, func_name_type_mask, language, offset, in CreateBreakpoint()
1094 size_t num_names = names.size(); in CreateBreakpointsFromFile() local
1108 if (num_names && in CreateBreakpointsFromFile()
/freebsd-11-stable/contrib/binutils/bfd/
HDpeXXigen.c1390 unsigned long num_names; /* Number in the name pointer table. */ in pe_print_edata() member
1470 edt.num_names = bfd_get_32 (abfd, data + 24); in pe_print_edata()
1508 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names); in pe_print_edata()
1577 for (i = 0; i < edt.num_names; ++i) in pe_print_edata()
HDChangeLog-98995086 (pe_print_edata): Change num_functions and num_names in struct
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h649 size_t num_names, lldb::FunctionNameType func_name_type_mask,