Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c69 static void test_write_relro_file(const char *lib, const int relro_fd) in test_write_relro_file()
87 const char *lib, const int relro_fd, const int flag, void *addr, const size_t map_size) in test_write_relro_file_ext()
161 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_0400() local
203 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_0600() local
230 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_0700() local
258 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_0800() local
301 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_1000() local
329 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_1100() local
357 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_1200() local
384 int relro_fd = open(relro_file, O_RDWR | O_TRUNC | O_CLOEXEC); in dlopen_ext_relro_1500() local
[all …]
/third_party/musl/porting/linux/user/include/
Ddlfcn_ext.h40 int relro_fd; member