Home
last modified time | relevance | path

Searched defs:Elf_Sym (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Delf_file_impl.h40 using Elf_Sym = typename ElfTypes::Sym; variable
/aosp12/art/compiler/debug/
H A Delf_debug_writer.cc204 using Elf_Sym = typename ElfTypes::Sym; in MakeElfFileForJIT() typedef
237 using Elf_Sym = typename ElfTypes::Sym; in PackElfFileForJIT() typedef
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc45 using Elf_Sym = typename ElfTypes::Sym; in WriteMinidebugInfo() typedef
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h41 typedef typename ElfTypes::Sym ALIGNED(1) Elf_Sym; typedef
H A Delf_builder.h83 using Elf_Sym = typename ElfTypes::Sym; variable