Home
last modified time | relevance | path

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

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