xref: /dragonfly/lib/libc/stdlib/Symbol.map (revision f2c43266)
1DF404.0 {
2    __cxa_atexit;
3    __cxa_finalize;
4    _Exit;
5    _nmalloc_thr_init;
6    _system;
7    a64l;
8    abort;
9    abs;
10    aligned_alloc;
11    at_quick_exit;
12    atexit;
13    atof;
14    atof_l;
15    atoi;
16    atoi_l;
17    atol;
18    atol_l;
19    atoll;
20    atoll_l;
21    bsearch;
22    calloc;
23    div;
24    free;
25    getenv;
26    getopt;
27    getopt_long;
28    getopt_long_only;
29    getsubopt;
30    grantpt;
31    hcreate;
32    hdestroy;
33    heapsort;
34    hsearch;
35    imaxabs;
36    imaxdiv;
37    initstate;
38    insque;
39    l64a;
40    l64a_r;
41    labs;
42    ldiv;
43    lfind;
44    llabs;
45    lldiv;
46    lsearch;
47    malloc;
48    mergesort;
49    optarg;
50    opterr;
51    optind;
52    optopt;
53    optreset;
54    posix_memalign;
55    posix_openpt;
56    ptsname;
57    putenv;
58    qsort;
59    qsort_r;
60    quick_exit;
61    radixsort;
62    rand;
63    rand_r;
64    random;
65    realloc;
66    reallocf;
67    realpath;
68    remque;
69    setenv;
70    setstate;
71    sradixsort;
72    srand;
73    sranddev;
74    srandom;
75    srandomdev;
76    strfmon;
77    strfmon_l;
78    strtoimax;
79    strtoimax_l;
80    strtol;
81    strtol_l;
82    strtoll;
83    strtoll_l;
84    strtonum;
85    strtoq;
86    strtoul;
87    strtoul_l;
88    strtoull;
89    strtoull_l;
90    strtoumax;
91    strtoumax_l;
92    strtouq;
93    suboptarg;
94    system;
95    tdelete;
96    tfind;
97    tsearch;
98    twalk;
99    unlockpt;
100    unsetenv;
101};
102
103/*
104 * ignore WEAK:  __pthread_cxa_finalize;
105 */
106
107DFprivate_1.0 {
108    __cleanup;
109    __system;
110};
111