Searched refs:readelf (Results 1 – 1 of 1) sorted by relevance
138 def test_readelf_command(readelf): argument139 test_command(readelf, ['-v'], b'GNU readelf')150 def test_all_commands(readelf, objdump): argument151 test_readelf_command(readelf)219 readelf = target.get_exe('readelf')221 test_all_commands(readelf, objdump)234 '-readelf', readelf, '-vt-dumper', which(VTABLE_DUMPER),