Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc56 using Chrd = Elf32_Chdr; typedef in nogrod::__anona7aeaf9f0111::Elf32
71 using Chrd = Elf64_Chdr; typedef in nogrod::__anona7aeaf9f0111::Elf64
127 constexpr size_t kChdrSize = sizeof(typename ElfT::Chrd); in UncompressSection()
133 const typename ElfT::Chrd* chrd = reinterpret_cast<const ElfT::Chrd*>(section_data); in UncompressSection()