Home | History | Annotate | Download | only in common

Lines Matching refs:__lzo_constructor

1741 #if !defined(__lzo_constructor)
1743 # define __lzo_constructor __attribute__((__constructor__,__used__))
1745 # define __lzo_constructor __attribute__((__constructor__))
1747 # define __lzo_constructor __attribute__((__constructor__,__used__))
1749 # define __lzo_constructor __attribute__((__constructor__))
1752 #if defined(__lzo_constructor)