Searched refs:section_header (Results 1 – 1 of 1) sorted by relevance
99 [[nodiscard]] std::optional<Buffer<T>> ReadSection(const ElfT::Shdr* section_header, in ReadSection() argument104 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()