C++学习(三零零)windows如何查看so文件里的函数

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三零零)windows如何查看so文件里的函数相关的知识,希望对你有一定的参考价值。

需要用到cygwin下的realelf工具

1、查看so文件的头部信息

$ readelf -h D:/android-ndk-r19c/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/28/libGLESv2.so
ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF64
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              DYN (Shared object file)
  Machine:                           AArch64
  Version:                           0x1
  Entry point address:               0x0
  Start of program headers:          64 (bytes into file)
  Start of section headers:          101648 (bytes into file)
  Flags:                             0x0
  Size of this header:               64 (bytes)
  Size of program headers:           56 (bytes)
  Number of program headers:         7
  Size of section headers:           64 (bytes)
  Number of section headers:         21
  Section header string table index: 20

2、查看所有导出函数

$ readelf -s D:/android-ndk-r19c/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/28/libGLESv2.so

Symbol table '.dynsym' contains 208 entries:
   Num:    Value          Size Type    Bind   Vis      Ndx Name
     0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2DMul
     2: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSetFenceNV
     3: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameterf
     4: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDrawElements
     5: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorGroupStri
     6: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3fv
     7: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture3DOES
     8: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetAttribLocation
     9: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glLineWidth
    10: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameteri
    11: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage2D
    12: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4f
    13: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage2D
    14: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBufferParameteriv
    15: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSelectPerfMonitorCounte
    16: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4iv
    17: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilMask
    18: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1fv
    19: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFinishFenceNV
    20: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationSeparate
    21: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteRenderbuffers
    22: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterfv
    23: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3fv
    24: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramiv
    25: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1f
    26: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1i
    27: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearStencil
    28: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetBuffersQCOM
    29: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBeginPerfMonitorAMD
    30: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glPolygonOffset
    31: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnableDriverControlQCOM
    32: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsFramebuffer
    33: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsVertexArrayOES
    34: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisableVertexAttribArra
    35: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorage
    36: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBufferSubData
    37: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtTexObjectStateOverri
    38: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniform
    39: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformiv
    40: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glShaderSource
    41: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetProgramBinarySour
    42: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterIn
    43: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetBufferPointervQCO
    44: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexImage2D
    45: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetProgramsQCOM
    46: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexSubImageQCOM
    47: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glViewport
    48: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFinish
    49: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameteriv
    50: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetActiveAttrib
    51: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCullFace
    52: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetShadersQCOM
    53: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenerateMipmap
    54: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramInfoLog
    55: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMultiDrawElementsEXT
    56: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glReleaseShaderCompiler
    57: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenFencesNV
    58: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetDriverControlStringQ
    59: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetIntegerv
    60: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glAttachShader
    61: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteTextures
    62: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribfv
    63: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2f
    64: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindBuffer
    65: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glPixelStorei
    66: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2i
    67: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindVertexArrayOES
    68: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorGroupsAMD
    69: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformLocation
    70: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsTexture
    71: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexturesQCOM
    72: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage3DOES
    73: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindFramebuffer
    74: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterDa
    75: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribPointerv
    76: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBufferData
    77: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTestFenceNV
    78: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteVertexArraysOES
    79: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCountersA
    80: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix3fv
    81: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisable
    82: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetRenderbufferParamete
    83: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
    84: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompileShader
    85: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage3D
    86: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetTexture2D
    87: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetError
    88: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSampleCoverage
    89: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1iv
    90: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthFunc
    91: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferRenderbuffer
    92: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilOpSeparate
    93: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3f
    94: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderSource
    95: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterSt
    96: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2fv
    97: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3i
    98: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glReadPixels
    99: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCoverageOperationNV
   100: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3iv
   101: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   102: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribPointer
   103: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenPerfMonitorsAMD
   104: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1f
   105: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilFuncSeparate
   106: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCheckFramebufferStatus
   107: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsProgram
   108: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4fv
   109: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendColor
   110: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCoverageMaskNV
   111: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2D
   112: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMultiDrawArraysEXT
   113: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindTexture
   114: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFloatv
   115: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteFramebuffers
   116: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenBuffers
   117: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFramebufferAttachmen
   118: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glShaderBinary
   119: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClear
   120: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnable
   121: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2fv
   122: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearColor
   123: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsRenderbuffer
   124: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDetachShader
   125: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetAttachedShaders
   126: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameteriv
   127: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
   128: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage3DOES
   129: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4f
   130: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendEquation
   131: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsEnabled
   132: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glProgramBinaryOES
   133: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4i
   134: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4fv
   135: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glColorMask
   136: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetRenderbuffersQCOM
   137: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCreateShader
   138: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEndTilingQCOM
   139: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisableDriverControlQCO
   140: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnableVertexAttribArray
   141: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendFunc
   142: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramBinaryOES
   143: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilOp
   144: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2f
   145: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformfv
   146: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexImage2D
   147: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFlush
   148: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenFramebuffers
   149: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCreateProgram
   150: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStartTilingQCOM
   151: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteFencesNV
   152: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsShader
   153: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthMask
   154: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderiv
   155: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsBuffer
   156: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBooleanv
   157: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameterfv
   158: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUseProgram
   159: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteShader
   160: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderPrecisionForma
   161: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEndPerfMonitorAMD
   162: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glValidateProgram
   163: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendFuncSeparate
   164: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilFunc
   165: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexImage3DOES
   166: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glActiveTexture
   167: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetRenderbuf
   168: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2DMul
   169: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUnmapBufferOES
   170: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenRenderbuffers
   171: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribiv
   172: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsFenceNV
   173: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteProgram
   174: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBufferPointervOES
   175: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetString
   176: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilMaskSeparate
   177: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   178: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindRenderbuffer
   179: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDiscardFramebufferEXT
   180: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthRangef
   181: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _end
   182: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetFramebuffersQCOM
   183: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3f
   184: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearDepthf
   185: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage2D
   186: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMapBufferOES
   187: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFrontFace
   188: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenTextures
   189: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix2fv
   190: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage2D
   191: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFenceivNV
   192: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glHint
   193: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDrawArrays
   194: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glScissor
   195: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glLinkProgram
   196: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix4fv
   197: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteBuffers
   198: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexLevelParameter
   199: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenVertexArraysOES
   200: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage3DOES
   201: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1fv
   202: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtIsProgramBinaryQCOM
   203: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindAttribLocation
   204: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetDriverControlsQCOM
   205: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeletePerfMonitorsAMD
   206: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderInfoLog
   207: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2iv

