HomeSort by relevance Sort by last modified time
    Searched refs:dep_file (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
depend.c 25 static char * dep_file = NULL; variable
52 dep_file = filename;
62 if (dep_file == NULL)
189 if (dep_file == NULL)
192 f = fopen (dep_file, FOPEN_WT);
195 as_warn (_("can't open `%s' for writing"), dep_file);
207 as_warn (_("can't close `%s'"), dep_file);
  /build/make/tools/
check_link_type.py 64 with open(dep, 'r') as dep_file:
65 dep_types = dep_file.read().strip().split(' ')

Completed in 67 milliseconds