Searched refs:vdso_map (Results 1 – 1 of 1) sorted by relevance
447 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile() local450 vdso_map = ↦ in PrepareVdsoFile()454 if (vdso_map == nullptr) { in PrepareVdsoFile()457 std::string s(vdso_map->len, '\0'); in PrepareVdsoFile()458 memcpy(&s[0], reinterpret_cast<void*>(static_cast<uintptr_t>(vdso_map->start_addr)), in PrepareVdsoFile()459 vdso_map->len); in PrepareVdsoFile()