Searched refs:one_sect (Results 1 – 1 of 1) sorted by relevance
38 def output_simple_header(one_sect): argument45 if one_sect['exists']:46 align = one_sect['align']47 size = one_sect['size']48 prefix = one_sect['define_prefix']80 for one_sect in obj.iter_sections():84 … if type(one_sect) is not elftools.elf.sections.Section: # pylint: disable=unidiomatic-typecheck87 name = one_sect.name90 sections[name]['align'] = one_sect['sh_addralign']91 sections[name]['size'] = one_sect['sh_size'][all …]