mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:21:04 +01:00
20 lines
139 B
Plaintext
20 lines
139 B
Plaintext
|
/*
|
||
|
*/
|
||
|
|
||
|
FBSD_1.0 {
|
||
|
dladdr;
|
||
|
dlclose;
|
||
|
dlerror;
|
||
|
dlfunc;
|
||
|
dlopen;
|
||
|
dlsym;
|
||
|
dlvsym;
|
||
|
dlinfo;
|
||
|
dl_iterate_phdr;
|
||
|
};
|
||
|
|
||
|
|
||
|
FBSD_1.3 {
|
||
|
fdlopen;
|
||
|
};
|