Home | History | Annotate | Download | only in drd

Lines Matching refs:constructor

135 static void DRD_(init)(void) __attribute__((constructor));
145 * the constructor attribute was specified in the declaration of this function.
147 * shared library because doing so would cancel the effect of the constructor
150 * constructor and destructor functions.