Searched refs:readCustomSection (Results 1 – 2 of 2) sorted by relevance
721 virtual std::error_code readCustomSection(const SecHdrTableEntry &Entry) = 0;795 std::error_code readCustomSection(const SecHdrTableEntry &Entry) override { in readCustomSection() function
778 if (std::error_code EC = readCustomSection(Entry)) in readOneSection()