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.cc133 const typename ElfT::Chrd* chrd = reinterpret_cast<const ElfT::Chrd*>(section_data); in UncompressSection() local
134 if (chrd->ch_type != ELFCOMPRESS_ZSTD) { in UncompressSection()
136 chrd->ch_type); in UncompressSection()
141 size_t uncompressed_size = chrd->ch_size; in UncompressSection()