Searched refs:LookupSymbol (Results 1 – 3 of 3) sorted by relevance
/u-boot/tools/binman/ |
A D | image_test.py | 16 image.LookupSymbol('_binman_something_prop_', False, 'msg', 0) 25 image.LookupSymbol('_binman_type_prop_pname', False, 'msg', 0) 33 val = image.LookupSymbol('_binman_type_prop_pname', True, 'msg', 0) 43 image.LookupSymbol('_binman_u_boot_prop_bad', False, 'msg', 0)
|
A D | image.py | 371 return self.LookupSymbol(sym_name, optional, msg, base_addr,
|
/u-boot/tools/binman/etype/ |
A D | section.py | 388 def LookupSymbol(self, sym_name, optional, msg, base_addr, entries=None): member in Entry_section
|
Completed in 4 milliseconds