Searched refs:sym_name (Results 1 – 9 of 9) sorted by relevance
| /u-boot/tools/binman/ |
| A D | elf.py | 175 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 D | elf_test.py | 332 sym_name = 'calculate' 333 syms = elf.GetSymbols(fname, [sym_name]) 334 addr = syms[sym_name].address 336 self.assertEqual(sym_name, sym)
|
| A D | image.py | 362 def LookupImageSymbol(self, sym_name, optional, msg, base_addr): argument 404 return self.LookupSymbol(sym_name, optional, msg, base_addr,
|
| A D | entry.py | 1364 node, sym_name, offset = self.offset_from_elf 1370 val = elf.GetSymbolOffset(entry.elf_fname, sym_name,
|
| A D | README.rst | 849 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 D | binman.rst | 849 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 D | section.py | 560 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 D | kconfiglib.py | 6379 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 D | binman.rst | 849 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 39 milliseconds