Searched refs:LookupAndWriteSymbols (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/tools/binman/ |
H A D | elf_test.py | 75 syms = elf.LookupAndWriteSymbols('missing-file', entry, section) 85 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 98 self.assertEqual(elf.LookupAndWriteSymbols(elf_fname, entry, section), 111 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 124 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section) 134 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
|
H A D | elf.py | 80 def LookupAndWriteSymbols(elf_fname, entry, section): function
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_spl.py | 43 elf.LookupAndWriteSymbols(self.elf_fname, self, section)
|
H A D | u_boot_tpl.py | 43 elf.LookupAndWriteSymbols(self.elf_fname, self, section)
|