Searched defs:__lzo_constructor (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1385 #if !defined(__lzo_constructor)
1387 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1389 # define __lzo_constructor __attribute__((__constructor__)) macro
1391 # define __lzo_constructor __attribute__((__constructor__)) macro
1394 #if defined(__lzo_constructor)
H A Dminilzo-inl.c1409 #if !defined(__lzo_constructor)
1411 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1413 # define __lzo_constructor __attribute__((__constructor__)) macro
1415 # define __lzo_constructor __attribute__((__constructor__)) macro
1418 #if defined(__lzo_constructor)
/external/libvncserver/common/
H A Dlzodefs.h1741 #if !defined(__lzo_constructor)
1743 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1745 # define __lzo_constructor __attribute__((__constructor__)) macro
1747 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1749 # define __lzo_constructor __attribute__((__constructor__)) macro
1752 #if defined(__lzo_constructor)
H A Dminilzo.c1761 #if !defined(__lzo_constructor)
1763 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1765 # define __lzo_constructor __attribute__((__constructor__)) macro
1767 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1769 # define __lzo_constructor __attribute__((__constructor__)) macro
1772 #if defined(__lzo_constructor)
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h1741 #if !defined(__lzo_constructor)
1743 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1745 # define __lzo_constructor __attribute__((__constructor__)) macro
1747 # define __lzo_constructor __attribute__((__constructor__,__used__)) macro
1749 # define __lzo_constructor __attribute__((__constructor__)) macro
1752 #if defined(__lzo_constructor)

Completed in 124 milliseconds