Home
last modified time | relevance | path

Searched refs:Sym (Results 1 – 8 of 8) sorted by relevance

/art/libelffile/elf/
Delf_utils.h36 typedef Elf32_Sym Sym; typedef
53 typedef Elf64_Sym Sym; typedef
Delf_debug_reader.h41 typedef typename ElfTypes::Sym ALIGNED(1) Elf_Sym;
Delf_builder.h83 using Elf_Sym = typename ElfTypes::Sym;
/art/compiler/debug/
Delf_debug_writer.cc204 using Elf_Sym = typename ElfTypes::Sym; in MakeElfFileForJIT()
237 using Elf_Sym = typename ElfTypes::Sym; in PackElfFileForJIT()
/art/runtime/
Delf_file_impl.h40 using Elf_Sym = typename ElfTypes::Sym;
Delf_file.cc581 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbolSectionStart( in GetSymbolSectionStart()
768 const typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::FindDynamicSymbol( in FindDynamicSymbol()
812 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol()
839 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::FindSymbolByName( in FindSymbolByName()
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc45 using Elf_Sym = typename ElfTypes::Sym; in WriteMinidebugInfo()
/art/runtime/jit/
Ddebugger_interface.cc662 reader.VisitFunctionSymbols([&](ElfRuntimeTypes::Sym sym, const char* name) { in ForEachNativeDebugSymbol()