Searched defs:symfile (Results 1 – 7 of 7) sorted by relevance
319 ArrayRef<const uint8_t> symfile = ArrayRef<const uint8_t>(), in CreateJITCodeEntryInternal()414 const uint8_t* symfile = entry->symfile_addr_; in DeleteJITCodeEntryInternal() local436 const ArrayRef<const uint8_t> symfile(dexfile->Begin(), size); in AddNativeDebugInfoForDex() local593 const std::vector<uint8_t>& symfile, in AddNativeDebugInfoForJit()
145 Symfile* symfile = it.second.get(); in ForEachSymfile() local155 Symfile* symfile = it.second.get(); in ForEachSymfile() local266 std::shared_ptr<Symfile> symfile; in ReadNewEntries() local
33 symfile = Path(tmpdir) / "symbols" / "keytest" variable
38 std::unique_ptr<TempSymFile> symfile = TempSymFile::Create(tmpfile.path, false); in TEST() local
639 TempSymFile* symfile = GetTempSymFile(process, jit_entry); in ReadJITCodeDebugInfo() local
603 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, in load_symtab()
177 struct dwfl_file *symfile; /* Either main or debug. */ member