Searched defs:relro_fd (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/android/
H A Ddlext.h42 /* When set, write the GNU RELRO section of the mapped library to relro_fd
49 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
126 int relro_fd; member in struct:__anon42
/bionic/tools/versioner/current/android/
H A Ddlext.h42 /* When set, write the GNU RELRO section of the mapped library to relro_fd
49 /* When set, compare the GNU RELRO section of the mapped library to relro_fd
126 int relro_fd; member in struct:__anon2295
/bionic/tests/
H A Ddlext_test.cpp419 extinfo_.relro_fd = -1;
427 int relro_fd = open(relro_file, O_RDWR | O_TRUNC); local
428 ASSERT_NOERROR(relro_fd);
434 extinfo_.relro_fd = relro_fd;
444 ASSERT_NOERROR(close(relro_fd));
449 relro_fd = open(relro_file, O_RDONLY);
450 ASSERT_NOERROR(relro_fd);
452 extinfo_.relro_fd = relro_fd;
[all...]

Completed in 788 milliseconds