HomeSort by relevance Sort by last modified time
    Searched refs:symstrings (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 71 const char *symstrings; member in struct:vdso_info
135 vdso_info.symstrings = 0;
142 vdso_info.symstrings = (const char *)
168 if (!vdso_info.symstrings || !vdso_info.symtab || !hash)
219 && !strcmp(name, vdso_info.symstrings + aux->vda_name);
242 if (strcmp(name, vdso_info.symstrings + sym->st_name))
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 146 symstrings *[1 << 32]byte
202 info.symstrings = nil
211 info.symstrings = (*[1 << 32]byte)(unsafe.Pointer(p))
223 if info.symstrings == nil || info.symtab == nil || hash == nil {
250 if def.vd_hash == ver.ver_hash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
277 if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 146 symstrings *[1 << 32]byte
202 info.symstrings = nil
211 info.symstrings = (*[1 << 32]byte)(unsafe.Pointer(p))
223 if info.symstrings == nil || info.symtab == nil || hash == nil {
250 if def.vd_hash == ver.ver_hash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
277 if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {

Completed in 62 milliseconds