Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-ecoff.c72 #define n_names ((int) (sizeof (names) / sizeof (names[0]))) in ecoff_frob_file_before_fix() macro
75 asection *secs[n_names]; in ecoff_frob_file_before_fix()
79 for (i = 0; i < n_names; i++) in ecoff_frob_file_before_fix()
84 for (i = 0; i < n_names; i++) in ecoff_frob_file_before_fix()
91 if (i == n_names) in ecoff_frob_file_before_fix()
97 for (i = 0; i < n_names; i++) in ecoff_frob_file_before_fix()
103 for (i = n_names - 1; i >= 0; i--) in ecoff_frob_file_before_fix()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00012597 (n_names): Cast away type mismatch.