Searched refs:binary_file (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dbuild-symbol-table-index.py41 binary_file = os.path.join(binary_file_directory, bitcode_basename[:-file_suffix_length] + "o") variable
42 if os.path.getmtime(binary_file) < symbol_table_modification_time:
48 lines = subprocess.check_output(["nm", "-U", "-j", binary_file]).splitlines()
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dreadelf.exp139 proc readelf_find_size { binary_file } {
146 catch "exec $READELF $READELFFLAGS -h $binary_file > readelf.out" got
168 # Basically readelf is run on the binary_file with the given options.
172 proc readelf_test { options binary_file regexp_file xfails } {
180 send_log "exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"
181 catch "exec $READELF $READELFFLAGS $options $binary_file > readelf.out" got

Completed in 130 milliseconds