Home | History | Annotate | Line # | Download | only in rump
linksyms_sun.c revision 1.1
      1  1.1  pooka /* $NetBSD: linksyms_sun.c,v 1.1 2013/03/15 12:13:07 pooka Exp $ */
      2  1.1  pooka 
      3  1.1  pooka int __start_link_set_rump_components[0]
      4  1.1  pooka 	__attribute__((__section__("link_set_start_rump_components")));
      5  1.1  pooka int __link_set_dummy_rump_components[0]
      6  1.1  pooka 	__attribute__((__section__("link_set_rump_components")));
      7  1.1  pooka int __stop_link_set_rump_components[0]
      8  1.1  pooka 	__attribute__((__section__("link_set_stop_rump_components")));
      9  1.1  pooka 
     10  1.1  pooka int __start_link_set_evcnts[0]
     11  1.1  pooka 	__attribute__((__section__("link_set_start_evcnts")));
     12  1.1  pooka int __link_set_dummy_evcnts[0]
     13  1.1  pooka 	__attribute__((__section__("link_set_evcnts")));
     14  1.1  pooka int __stop_link_set_evcnts[0]
     15  1.1  pooka 	__attribute__((__section__("link_set_stop_evcnts")));
     16  1.1  pooka 
     17  1.1  pooka int __start_link_set_prop_linkpools[0]
     18  1.1  pooka 	__attribute__((__section__("link_set_start_prop_linkpools")));
     19  1.1  pooka int __link_set_dummy_prop_linkpools[0]
     20  1.1  pooka 	__attribute__((__section__("link_set_prop_linkpools")));
     21  1.1  pooka int __stop_link_set_prop_linkpools[0]
     22  1.1  pooka 	__attribute__((__section__("link_set_stop_prop_linkpools")));
     23  1.1  pooka 
     24  1.1  pooka int __start_link_set_modules[0]
     25  1.1  pooka 	__attribute__((__section__("link_set_start_modules")));
     26  1.1  pooka int __link_set_dummy_modules[0]
     27  1.1  pooka 	__attribute__((__section__("link_set_modules")));
     28  1.1  pooka int __stop_link_set_modules[0]
     29  1.1  pooka 	__attribute__((__section__("link_set_stop_modules")));
     30  1.1  pooka 
     31  1.1  pooka int __start_link_set_sysctl_funcs[0]
     32  1.1  pooka 	__attribute__((__section__("link_set_start_sysctl_funcs")));
     33  1.1  pooka int __link_set_dummy_sysctl_funcs[0]
     34  1.1  pooka 	__attribute__((__section__("link_set_sysctl_funcs")));
     35  1.1  pooka int __stop_link_set_sysctl_funcs[0]
     36  1.1  pooka 	__attribute__((__section__("link_set_stop_sysctl_funcs")));
     37  1.1  pooka 
     38  1.1  pooka int __start_link_set_bufq_strats[0]
     39  1.1  pooka 	__attribute__((__section__("link_set_start_bufq_strats")));
     40  1.1  pooka int __link_set_dummy_bufq_strats[0]
     41  1.1  pooka 	__attribute__((__section__("link_set_bufq_strats")));
     42  1.1  pooka int __stop_link_set_bufq_strats[0]
     43  1.1  pooka 	__attribute__((__section__("link_set_stop_bufq_strats")));
     44  1.1  pooka 
     45  1.1  pooka int __start_link_set_domains[0]
     46  1.1  pooka 	__attribute__((__section__("link_set_start_domains")));
     47  1.1  pooka int __link_set_dummy_domains[0]
     48  1.1  pooka 	__attribute__((__section__("link_set_domains")));
     49  1.1  pooka int __stop_link_set_domains[0]
     50  1.1  pooka 	__attribute__((__section__("link_set_stop_domains")));
     51  1.1  pooka 
     52  1.1  pooka int __start_link_set_dkwedge_methods[0]
     53  1.1  pooka 	__attribute__((__section__("link_set_start_dkwedge_methods")));
     54  1.1  pooka int __link_set_dummy_dkwedge_methods[0]
     55  1.1  pooka 	__attribute__((__section__("link_set_dkwedge_methods")));
     56  1.1  pooka int __stop_link_set_dkwedge_methods[0]
     57  1.1  pooka 	__attribute__((__section__("link_set_stop_dkwedge_methods")));
     58  1.1  pooka 
     59  1.1  pooka int __start_link_set_ieee80211_funcs[0]
     60  1.1  pooka 	__attribute__((__section__("link_set_start_ieee80211_funcs")));
     61  1.1  pooka int __link_set_dummy_ieee80211_funcs[0]
     62  1.1  pooka 	__attribute__((__section__("link_set_ieee80211_funcs")));
     63  1.1  pooka int __stop_link_set_ieee80211_funcs[0]
     64  1.1  pooka 	__attribute__((__section__("link_set_stop_ieee80211_funcs")));
     65  1.1  pooka 
     66