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