File: libcrun.lds

package info (click to toggle)
crun 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,356 kB
  • sloc: ansic: 70,844; python: 14,125; sh: 5,122; makefile: 928
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
{
  global:
        /* Not all the libcrun_ functions are exported, only those marked LIBCRUN_PUBLIC.  */
        libcrun_*;
        /* libocispec functions */
        runtime_spec_*;
        free_runtime_spec_*;
        make_runtime_spec_*;
  local: *;
};