Home | History | Annotate | Download | only in tests

Lines Matching refs:relro_fd

428     extinfo_.relro_fd = -1;
436 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC);
437 ASSERT_NOERROR(relro_fd);
447 relro_fd = relro_fd;
471 ASSERT_NOERROR(close(relro_fd));
476 relro_fd = open(relro_file, O_RDONLY | O_CLOEXEC);
477 ASSERT_NOERROR(relro_fd);
479 extinfo_.relro_fd = relro_fd;
520 tf.fd = extinfo_.relro_fd;
538 tf.fd = extinfo_.relro_fd;
548 ASSERT_NOERROR(fstat(extinfo_.relro_fd, &no_recursive));
549 tf1.fd = extinfo_.relro_fd;
553 ASSERT_NOERROR(fstat(extinfo_.relro_fd, &with_recursive));
554 tf2.fd = extinfo_.relro_fd;
569 tf.fd = extinfo_.relro_fd;
600 tf.fd = extinfo_.relro_fd;