Symbol table '.symtab' contains 221 entries:
   Num:    Value          Size Type    Bind   Vis      Ndx Name
     0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS stub.c
     2: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT    7 $d.204
     3: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT    8 $d.205
     4: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT    9 $d.206
     5: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   10 $d.207
     6: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   11 $d.208
     7: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   12 $d.209
     8: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   13 $d.210
     9: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   14 $d.211
    10: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   15 $d.212
    11: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT   16 $d.213
    12: 0000000000002bc8     0 NOTYPE  LOCAL  DEFAULT    5 $x.0
    13: 000000000001ff20   224 OBJECT  LOCAL  HIDDEN     6 _DYNAMIC
    14: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glActiveTexture
    15: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glAttachShader
    16: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBeginPerfMonitorAMD
    17: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindAttribLocation
    18: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindBuffer
    19: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindFramebuffer
    20: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindRenderbuffer
    21: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindTexture
    22: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBindVertexArrayOES
    23: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendColor
    24: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendEquation
    25: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationSeparate
    26: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendFunc
    27: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBlendFuncSeparate
    28: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBufferData
    29: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glBufferSubData
    30: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCheckFramebufferStatus
    31: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClear
    32: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearColor
    33: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearDepthf
    34: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glClearStencil
    35: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glColorMask
    36: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompileShader
    37: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage2D
    38: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage3DOES
    39: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage2D
    40: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage3D
    41: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexImage2D
    42: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage2D
    43: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage3DOES
    44: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCoverageMaskNV
    45: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCoverageOperationNV
    46: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCreateProgram
    47: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCreateShader
    48: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glCullFace
    49: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteBuffers
    50: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteFencesNV
    51: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteFramebuffers
    52: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeletePerfMonitorsAMD
    53: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteProgram
    54: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteRenderbuffers
    55: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteShader
    56: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteTextures
    57: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDeleteVertexArraysOES
    58: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthFunc
    59: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthMask
    60: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDepthRangef
    61: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDetachShader
    62: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisable
    63: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisableDriverControlQCO
    64: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDisableVertexAttribArra
    65: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDiscardFramebufferEXT
    66: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDrawArrays
    67: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glDrawElements
    68: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetRenderbuf
    69: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetTexture2D
    70: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnable
    71: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnableDriverControlQCOM
    72: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEnableVertexAttribArray
    73: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEndPerfMonitorAMD
    74: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glEndTilingQCOM
    75: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetBufferPointervQCO
    76: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetBuffersQCOM
    77: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetFramebuffersQCOM
    78: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetProgramBinarySour
    79: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetProgramsQCOM
    80: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetRenderbuffersQCOM
    81: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetShadersQCOM
    82: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexLevelParameter
    83: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexSubImageQCOM
    84: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtGetTexturesQCOM
    85: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtIsProgramBinaryQCOM
    86: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glExtTexObjectStateOverri
    87: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFinish
    88: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFinishFenceNV
    89: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFlush
    90: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferRenderbuffer
    91: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2D
    92: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2DMul
    93: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2DMul
    94: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture3DOES
    95: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glFrontFace
    96: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenBuffers
    97: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenFencesNV
    98: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenFramebuffers
    99: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenPerfMonitorsAMD
   100: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenRenderbuffers
   101: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenTextures
   102: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenVertexArraysOES
   103: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGenerateMipmap
   104: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetActiveAttrib
   105: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniform
   106: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetAttachedShaders
   107: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetAttribLocation
   108: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBooleanv
   109: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBufferParameteriv
   110: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetBufferPointervOES
   111: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetDriverControlStringQ
   112: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetDriverControlsQCOM
   113: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetError
   114: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFenceivNV
   115: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFloatv
   116: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetFramebufferAttachmen
   117: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetIntegerv
   118: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterDa
   119: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterIn
   120: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCounterSt
   121: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorCountersA
   122: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorGroupStri
   123: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetPerfMonitorGroupsAMD
   124: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramBinaryOES
   125: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramInfoLog
   126: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetProgramiv
   127: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetRenderbufferParamete
   128: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderInfoLog
   129: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderPrecisionForma
   130: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderSource
   131: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetShaderiv
   132: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetString
   133: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterfv
   134: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameteriv
   135: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformLocation
   136: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformfv
   137: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetUniformiv
   138: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribPointerv
   139: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribfv
   140: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribiv
   141: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glHint
   142: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsBuffer
   143: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsEnabled
   144: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsFenceNV
   145: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsFramebuffer
   146: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsProgram
   147: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsRenderbuffer
   148: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsShader
   149: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsTexture
   150: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glIsVertexArrayOES
   151: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glLineWidth
   152: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glLinkProgram
   153: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMapBufferOES
   154: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMultiDrawArraysEXT
   155: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glMultiDrawElementsEXT
   156: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glPixelStorei
   157: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glPolygonOffset
   158: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glProgramBinaryOES
   159: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glReadPixels
   160: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glReleaseShaderCompiler
   161: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorage
   162: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
   163: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
   164: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSampleCoverage
   165: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glScissor
   166: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSelectPerfMonitorCounte
   167: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glSetFenceNV
   168: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glShaderBinary
   169: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glShaderSource
   170: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStartTilingQCOM
   171: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilFunc
   172: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilFuncSeparate
   173: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilMask
   174: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilMaskSeparate
   175: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilOp
   176: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glStencilOpSeparate
   177: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTestFenceNV
   178: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexImage2D
   179: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexImage3DOES
   180: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameterf
   181: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameterfv
   182: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameteri
   183: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexParameteriv
   184: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage2D
   185: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage3DOES
   186: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1f
   187: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1fv
   188: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1i
   189: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform1iv
   190: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2f
   191: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2fv
   192: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2i
   193: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform2iv
   194: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3f
   195: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3fv
   196: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3i
   197: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform3iv
   198: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4f
   199: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4fv
   200: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4i
   201: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniform4iv
   202: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix2fv
   203: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix3fv
   204: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix4fv
   205: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUnmapBufferOES
   206: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glUseProgram
   207: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glValidateProgram
   208: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1f
   209: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1fv
   210: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2f
   211: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2fv
   212: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3f
   213: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3fv
   214: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4f
   215: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4fv
   216: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribPointer
   217: 0000000000002bc8     4 FUNC    GLOBAL DEFAULT    5 glViewport
   218: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   219: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   220: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _end

