HomeSort by relevance Sort by last modified time
    Searched refs:relro_fd (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/android/
dlext.h 58 * When set, write the GNU RELRO section of the mapped library to `relro_fd`
68 * When set, compare the GNU RELRO section of the mapped library to `relro_fd`
129 * Each library's GNU RELRO sections will be written out to `relro_fd` in the same order they were
165 int relro_fd; member in struct:__anon221
  /bionic/tests/
dlext_test.cpp 428 extinfo_.relro_fd = -1;
436 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); local
437 ASSERT_NOERROR(relro_fd);
447 extinfo_.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;
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 3937 milliseconds