Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dwrap_stub.py29 text_section = e.get_section(".text")
36 data_section = e.get_section(".data")
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py1248 def get_section(self, section_name): member in ELFFile