Searched refs:section_data (Results 1 – 3 of 3) sorted by relevance
335 section_data = chr(self._pad_byte) * self._size340 section_data = (section_data[:base] + data +341 section_data[base + len(data):])342 return section_data
329 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()330 if (!elf->section_data) { in read_sections()335 sec = &elf->section_data[i]; in read_sections()
103 struct section *section_data; member