Searched defs:relro (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp428 SharedRelro relro; local
430 if (!relro.Allocate(relro_size_, base_name_, error))
436 if (!relro.CopyFromRelocated(
441 if (!relro.CopyFrom(relro_start_, relro_size_, error))
446 if (!relro.ForceReadOnly(error))
450 *relro_start = relro.start();
451 *relro_size = relro.size();
452 *relro_fd = relro.DetachFd();
488 SharedRelro relro; local
489 if (!relro
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_util.h383 RelroInfo relro; member in struct:__anon11507::RelroLibrary
399 &this->relro.start,
400 &this->relro.size,
401 &this->relro.fd)) {
407 printf("Parent %s relro info relro_start=%p relro_size=%p relro_fd=%d\n",
409 (void*)this->relro.start,
410 (void*)this->relro.size,
411 this->relro.fd);
420 if (SendFd(fd, this->relro.fd) < 0) {
425 TEMP_FAILURE_RETRY(::write(fd, &this->relro, sizeo
[all...]

Completed in 131 milliseconds