Home | History | Annotate | Download | only in src

Lines Matching defs:new_st

7001   struct stat new_st;
7002 if (stat (ld_state.outfname, &new_st) != 0
7003 || new_st.st_ino != temp_st.st_ino
7004 || new_st.st_dev != temp_st.st_dev)