Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/
H A Dbsection.py335 section_data = chr(self._pad_byte) * self._size
340 section_data = (section_data[:base] + data +
341 section_data[base + len(data):])
342 return section_data
/openbmc/linux/tools/objtool/
H A Delf.c329 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()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h103 struct section *section_data; member