Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/android/
H A Ddlext.h165 int relro_fd; member
/aosp12/frameworks/base/native/webview/loader/
H A Dloader.cpp122 int relro_fd = TEMP_FAILURE_RETRY(open(relro, O_RDONLY)); in DoLoadWithRelroFile() local
/aosp12/bionic/tests/
H A Ddlext_test.cpp453 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in CreateRelroFile() local