Searched refs:vdso_map (Results 1 – 1 of 1) sorted by relevance
542 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile() local545 vdso_map = ↦ in PrepareVdsoFile()549 if (vdso_map == nullptr) { in PrepareVdsoFile()552 std::string s(vdso_map->len, '\0'); in PrepareVdsoFile()553 memcpy(&s[0], reinterpret_cast<void*>(static_cast<uintptr_t>(vdso_map->start_addr)), in PrepareVdsoFile()554 vdso_map->len); in PrepareVdsoFile()