$ readelf -s D:/android-ndk-r19c/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/28/libGLESv3.so

Symbol table '.dynsym' contains 422 entries:
   Num:    Value          Size Type    Bind   Vis      Ndx Name
     0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFenceSync
     2: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformuiv
     3: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFunci
     4: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSamplerParameterIuiv
     5: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1f
     6: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageCallbackKHR
     7: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetInteger64v
     8: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenProgramPipelines
     9: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix2x4
    10: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform2ui
    11: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform4iv
    12: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage3DOES
    13: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPushDebugGroup
    14: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
    15: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageControl
    16: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribIiv
    17: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix4fv
    18: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetObjectPtrLabel
    19: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3uiv
    20: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1uiv
    21: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDispatchComputeIndirect
    22: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribBinding
    23: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEnableVertexAttribArray
    24: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMemoryBarrierByRegion
    25: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1fv
    26: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameterIivEXT
    27: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1ui
    28: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage3DOES
    29: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformIndices
    30: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferRenderbuffer
    31: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexLevelParameterfv
    32: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameterIuiv
    33: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteFramebuffers
    34: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawElements
    35: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glObjectPtrLabelKHR
    36: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEnablei
    37: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3f
    38: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameterfv
    39: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClear
    40: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetAttachedShaders
    41: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3i
    42: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexBufferRange
    43: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteRenderbuffers
    44: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformiv
    45: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribIFormat
    46: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageInsertKHR
    47: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2f
    48: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glObjectLabelKHR
    49: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUseProgramStages
    50: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix4x2
    51: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _end
    52: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindVertexArray
    53: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetObjectPtrLabelKHR
    54: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3ui
    55: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClientWaitSync
    56: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture
    57: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribI4iv
    58: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix2x3fv
    59: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindVertexBuffer
    60: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEndQuery
    61: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFlush
    62: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCullFace
    63: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform2fv
    64: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexImage3DOES
    65: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPopDebugGroup
    66: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage2D
    67: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2ui
    68: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1f
    69: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawElementsBaseVertex
    70: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSamplerParameterfv
    71: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetnUniformiv
    72: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4f
    73: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1i
    74: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteSync
    75: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glActiveShaderProgram
    76: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glColorMask
    77: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDispatchCompute
    78: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glInvalidateSubFramebuffe
    79: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix3x4
    80: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1fv
    81: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBooleanv
    82: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4i
    83: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawRangeElements
    84: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilMask
    85: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glShaderSource
    86: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenBuffers
    87: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glScissor
    88: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix3x2fv
    89: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glLinkProgram
    90: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCreateShaderProgramv
    91: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFunciEXT
    92: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDisable
    93: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBufferParameteri64v
    94: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterIiv
    95: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsTexture
    96: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glViewport
    97: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendBarrierKHR
    98: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetTexStorag
    99: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3f
   100: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFinish
   101: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteSamplers
   102: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteTextures
   103: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribI4uiv
   104: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindFramebuffer
   105: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFunc
   106: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameterIiv
   107: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEnable
   108: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix4x3
   109: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glActiveTexture
   110: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterIuiv
   111: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexImage2D
   112: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexStorage2D
   113: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramPipelineiv
   114: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBufferData
   115: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4ui
   116: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearBufferfi
   117: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib1fv
   118: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix2x4fv
   119: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   120: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetQueryiv
   121: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearColor
   122: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyTexSubImage3D
   123: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDisableVertexAttribArra
   124: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3uiv
   125: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPatchParameteri
   126: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3fv
   127: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilMaskSeparate
   128: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2f
   129: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetDebugMessageLogKHR
   130: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsVertexArrayOES
   131: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3ui
   132: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsFramebuffer
   133: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2i
   134: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix2fv
   135: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsProgramPipeline
   136: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexBuffer
   137: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexStorage3DMultisample
   138: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetFramebufferAttachmen
   139: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSamplerParameterIuiv
   140: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsProgram
   141: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearBufferfv
   142: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsVertexArray
   143: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribI4i
   144: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationi
   145: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2fv
   146: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribfv
   147: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameteriv
   148: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorage
   149: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteVertexArrays
   150: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawArraysIndirect
   151: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFlushMappedBufferRange
   152: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribFormat
   153: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindVertexArrayOES
   154: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUseProgram
   155: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4f
   156: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyBufferSubData
   157: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform2uiv
   158: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribPointer
   159: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFuncSeparatei
   160: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetIntegerv
   161: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsEnablediEXT
   162: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glResumeTransformFeedback
   163: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetShaderInfoLog
   164: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribIuiv
   165: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramPipelineInfoL
   166: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glHint
   167: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexImage3D
   168: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexStorage3D
   169: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationSeparate
   170: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCreateShader
   171: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawElementsInstancedBa
   172: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetInternalformativ
   173: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMemoryBarrier
   174: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1iv
   175: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindSampler
   176: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawArraysInstanced
   177: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexStorage2DMultisample
   178: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenTransformFeedbacks
   179: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUnmapBuffer
   180: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUnmapBufferOES
   181: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameterf
   182: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexLevelParameteriv
   183: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix4x2fv
   184: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTextureLayer
   185: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib2fv
   186: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageInsert
   187: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDepthFunc
   188: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture2DMul
   189: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameteri
   190: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3f
   191: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetError
   192: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetnUniformuiv
   193: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3i
   194: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEnableiEXT
   195: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4fv
   196: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameteriv
   197: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBeginQuery
   198: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform4ui
   199: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix3fv
   200: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameterIivEXT
   201: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glValidateProgramPipeline
   202: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearBufferuiv
   203: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetString
   204: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferParameteri
   205: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTextureMulti
   206: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3fv
   207: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMapBufferOES
   208: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetPointerv
   209: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterfv
   210: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPrimitiveBoundingBox
   211: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsTransformFeedback
   212: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glObjectPtrLabel
   213: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetFloatv
   214: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix3x4fv
   215: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFrontFace
   216: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetFragDataLocation
   217: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetShaderPrecisionForma
   218: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenFramebuffers
   219: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSynciv
   220: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsBuffer
   221: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniform
   222: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBeginTransformFeedback
   223: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindImageTexture
   224: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glReleaseShaderCompiler
   225: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsShader
   226: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPopDebugGroupKHR
   227: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage3D
   228: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyImageSubData
   229: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform2iv
   230: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindTransformFeedback
   231: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageCallback
   232: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawRangeElementsBaseVe
   233: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetFramebufferParameter
   234: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform4f
   235: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationiEXT
   236: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyTexImage2D
   237: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDetachShader
   238: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDisableiEXT
   239: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetIntegeri_v
   240: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMinSampleShading
   241: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexParameterIuivEXT
   242: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix4x3fv
   243: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSamplerParameteriv
   244: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib3fv
   245: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPatchParameteriEXT
   246: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glReadPixels
   247: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform4i
   248: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawBuffers
   249: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetObjectLabel
   250: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsRenderbuffer
   251: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetRenderbufferParamete
   252: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform1iv
   253: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameterIivEXT
   254: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTransformFeedbackVar
   255: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformBlockBinding
   256: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribIPointer
   257: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsEnabled
   258: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteProgram
   259: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawArrays
   260: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetPointervKHR
   261: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetShaderiv
   262: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramResourceIndex
   263: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix4fv
   264: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribI4ui
   265: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDebugMessageControlKHR
   266: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage2D
   267: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTexture3DOES
   268: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilOp
   269: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDepthRangef
   270: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetShaderSource
   271: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetStringi
   272: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform4fv
   273: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBufferStorageExternalEX
   274: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniformsiv
   275: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetObjectLabelKHR
   276: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilOpSeparate
   277: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttribDivisor
   278: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramParameteri
   279: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexBufferRangeEXT
   280: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramResourceLocat
   281: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4uiv
   282: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTextureEXT
   283: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBufferParameteriv
   284: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramBinary
   285: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2uiv
   286: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameterf
   287: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramResourceiv
   288: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramBinaryOES
   289: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glAttachShader
   290: 0000000000020000     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   291: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameteri
   292: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlitFramebuffer
   293: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindBuffer
   294: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendEquationSeparateiE
   295: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform3iv
   296: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glRenderbufferStorageMult
   297: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameterIiv
   298: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSampleMaski
   299: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendEquation
   300: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCopyImageSubDataEXT
   301: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexAttrib4fv
   302: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearBufferiv
   303: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCreateProgram
   304: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformLocation
   305: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform2iv
   306: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawElementsIndirect
   307: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformfv
   308: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetVertexAttribiv
   309: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1uiv
   310: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix2fv
   311: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindBufferBase
   312: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetGraphicsResetStatus
   313: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexSubImage3D
   314: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenSamplers
   315: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenTextures
   316: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetActiveAttrib
   317: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage2D
   318: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompileShader
   319: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDrawElementsInstanced
   320: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniformBlockiv
   321: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindRenderbuffer
   322: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPixelStorei
   323: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearDepthf
   324: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetActiveUniformBlockNa
   325: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendBarrier
   326: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendColor
   327: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteShader
   328: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDepthMask
   329: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenRenderbuffers
   330: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsEnabledi
   331: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glSamplerParameterIuivEXT
   332: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenVertexArraysOES
   333: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMinSampleShadingOES
   334: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindTexture
   335: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteQueries
   336: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEGLImageTargetRenderbuf
   337: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteVertexArraysOES
   338: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramInfoLog
   339: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glEndTransformFeedback
   340: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetMultisamplefv
   341: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBooleani_v
   342: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPushDebugGroupKHR
   343: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexBufferEXT
   344: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glColorMaski
   345: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetSamplerParameterIivE
   346: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glObjectLabel
   347: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetUniformBlockIndex
   348: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glVertexBindingDivisor
   349: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBufferStorageEXT
   350: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenVertexArrays
   351: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetnUniformfv
   352: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glPauseTransformFeedback
   353: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1f
   354: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glWaitSync
   355: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteProgramPipelines
   356: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform4iv
   357: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glFramebufferTextureMulti
   358: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1i
   359: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramiv
   360: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetQueryObjectuiv
   361: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsQuery
   362: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFuncSeparateiEXT
   363: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCompressedTexImage2D
   364: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBindAttribLocation
   365: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glInvalidateFramebuffer
   366: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTransformFeedbackVaryin
   367: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glCheckFramebufferStatus
   368: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsSampler
   369: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniformMatrix2x3
   370: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glLineWidth
   371: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glProgramUniform1ui
   372: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glReadnPixels
   373: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniform3iv
   374: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glClearStencil
   375: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glShaderBinary
   376: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glColorMaskiEXT
   377: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetTexParameteriv
   378: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glReadBuffer
   379: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilFunc
   380: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glTexSubImage3D
   381: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glUniformMatrix3fv
   382: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glIsSync
   383: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGenerateMipmap
   384: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramBinaryOES
   385: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glMapBufferRange
   386: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramResourceName
   387: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteTransformFeedback
   388: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glBlendFuncSeparate
   389: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDisablei
   390: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBufferPointervOES
   391: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glStencilFuncSeparate
   392: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glDeleteBuffers
   393: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetBufferPointerv
   394: 00000000000055c0     4 FUNC    GLOBAL DEFAULT    5 glGetProgramInterfaceiv
   395: 

以上是关于C++学习(三零零)windows如何查看so文件里的函数的主要内容,如果未能解决你的问题,请参考以下文章

前端知识零零散散,如何高效学习?

Android开发学习

小白学习C++ 教程二十三如何安装和使用 C++ 标准库

小白学习C++ 教程二十三如何安装和使用 C++ 标准库

C++学习(四三七)so打包到apk变小了

从 C++ 源文件创建 Windows DLL