Lines Matching refs:link_section

140 …         #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".init_array")]  in ctor()
141 #[cfg_attr(target_os = "freebsd", link_section = ".init_array")] in ctor()
142 … #[cfg_attr(any(target_os = "macos", target_os = "ios"), link_section = "__DATA,__mod_init_func")] in ctor()
143 #[cfg_attr(windows, link_section = ".CRT$XCU")] in ctor()
149 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".text.startup")] in ctor()
216 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".init_array")] in ctor()
217 #[cfg_attr(target_os = "freebsd", link_section = ".init_array")] in ctor()
218 … #[cfg_attr(any(target_os = "macos", target_os = "ios"), link_section = "__DATA,__mod_init_func")] in ctor()
219 #[cfg_attr(windows, link_section = ".CRT$XCU")] in ctor()
223 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".text.startup")] in ctor()
286 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".init_array")] in dtor()
287 #[cfg_attr(target_os = "freebsd", link_section = ".init_array")] in dtor()
288 … #[cfg_attr(any(target_os = "macos", target_os = "ios"), link_section = "__DATA,__mod_init_func")] in dtor()
289 #[cfg_attr(windows, link_section = ".CRT$XCU")] in dtor()
295 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".text.exit")] in dtor()
297 … #[cfg_attr(any(target_os = "linux", target_os = "android"), link_section = ".text.startup")] in dtor()