Symbol: __link_set_add_rodata
common/lib/libprop/prop_object_impl.h
284
__link_set_add_rodata(prop_linkpools, _link_ ## pp);
sys/arch/alpha/include/pci_machdep.h
109
__link_set_add_rodata(alpha_pci_intr_impls, __CONCAT(intr_impl_st_,_st_));
sys/arch/arm/fdt/arm_fdtvar.h
42
__link_set_add_rodata(arm_cpu_methods, __CONCAT(_name,_cpu_method));
sys/arch/x86/x86/patch.c
107
__link_set_add_rodata(x86_hotpatch_descriptors, hp_retfence_desc);
sys/arch/x86/x86/patch.c
120
__link_set_add_rodata(x86_hotpatch_descriptors, hp_nolock_desc);
sys/arch/x86/x86/patch.c
134
__link_set_add_rodata(x86_hotpatch_descriptors, hp_cas_cx8_desc);
sys/arch/x86/x86/patch.c
147
__link_set_add_rodata(x86_hotpatch_descriptors, hp_cx8_spllower_desc);
sys/arch/x86/x86/patch.c
161
__link_set_add_rodata(x86_hotpatch_descriptors, hp_i686_mutex_spin_exit_desc);
sys/arch/x86/x86/patch.c
81
__link_set_add_rodata(x86_hotpatch_descriptors, hp_clac_desc);
sys/arch/x86/x86/patch.c
94
__link_set_add_rodata(x86_hotpatch_descriptors, hp_stac_desc);
sys/arch/x86/x86/spectre.c
188
__link_set_add_rodata(x86_hotpatch_descriptors, hp_ibrs_enter_desc);
sys/arch/x86/x86/spectre.c
206
__link_set_add_rodata(x86_hotpatch_descriptors, hp_ibrs_leave_desc);
sys/arch/x86/x86/spectre.c
589
__link_set_add_rodata(x86_hotpatch_descriptors, hp_mds_leave_desc);
sys/arch/x86/x86/svs.c
244
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_enter_desc);
sys/arch/x86/x86/svs.c
257
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_enter_altstack_desc);
sys/arch/x86/x86/svs.c
270
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_enter_nmi_desc);
sys/arch/x86/x86/svs.c
283
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_leave_desc);
sys/arch/x86/x86/svs.c
296
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_leave_altstack_desc);
sys/arch/x86/x86/svs.c
309
__link_set_add_rodata(x86_hotpatch_descriptors, hp_svs_leave_nmi_desc);
sys/dev/fdt/fdt_console.h
44
__link_set_add_rodata(fdt_consoles, __CONCAT(name,_consinfo));
sys/dev/fdt/fdt_opp.h
38
__link_set_add_rodata(fdt_opps, __CONCAT(name,_oppinfo));
sys/dev/fdt/fdt_platform.h
45
__link_set_add_rodata(fdt_platforms, __CONCAT(name,_platinfo));
sys/kern/kern_module.c
127
__link_set_add_rodata(modules, module_dummy);
sys/kern/uipc_domain.c
88
__link_set_add_rodata(domains,domain_dummy);
sys/rump/include/rump-sys/kern.h
104
__link_set_add_rodata(rump_components, rumpcomp##type);
sys/sys/device.h
231
__link_set_add_rodata(_g_, __CONCAT(_c_,_descriptor));
sys/sys/module.h
154
#define _MODULE_REGISTER(name) __link_set_add_rodata(modules, __CONCAT(name,_modinfo));