ah_atexit
if (dso == NULL || dso == ah->ah_dso || ah->ah_atexit == NULL) {
if (ah->ah_atexit != NULL) {
atexit_func = ah->ah_atexit;
ah->ah_atexit = NULL;
if (ah->ah_atexit == NULL && ah->ah_next == NULL) {