Home
last modified time | relevance | path

Searched refs:relro_fd (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_shared_library.cpp317 int* relro_fd, in CreateSharedRelro() argument
343 *relro_fd = relro.DetachFd(); in CreateSharedRelro()
349 int relro_fd, in UseSharedRelro() argument
355 relro_fd); in UseSharedRelro()
357 if (relro_fd < 0 || relro_size == 0) { in UseSharedRelro()
380 if (!relro.InitFrom(relro_start, relro_size, relro_fd, error)) in UseSharedRelro()
Dcrazy_linker_api.cpp261 int* relro_fd) { in crazy_library_create_shared_relro() argument
271 load_address, relro_start, relro_size, relro_fd, &context->error)) in crazy_library_create_shared_relro()
281 int relro_fd) { in crazy_library_use_shared_relro() argument
290 if (!lib->UseSharedRelro(relro_start, relro_size, relro_fd, &context->error)) in crazy_library_use_shared_relro()
Dcrazy_linker_shared_library.h116 int* relro_fd,
124 int relro_fd,
/ndk/sources/android/crazy_linker/include/
Dcrazy_linker.h263 int* relro_fd) _CRAZY_PUBLIC;
281 int relro_fd) _CRAZY_PUBLIC;
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h435 int relro_fd = -1; in ReceiveRelroInfo() local
436 if (ReceiveFd(fd, &relro_fd) < 0) { in ReceiveRelroInfo()
440 printf("Child received %s relro fd %d\n", this->name, relro_fd); in ReceiveRelroInfo()
447 this->relro.fd = relro_fd; in ReceiveRelroInfo()