Home | History | Annotate | Download | only in libdl
      1 # Generated by genversionscripts.py. Do not edit.
      2 
      3 LIBC {
      4   global:
      5     android_dlopen_ext;
      6     dl_iterate_phdr;
      7     dl_unwind_find_exidx; # arm
      8     dladdr;
      9     dlclose;
     10     dlerror;
     11     dlopen;
     12     dlsym;
     13   local:
     14     *;
     15 };
     16 
     17 LIBC_N {
     18   global:
     19     dlvsym;
     20 } LIBC;
     21 
     22 LIBC_PLATFORM {
     23   global:
     24     android_dlwarning;
     25     android_get_application_target_sdk_version;
     26     android_set_application_target_sdk_version;
     27     android_get_LD_LIBRARY_PATH;
     28     android_update_LD_LIBRARY_PATH;
     29     android_init_namespaces;
     30     android_create_namespace;
     31 } LIBC_N;
     32