Home
last modified time | relevance | path

Searched refs:funcn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dxpci_xenbus.c501 u_long busn, devn, funcn; in xpci_enumerate_bus1()
545 funcn = strtoul(func, &ep, 16); in xpci_enumerate_bus1()
553 tag = pci_make_tag(pc, busn, devn, funcn); in xpci_enumerate_bus1()
562 int devn, funcn; in xpci_enumerate_bus1() local
576 for (funcn = 0; funcn < 8; funcn++) { in xpci_enumerate_bus1()
579 tag = pci_make_tag(pc, sc->sc_bus, devn, funcn); in xpci_enumerate_bus1()
588 sc->sc_bus, devn, funcn); in xpci_enumerate_bus1()
603 sc->sc_bus, devn, funcn, in xpci_enumerate_bus1()
619 sc->sc_bus, devn, funcn); in xpci_enumerate_bus1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c239 struct cgraph_node *funcn, *aliasn; in make_alias_for_thunk() local
240 funcn = cgraph_node::get (function); in make_alias_for_thunk()
241 gcc_checking_assert (funcn); in make_alias_for_thunk()
261 struct cgraph_node *funcn, *thunk_node; in use_thunk() local
375 funcn = cgraph_node::get (function); in use_thunk()
376 gcc_checking_assert (funcn); in use_thunk()
377 thunk_node = funcn->create_thunk (thunk_fndecl, function, in use_thunk()
381 thunk_node->add_to_same_comdat_group (funcn); in use_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1740 cgraph_node *funcn, *thunk_node; in finish_thunk() local
1742 funcn = cgraph_node::get_create (function); in finish_thunk()
1743 gcc_assert (funcn); in finish_thunk()
1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1748 thunk_node->add_to_same_comdat_group (funcn); in finish_thunk()
1760 thunk_node->create_edge (funcn, NULL, thunk_node->count); in finish_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc239 struct cgraph_node *funcn, *aliasn; in make_alias_for_thunk() local
240 funcn = cgraph_node::get (function); in make_alias_for_thunk()
241 gcc_checking_assert (funcn); in make_alias_for_thunk()
261 struct cgraph_node *funcn, *thunk_node; in use_thunk() local
375 funcn = cgraph_node::get (function); in use_thunk()
376 gcc_checking_assert (funcn); in use_thunk()
377 thunk_node = funcn->create_thunk (thunk_fndecl, function, in use_thunk()
381 thunk_node->add_to_same_comdat_group (funcn); in use_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1928 cgraph_node *funcn, *thunk_node; in finish_thunk() local
1930 funcn = cgraph_node::get_create (function); in finish_thunk()
1931 gcc_assert (funcn); in finish_thunk()
1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1936 thunk_node->add_to_same_comdat_group (funcn); in finish_thunk()