Searched refs:DL_MAGIC (Results 1 – 1 of 1) sorted by relevance
331 #define DL_MAGIC 0x04190c04 macro342 static Dll_t global = { DL_MAGIC };414 dll->magic = DL_MAGIC; in dlopen()423 if (!dll || dll == DL_NEXT || dll->magic != DL_MAGIC) in dlclose()471 if (!dll || dll != DL_NEXT && (dll->magic != DL_MAGIC || !dll->image && !dll->module)) in dlsym()