Searched refs:__used (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/lib/csu/common/
H A Dcrtend.c31 static crt_func __JCR_END__[] __section(".jcr") __used = {
41 static void __do_global_ctors_aux(void) __used;
43 static crt_func __CTOR_END__[] __section(".ctors") __used = {
46 static crt_func __DTOR_END__[] __section(".dtors") __used = {
H A Dcrtbegin.c63 static void __do_global_dtors_aux(void) __used;
65 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {
68 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {
103 static void register_classes(void) __used;
105 static crt_func __JCR_LIST__[] __section(".jcr") __used = { };
H A Dcrtbrand.c63 } abitag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = { variable in typeref:struct:__anon8396
78 aligned(4))) __used = { variable in typeref:struct:__anon8397
H A Dignore_init.c154 aligned(4))) __used = { variable in typeref:struct:__anon8398
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h52 static int __used
58 static int __used
64 static int __used
70 static int __used
76 static int __used
82 static int __used
90 static int __used
98 static int __used
106 static int __used
/freebsd-12-stable/sys/x86/include/
H A Difunc.h36 resolver_qual ret_type (*name##_resolver(void))args __used; \
42 uint32_t, uint32_t))args __used; \
/freebsd-12-stable/lib/csu/tests/
H A Dinit_test.c63 __section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;
93 __section(".ctors") __used static func_ptr ctors_func =
118 __section(".preinit_array") __used static func_ptr preinit_array_func =
146 __section(".init_array") __used static func_ptr init_array_func =
H A Dfini_test.c65 __section(".dtors") __used static func_ptr dtors_func =
107 __section(".fini_array") __used static func_ptr fini_array_func =
/freebsd-12-stable/lib/msun/tests/
H A Dtest-utils.h91 static int fpequal(long double, long double) __used;
92 static int cfpequal(long double complex, long double complex) __used;
94 int) __used;
96 long double, unsigned int) __used;
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h223 static void __used
236 static void __used
247 static void __used
256 static void __used
265 static void __used
280 static void __used
292 static void __used
308 static void __used
330 static void __used
366 static unsigned __used
[all...]
H A Dt_ptrace_wait.c3379 static int __used
3391 static int __used
3403 static int __used
3415 static int __used
/freebsd-12-stable/sys/arm64/include/
H A Difunc.h36 resolver_qual ret_type (*name##_resolver(void))args __used; \
43 uint64_t))args __used; \
/freebsd-12-stable/sys/sys/
H A Dpcpu.h86 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
104 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
107 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
H A Dlinker_set.h64 __used = &(sym)
H A Dcdefs.h226 #define __used __attribute__((__used__)) macro
/freebsd-12-stable/lib/libc/gen/
H A D_pthread_stubs.c148 static ret FUNC_EXP(name)(void) __used; \
149 static ret FUNC_INT(name)(void) __used; \
167 static ret FUNC_EXP(name)(p0_type) __used; \
168 static ret FUNC_INT(name)(p0_type) __used; \
186 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \
187 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
205 static ret FUNC_EXP(name)(p0_type, p1_type, p2_type) __used; \
206 static ret FUNC_INT(name)(p0_type, p1_type, p2_type) __used; \
/freebsd-12-stable/lib/csu/arm/
H A Dcrt1.c122 } archtag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = { variable in typeref:struct:__anon8395
/freebsd-12-stable/sys/amd64/include/
H A Dprofile.h110 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfiutil.h46 #define __used macro
55 __section("set_" #set) __used = &sym
/freebsd-12-stable/sys/net/
H A Dvnet.h275 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used
282 t VNET_NAME(n) __section(VNET_SETNAME) __used
285 static t VNET_NAME(n) __section(VNET_SETNAME) __used
/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c174 static void __used
187 static void __used
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.h60 #define SYSCTL_NODE(name,...) struct { } name __used
/freebsd-12-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c728 "-e 's/\t__used/ __used/g' "
/freebsd-12-stable/sys/dev/usb/input/
H A Dums.c418 static const STRUCT_USB_HOST_ID __used ums_devs[] = {
H A Dukbd.c921 static const STRUCT_USB_HOST_ID __used ukbd_devs[] = {

Completed in 500 milliseconds

12