Searched refs:LookupSymbol (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/tools/binman/ |
H A D | image_test.py | 17 section.LookupSymbol('_binman_something_prop_', False, 'msg') 27 section.LookupSymbol('_binman_type_prop_pname', False, 'msg') 36 val = section.LookupSymbol('_binman_type_prop_pname', True, 'msg') 47 section.LookupSymbol('_binman_u_boot_prop_bad', False, 'msg')
|
H A D | elf.py | 119 value = section.LookupSymbol(name, sym.weak, msg)
|
H A D | elf_test.py | 44 def LookupSymbol(self, name, weak, msg): member in FakeSection
|
H A D | bsection.py | 344 def LookupSymbol(self, sym_name, optional, msg): member in Section
|