Home
last modified time | relevance | path

Searched refs:WriteSymbols (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/tools/binman/etype/
H A Dsection.py78 def WriteSymbols(self, section): member in Entry_section
80 self._section.WriteSymbols()
H A Du_boot_spl.py42 def WriteSymbols(self, section): member in Entry_u_boot_spl
H A Du_boot_tpl.py42 def WriteSymbols(self, section): member in Entry_u_boot_tpl
/openbmc/u-boot/tools/binman/
H A Dimage.py128 def WriteSymbols(self): member in Image
130 self._section.WriteSymbols()
H A Dbsection.py323 def WriteSymbols(self): member in Section
326 entry.WriteSymbols(self)
H A Dcontrol.py181 image.WriteSymbols()
H A Dentry.py376 def WriteSymbols(self, section): member in Entry
H A DREADME556 10. WriteSymbols() - write the value of symbols into the U-Boot SPL binary.