Searched refs:all_ptr (Results 1 – 1 of 1) sorted by relevance
1597 std::unique_ptr<ElfFile> all_ptr(Open(const_cast<File*>(file_), PROT_READ | PROT_WRITE, in GdbJITSupport() local1599 if (all_ptr.get() == nullptr) { in GdbJITSupport()1602 ElfFile& all = *all_ptr; in GdbJITSupport()1639 gdb_file_mapping_.reset(all_ptr.release()); in GdbJITSupport()