Home | History | Annotate | Download | only in ld

Lines Matching refs:PIE

122 	// linking PIE binaries.
1030 argv = append(argv, "-pie")
1164 // position independent executable (PIE). On systems where the
1167 // issue #17847. To avoid this problem pass -no-pie to the
1174 cmd := exec.Command(argv[0], "-c", "-no-pie", "trivial.c")
1180 argv = append(argv, "-no-pie")