Home
last modified time | relevance | path

Searched refs:Shdr (Results 1 – 6 of 6) sorted by relevance

/art/libelffile/elf/
Delf_utils.h35 typedef Elf32_Shdr Shdr; typedef
52 typedef Elf64_Shdr Shdr; typedef
Delf_debug_reader.h39 typedef typename ElfTypes::Shdr ALIGNED(1) Elf_Shdr;
Delf_builder.h82 using Elf_Shdr = typename ElfTypes::Shdr;
/art/runtime/
Delf_file_impl.h39 using Elf_Shdr = typename ElfTypes::Shdr;
Delf_file.cc702 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader()
717 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByType(Elf_Word type) const { in FindSectionByType()
745 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionNameStringSection() const { in GetSectionNameStringSection()
1347 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( in FindSectionByName()
/art/compiler/utils/
Dassembler_test_base.h204 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf()