Lines Matching refs:name
30 def write_define(out_fp, prefix, name, value): argument
87 name = one_sect.name
88 if name in sections:
90 sections[name]['align'] = one_sect['sh_addralign']
91 sections[name]['size'] = one_sect['sh_size']
92 sections[name]['exists'] = True
94 if "multiplier" in sections[name]:
95 sections[name]['size'] *= sections[name]['multiplier'] / 100
96 sections[name]['size'] = int(sections[name]['size'])
98 if "extra_bytes" in sections[name]:
99 sections[name]['size'] += int(sections[name]['extra_bytes'])