Searched refs:ELFSection (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | bin_image.py | 180 class ELFSection(ImageSegment): class 185 super(ELFSection, self).__init__(addr, data, flags=flags, align=align) 189 return "%s %s" % (self.name, super(ELFSection, self).__repr__()) 732 if isinstance(segment, ELFSection) and segment.name == ".flash.appdesc": 743 isinstance(segment, ELFSection) 1021 if isinstance(segment, ELFSection) and segment.name == ".flash.rodata": 1357 ELFSection( 1369 ELFSection(lookup_string(n_offs), lma, b"", flags=_flags, align=align) 1413 ELFSection(b"PHDR", lma, read_data(offs, size), flags=_flags)
|