-
lib
— Definesexecute
function -
host
— Referencesexecute
in source- Links to
lib
statically - Provides the
execute
symbol in its executable binary
- Links to
-
plugin
— Referencesexecute
in source- Does not link to
lib
at all - Leaving the
execute
symbol undefined at compile time. - At runtime,
execute
will be accessible becauseplugin
is loaded intohost
, gaining access tohost
's symbols.
- Does not link to
static-dynamic-linking
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||