Home
last modified time | relevance | path

Searched defs:symfile (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.cc319 ArrayRef<const uint8_t> symfile = ArrayRef<const uint8_t>(), in CreateJITCodeEntryInternal()
414 const uint8_t* symfile = entry->symfile_addr_; in DeleteJITCodeEntryInternal() local
436 const ArrayRef<const uint8_t> symfile(dexfile->Begin(), size); in AddNativeDebugInfoForDex() local
593 const std::vector<uint8_t>& symfile, in AddNativeDebugInfoForJit()
/aosp_15_r20/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h145 Symfile* symfile = it.second.get(); in ForEachSymfile() local
155 Symfile* symfile = it.second.get(); in ForEachSymfile() local
266 std::shared_ptr<Symfile> symfile; in ReadNewEntries() local
/aosp_15_r20/external/libxkbcommon/test/
H A Dtest-keysym.py33 symfile = Path(tmpdir) / "symbols" / "keytest" variable
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader_test.cpp38 std::unique_ptr<TempSymFile> symfile = TempSymFile::Create(tmpfile.path, false); in TEST() local
H A DJITDebugReader.cpp639 TempSymFile* symfile = GetTempSymFile(process, jit_entry); in ReadJITCodeDebugInfo() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c603 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, in load_symtab()
H A DlibdwflP.h177 struct dwfl_file *symfile; /* Either main or debug. */ member