Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py1272 shstrndx,
1293 self._read_sections(f, shoff, shnum, shstrndx)
1294 self._read_segments(f, _phoff, _phnum, shstrndx)
1296 def _read_sections(self, f, section_header_offs, section_header_count, shstrndx): argument
1333 if (shstrndx * self.LEN_SEC_HEADER) not in section_header_offsets:
1334 raise FatalError("ELF file has no STRTAB section at shstrndx %d" % shstrndx)
1336 shstrndx * self.LEN_SEC_HEADER
1374 def _read_segments(self, f, segment_header_offs, segment_header_count, shstrndx): argument