Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/
H A Delf_test.py83 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
85 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
97 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms_bad')
98 self.assertEqual(elf.LookupAndWriteSymbols(elf_fname, entry, section),
109 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms_size')
111 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
123 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
124 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
132 elf_fname = os.path.join(binman_dir, 'test', 'u_boot_binman_syms')
134 syms = elf.LookupAndWriteSymbols(elf_fname, entry, section)
H A Delf.py80 def LookupAndWriteSymbols(elf_fname, entry, section): argument
94 fname = tools.GetInputFilename(elf_fname)
H A Dftest.py1101 elf_fname = self.TestFile('u_boot_binman_syms')
1102 syms = elf.GetSymbols(elf_fname, ['binman', 'image'])
1103 addr = elf.GetSymbolAddress(elf_fname, '__image_copy_start')
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_spl.py37 self.elf_fname = 'spl/u-boot-spl'
43 elf.LookupAndWriteSymbols(self.elf_fname, self, section)
H A Du_boot_tpl.py37 self.elf_fname = 'tpl/u-boot-tpl'
43 elf.LookupAndWriteSymbols(self.elf_fname, self, section)
H A Du_boot_with_ucode_ptr.py33 self.elf_fname = 'u-boot'
41 fname = tools.GetInputFilename(self.elf_fname)
H A Du_boot_spl_with_ucode_ptr.py26 self.elf_fname = 'spl/u-boot-spl'
H A Du_boot_tpl_with_ucode_ptr.py24 self.elf_fname = 'tpl/u-boot-tpl'
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py519 def GetFuncSizesFile(self, commit_upto, target, elf_fname): argument
528 '%s.sizes' % elf_fname.replace('/', '-'))
530 def GetObjdumpFile(self, commit_upto, target, elf_fname): argument
539 '%s.objdump' % elf_fname.replace('/', '-'))