Home | History | Annotate | Download | only in src

Lines Matching refs:new_st

7004   struct stat new_st;
7005 if (stat (ld_state.outfname, &new_st) != 0
7006 || new_st.st_ino != temp_st.st_ino
7007 || new_st.st_dev != temp_st.st_dev)