Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc104 const T* section_data = ShdrOffsetToAddr<const T>(section_header); in ReadSection() local
108 return Buffer{section_data, section_size}; in ReadSection()
112 UncompressSection(section_data, section_size, error_msg); in ReadSection()
120 [[nodiscard]] std::optional<std::vector<T>> UncompressSection(const T* section_data, in UncompressSection() argument
133 const typename ElfT::Chrd* chrd = reinterpret_cast<const ElfT::Chrd*>(section_data); in UncompressSection()
142 const T* compressed_data = section_data + kChdrSize; in UncompressSection()