Searched refs:_list_sections (Results 1 – 1 of 1) sorted by relevance
245 self.sections: Tuple[Elf.Section, ...] = tuple(self._list_sections())247 def _list_sections(self) -> Iterable['Elf.Section']: member in Elf