Searched refs:sections_with_name (Results 1 – 2 of 2) sorted by relevance
89 return next(self._elf.sections_with_name(name))258 address = next(elf.sections_with_name('.test_section_1')).address261 int32_address = next(elf.sections_with_name('.test_section_2')).address
285 def sections_with_name(self, name: str) -> Iterable['Elf.Section']: member in Elf