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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c7632 int dir_idx; /* Index in directory table. */ member in struct:dir_info
7643 int dir_idx; /* Index of directory used as base. */
7771 dirs[0].dir_idx = 0;
7772 files[0].dir_idx = 0;
7781 files[i].dir_idx = ndirs - 1;
7792 dirs[ndirs].dir_idx = ndirs;
7793 files[i].dir_idx = ndirs;
7864 dirs[j].dir_idx = i;
7889 int dir_idx = dirs[files[file_idx].dir_idx]
7621 int dir_idx; /* Index in directory table. */ member in struct:file_info
7878 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; local
[all...]

Completed in 117 milliseconds