Searched refs:section_name (Results 1 – 2 of 2) sorted by relevance
64 def assertImageDoesNotContainSection(self, image, elf, section_name): argument71 section = e.get_section_by_name(section_name)84 def assertImageContainsSection(self, image, elf, section_name): argument91 section = e.get_section_by_name(section_name)
1248 def get_section(self, section_name): argument1250 if s.name == section_name:1252 raise ValueError("No section %s in ELF file" % section_name)