Home | History | Annotate | Download | only in src

Lines Matching full:new_st

6993   struct stat new_st;
6994 if (stat (ld_state.outfname, &new_st) != 0
6995 || new_st.st_ino != temp_st.st_ino
6996 || new_st.st_dev != temp_st.st_dev)