Searched refs:LookupAndWriteSymbols (Results 1 – 4 of 4) sorted by relevance
/u-boot/tools/binman/ |
A D | elf_test.py | 114 syms = elf.LookupAndWriteSymbols('missing-file', entry, section) 124 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 137 self.assertEqual(elf.LookupAndWriteSymbols(elf_fname, entry, section), 150 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 163 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 175 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
|
A D | elf.py | 96 def LookupAndWriteSymbols(elf_fname, entry, section): function
|
/u-boot/tools/binman/etype/ |
A D | u_boot_spl.py | 42 elf.LookupAndWriteSymbols(self.elf_fname, self, section.GetImage())
|
A D | u_boot_tpl.py | 42 elf.LookupAndWriteSymbols(self.elf_fname, self, section.GetImage())
|
Completed in 3 milliseconds