Home
last modified time | relevance | path

Searched refs:auto_write_symbols (Results 1 – 14 of 14) sorted by relevance

/u-boot/tools/binman/etype/
A Dblob.py34 def __init__(self, section, etype, node, auto_write_symbols=False): argument
36 auto_write_symbols=auto_write_symbols)
41 if not self.auto_write_symbols:
43 self.auto_write_symbols = True
A Du_boot_with_ucode_ptr.py31 def __init__(self, section, etype, node, auto_write_symbols=False): argument
32 super().__init__(section, etype, node, auto_write_symbols)
A Du_boot_spl_with_ucode_ptr.py21 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_spl.py35 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_spl_elf.py21 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_tpl.py35 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_vpl.py32 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_vpl_elf.py21 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_spl_nodtb.py32 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_tpl_elf.py21 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_tpl_nodtb.py32 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_vpl_nodtb.py30 super().__init__(section, etype, node, auto_write_symbols=True)
A Du_boot_tpl_with_ucode_ptr.py23 super().__init__(section, etype, node, auto_write_symbols=True)
/u-boot/tools/binman/
A Dentry.py115 auto_write_symbols=False): argument
153 self.auto_write_symbols = auto_write_symbols
698 if self.auto_write_symbols:

Completed in 19 milliseconds