Searched defs:atexit_fn (Results 1 – 1 of 1) sorted by relevance
70 struct atexit_fn { struct71 int fn_type; /* ATEXIT_? from above */72 union {75 } fn_ptr; /* function pointer */76 void *fn_arg; /* argument for CXA callback */77 void *fn_dso; /* shared module handle */