HomeSort by: relevance | last modified time | path
    Searched defs:subdir_name (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2062 char *subdir_name = NULL; local
2070 the test below of leaving subdir_name NULL for pre-DWARF5 dir
2074 subdir_name = table->dirs[dir];
2076 if (!subdir_name || !IS_ABSOLUTE_PATH (subdir_name))
2081 dir_name = subdir_name;
2082 subdir_name = NULL;
2090 if (subdir_name)
2092 len += strlen (subdir_name) + 1;
2095 sprintf (name, "%s/%s/%s", dir_name, subdir_name, filename)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2062 char *subdir_name = NULL; local
2070 the test below of leaving subdir_name NULL for pre-DWARF5 dir
2074 subdir_name = table->dirs[dir];
2076 if (!subdir_name || !IS_ABSOLUTE_PATH (subdir_name))
2081 dir_name = subdir_name;
2082 subdir_name = NULL;
2090 if (subdir_name)
2092 len += strlen (subdir_name) + 1;
2095 sprintf (name, "%s/%s/%s", dir_name, subdir_name, filename)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 2062 char *subdir_name = NULL; local
2070 the test below of leaving subdir_name NULL for pre-DWARF5 dir
2074 subdir_name = table->dirs[dir];
2076 if (!subdir_name || !IS_ABSOLUTE_PATH (subdir_name))
2081 dir_name = subdir_name;
2082 subdir_name = NULL;
2090 if (subdir_name)
2092 len += strlen (subdir_name) + 1;
2095 sprintf (name, "%s/%s/%s", dir_name, subdir_name, filename)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 2055 char *subdir_name = NULL; local
2063 the test below of leaving subdir_name NULL for pre-DWARF5 dir
2067 subdir_name = table->dirs[dir];
2069 if (!subdir_name || !IS_ABSOLUTE_PATH (subdir_name))
2074 dir_name = subdir_name;
2075 subdir_name = NULL;
2083 if (subdir_name)
2085 len += strlen (subdir_name) + 1;
2088 sprintf (name, "%s/%s/%s", dir_name, subdir_name, filename)
    [all...]

Completed in 43 milliseconds