Home
last modified time | relevance | path

Searched refs:strtab (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dvdso.cpp91 const char* strtab = nullptr; in __libc_init_vdso() local
95 strtab = reinterpret_cast<const char*>(vdso_addr + d->d_un.d_ptr); in __libc_init_vdso()
100 if (strtab == nullptr || symtab == nullptr) { in __libc_init_vdso()
107 if (strcmp(vdso[j].name, strtab + symtab[i].st_name) == 0) { in __libc_init_vdso()