mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
Introduce a new unlink_object() function and call it in unload_object() instead. Removing the object in unref_dag() is too early, rtld calls _fini() function after that and shared objects might fail resolve their own symbols. |
||
|---|---|---|
| .. | ||
| alpha | ||
| amd64 | ||
| i386 | ||
| ia64 | ||
| powerpc | ||
| sparc64 | ||
| debug.c | ||
| debug.h | ||
| Makefile | ||
| malloc.c | ||
| map_object.c | ||
| rtld.1 | ||
| rtld.c | ||
| rtld.h | ||
| xmalloc.c | ||