File: Versions

package info (click to toggle)
glibc 2.24-11%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 225,316 kB
  • sloc: ansic: 996,116; asm: 261,826; sh: 10,483; makefile: 9,849; cpp: 4,169; python: 3,971; perl: 2,254; awk: 1,753; pascal: 1,521; yacc: 291; sed: 80
file content (38 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
libc {
  GLIBC_2.4 {
    # ARM EABI compatibility routines
    __aeabi_assert;
    __aeabi_atexit;
    __aeabi_errno_addr;
    __aeabi_localeconv;
    __aeabi_MB_CUR_MAX;
    __aeabi_memclr; __aeabi_memclr4; __aeabi_memclr8;
    __aeabi_memcpy; __aeabi_memcpy4; __aeabi_memcpy8;
    __aeabi_memmove; __aeabi_memmove4; __aeabi_memmove8;
    __aeabi_memset; __aeabi_memset4; __aeabi_memset8;

    # Helper routines
    __gnu_Unwind_Find_exidx;
  }
  GLIBC_2.8 {
    __gnu_mcount_nc;
  }
  GLIBC_2.19 {
    # This set has to exist in some Versions file so we can use 2.19 in
    # SHLIB_COMPAT.  Since it didn't exist anywhere else, we add it here.
  }
  GLIBC_2.0 {
    # Functions from libgcc.
    __ashldi3; __ashrdi3;
    __cmpdi2;
    __divsi3;
    __fixdfdi;
    __floatdidf;
    __floatdisf;
    __modsi3;
    __muldi3;
    __ucmpdi2;
    __udivsi3;
    __umodsi3;
  }
}