Home
last modified time | relevance | path

Searched refs:__acc_constructor (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
Dminiacc.h1432 #if !defined(__acc_constructor)
1434 # define __acc_constructor __attribute__((__constructor__,__used__)) macro
1436 # define __acc_constructor __attribute__((__constructor__)) macro
1438 # define __acc_constructor __attribute__((__constructor__)) macro
1441 #if defined(__acc_constructor)