summaryrefslogtreecommitdiff
path: root/libdexfile/libdexfile.map.txt
blob: 9cbdc13edf47648066e161136d513200da52a5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBDEXFILE_1 {
  global:
    ADexFile_Error_toString; # apex
    ADexFile_Method_getClassDescriptor; # apex
    ADexFile_Method_getCodeOffset; # apex
    ADexFile_Method_getName; # apex
    ADexFile_Method_getQualifiedName; # apex
    ADexFile_create; # apex
    ADexFile_destroy; # apex
    ADexFile_findMethodAtOffset; # apex
    ADexFile_forEachMethod; # apex
  local:
    *;
};