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

/freebsd-9.3-release/lib/csu/common/
H A Dcrtbrand.c63 } abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __used = { variable in typeref:struct:__anon5011
/freebsd-9.3-release/lib/libc/gen/
H A D_pthread_stubs.c140 static ret FUNC_EXP(name)(void) __used; \
141 static ret FUNC_INT(name)(void) __used; \
159 static ret FUNC_EXP(name)(p0_type) __used; \
160 static ret FUNC_INT(name)(p0_type) __used; \
178 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \
179 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
197 static ret FUNC_EXP(name)(p0_type, p1_type, p2_type) __used; \
198 static ret FUNC_INT(name)(p0_type, p1_type, p2_type) __used; \
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_autoconf_format_example.txt27 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
/freebsd-9.3-release/sys/sys/
H A Dlinker_set.h51 __section("set_" #set) __used = &sym
H A Dpcpu.h79 #define DPCPU_DEFINE(t, n) t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
H A Dcdefs.h212 #define __used __attribute__((__used__)) macro
221 #define __used __attribute__((__used__)) macro
/freebsd-9.3-release/sys/amd64/include/
H A Dprofile.h112 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfiutil.h44 #define __used macro
53 __section("set_" #set) __used = &sym
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_lookup.c178 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c174 static void __used
187 static void __used
/freebsd-9.3-release/sys/net/
H A Dvnet.h213 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used
/freebsd-9.3-release/sys/dev/usb/input/
H A Dums.c360 static const STRUCT_USB_HOST_ID __used ums_devs[] = {
H A Dukbd.c971 static const STRUCT_USB_HOST_ID __used ukbd_devs[] = {
/freebsd-9.3-release/sys/dev/mcd/
H A Dmcd.c47 static const char __used COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
/freebsd-9.3-release/sys/dev/usb/storage/
H A Dumass.c719 static const STRUCT_USB_HOST_ID __used umass_devs[] = {
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c815 static const STRUCT_USB_HOST_ID __used uaudio_devs[] = {

Completed in 158 milliseconds