Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc99 [[nodiscard]] std::optional<Buffer<T>> ReadSection(const ElfT::Shdr* section_header, in ReadSection() argument
104 const T* section_data = ShdrOffsetToAddr<const T>(section_header); in ReadSection()
105 size_t section_size = section_header->sh_size; in ReadSection()
107 if (!IsCompressed(section_header)) { in ReadSection()