Home
last modified time | relevance | path

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

/u-boot/tools/binman/
A Delf.py175 def GetSymbolAddress(fname, sym_name): argument
185 syms = GetSymbols(fname, [sym_name])
186 sym = syms.get(sym_name)
213 def GetSymbolOffset(elf_fname, sym_name, base_sym=None): argument
231 syms = GetSymbols(fname, [base_sym, sym_name])
233 val = syms[sym_name].address
A Delf_test.py332 sym_name = 'calculate'
333 syms = elf.GetSymbols(fname, [sym_name])
334 addr = syms[sym_name].address
336 self.assertEqual(sym_name, sym)
A Dimage.py362 def LookupImageSymbol(self, sym_name, optional, msg, base_addr): argument
404 return self.LookupSymbol(sym_name, optional, msg, base_addr,
A Dentry.py1364 node, sym_name, offset = self.offset_from_elf
1370 val = elf.GetSymbolOffset(entry.elf_fname, sym_name,
A DREADME.rst849 The format is <&phandle>, "sym_name", <offset> where phandle is the entry
850 containing the blob (with associated ELF file providing symbols), <sym_name>
A Dbinman.rst849 The format is <&phandle>, "sym_name", <offset> where phandle is the entry
850 containing the blob (with associated ELF file providing symbols), <sym_name>
/u-boot/tools/binman/etype/
A Dsection.py560 def LookupEntry(self, entries, sym_name, msg): argument
587 m = re.match(r'^_binman_(\w+)_prop_(\w+)$', sym_name)
590 (msg, sym_name))
604 def LookupSymbol(self, sym_name, optional, msg, base_addr, entries=None): argument
643 entry, entry_name, prop_name = self.LookupEntry(entries, sym_name, msg)
/u-boot/tools/buildman/
A Dkconfiglib.py6379 def _touch_dep_file(path, sym_name): argument
6383 sym_path = path + os.sep + sym_name.lower().replace("_", os.sep) + ".h"
/u-boot/doc/develop/package/
A Dbinman.rst849 The format is <&phandle>, "sym_name", <offset> where phandle is the entry
850 containing the blob (with associated ELF file providing symbols), <sym_name>

Completed in 35 milliseconds