Home
last modified time | relevance | path

Searched refs:dot_o (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/jumper/
Dbuild_stages.py102 def parse_object_file(dot_o, directive, target=None): argument
105 if 'win' in dot_o:
114 section_headers = subprocess.check_output(cmd + ['-h', dot_o])
121 disassemble = ['-d', dot_o]
133 dot_o]
140 if not line or line.startswith(dot_o) or line.startswith('Disassembly'):
159 if 'win' not in dot_o: