Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc12387 int dir_idx; /* Index in directory table. */ member
12398 int dir_idx; /* Index of directory used as base. */ member
12621 dirs[0].dir_idx = 0; in output_file_names()
12622 files[0].dir_idx = 0; in output_file_names()
12631 files[i].dir_idx = ndirs - 1; in output_file_names()
12642 dirs[ndirs].dir_idx = ndirs; in output_file_names()
12643 files[i].dir_idx = ndirs; in output_file_names()
12714 dirs[j].dir_idx = i; in output_file_names()
12801 int dir_idx = dirs[files[file_idx].dir_idx].dir_idx; in output_file_names() local
12802 sum += size_of_uleb128 (dir_idx); in output_file_names()
[all …]