Searched refs:auto_write_symbols (Results 1 – 14 of 14) sorted by relevance
| /u-boot/tools/binman/etype/ |
| A D | blob.py | 34 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 D | u_boot_with_ucode_ptr.py | 31 def __init__(self, section, etype, node, auto_write_symbols=False): argument 32 super().__init__(section, etype, node, auto_write_symbols)
|
| A D | u_boot_spl_with_ucode_ptr.py | 21 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_spl.py | 35 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_spl_elf.py | 21 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_tpl.py | 35 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_vpl.py | 32 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_vpl_elf.py | 21 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_spl_nodtb.py | 32 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_tpl_elf.py | 21 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_tpl_nodtb.py | 32 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_vpl_nodtb.py | 30 super().__init__(section, etype, node, auto_write_symbols=True)
|
| A D | u_boot_tpl_with_ucode_ptr.py | 23 super().__init__(section, etype, node, auto_write_symbols=True)
|
| /u-boot/tools/binman/ |
| A D | entry.py | 115 auto_write_symbols=False): argument 153 self.auto_write_symbols = auto_write_symbols 698 if self.auto_write_symbols:
|
Completed in 19 milliseconds