Home | History | Annotate | Download | only in src

Lines Matching refs:file_type

404   if (ld_state.file_type != relocatable_file_type)
429 if (ld_state.file_type != relocatable_file_type)
570 if (ld_state.file_type != no_file_type)
573 ld_state.file_type = dso_file_type;
608 if (ld_state.file_type != no_file_type)
611 ld_state.file_type = relocatable_file_type;
974 && ld_state.file_type == dso_file_type)
992 && ld_state.file_type == dso_file_type)
998 && ld_state.file_type == dso_file_type)
1061 && ld_state.file_type == dso_file_type)
1168 if (ld_state.file_type == no_file_type)
1169 ld_state.file_type = executable_file_type;
1196 ld_new_inputfile (const char *fname, enum file_type type)
1202 newfile->file_type = type;