Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dvdso.cpp158 const char* strtab = nullptr; in __libc_init_vdso() local
162 strtab = reinterpret_cast<const char*>(vdso_addr + d->d_un.d_ptr); in __libc_init_vdso()
166 if (strtab && symtab) break; in __libc_init_vdso()
168 if (strtab == nullptr || symtab == nullptr) { in __libc_init_vdso()
175 if (strcmp(vdso[i].name, strtab + symtab[j].st_name) == 0) { in __libc_init_vdso()