-
- Downloads
Implement a capsule_shim_dlsym helper
In addition to wrapping dlopen() inside the capsule we need to wrap dlsym() outside the capsule in order to allow libraries that use a dlopen()/dlsym() pattern to work transparently. capsule_shim_dlsym() bundles most of the standard logic we expect such wrappers to use.
parent
769efa1a
No related branches found
No related tags found
Showing
- capsule/capsule-dlmopen.c 35 additions, 0 deletionscapsule/capsule-dlmopen.c
- capsule/capsule.h 34 additions, 0 deletionscapsule/capsule.h
- documentation.mk 1 addition, 0 deletionsdocumentation.mk
- utils/utils.c 18 additions, 0 deletionsutils/utils.c
- utils/utils.h 1 addition, 0 deletionsutils/utils.h
Please register or sign in to comment