Lines Matching refs:image
9 from binman.image import Image
14 image = Image('name', 'node', test=True)
16 image.LookupSymbol('_binman_something_prop_', False, 'msg', 0)
22 image = Image('name', 'node', test=True)
23 image._entries = {}
25 image.LookupSymbol('_binman_type_prop_pname', False, 'msg', 0)
30 image = Image('name', 'node', test=True)
31 image._entries = {}
33 val = image.LookupSymbol('_binman_type_prop_pname', True, 'msg', 0)
40 image = Image('name', 'node', test=True)
41 image._entries = {'u-boot': 1}
43 image.LookupSymbol('_binman_u_boot_prop_bad', False, 'msg', 0)