Inline capsule shim initialization into capsule_init()
This makes the API surface area a lot smaller.
We still need _int_dlopen() because we need a function per shim, with
the API of dlopen(), but with an implementation that knows the capsule
handle for the shim.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
7573f178
No related branches found
No related tags found
Showing
- capsule/capsule-dlmopen.c 4 additions, 4 deletionscapsule/capsule-dlmopen.c
- capsule/capsule-init.c 47 additions, 0 deletionscapsule/capsule-init.c
- capsule/capsule-private.h 78 additions, 0 deletionscapsule/capsule-private.h
- capsule/capsule-relocate.c 3 additions, 3 deletionscapsule/capsule-relocate.c
- capsule/capsule-wrappers.c 2 additions, 2 deletionscapsule/capsule-wrappers.c
- capsule/capsule.h 10 additions, 93 deletionscapsule/capsule.h
- data/capsule-mkstublib 1 addition, 37 deletionsdata/capsule-mkstublib
- doc/Capsules.txt 8 additions, 18 deletionsdoc/Capsules.txt
- documentation.mk 0 additions, 2 deletionsdocumentation.mk
Loading
Please register or sign in to comment