Home
last modified time | relevance | path

Searched refs:elf_fname (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/tools/binman/
Delf_test.py79 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
81 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
88 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms_bad')
89 self.assertEqual(elf.LookupAndWriteSymbols(elf_fname, entry, section),
95 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms_size')
97 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
104 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
105 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
112 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
114 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
Delf.py78 def LookupAndWriteSymbols(elf_fname, entry, section): argument
92 fname = tools.GetInputFilename(elf_fname)
Dftest.py918 elf_fname = self.TestFile('u_boot_binman_syms')
919 syms = elf.GetSymbols(elf_fname, ['binman', 'image'])
920 addr = elf.GetSymbolAddress(elf_fname, '__image_copy_start')
/external/u-boot/tools/binman/etype/
Du_boot_spl.py16 self.elf_fname = 'spl/u-boot-spl'
22 elf.LookupAndWriteSymbols(self.elf_fname, self, section)
Du_boot_with_ucode_ptr.py25 self.elf_fname = 'u-boot'
33 fname = tools.GetInputFilename(self.elf_fname)
Du_boot_spl_with_ucode_ptr.py24 self.elf_fname = 'spl/u-boot-spl'
/external/u-boot/tools/buildman/
Dbuilder.py518 def GetFuncSizesFile(self, commit_upto, target, elf_fname): argument
527 '%s.sizes' % elf_fname.replace('/', '-'))
529 def GetObjdumpFile(self, commit_upto, target, elf_fname): argument
538 '%s.objdump' % elf_fname.replace('/', '-'))