Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py64 def assertImageDoesNotContainSection(self, image, elf, section_name): argument
71 section = e.get_section_by_name(section_name)
84 def assertImageContainsSection(self, image, elf, section_name): argument
91 section = e.get_section_by_name(section_name)
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py1248 def get_section(self, section_name): argument
1250 if s.name == section_name:
1252 raise ValueError("No section %s in ELF file" % section_name)