Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_util.h380 struct RelroLibrary { struct
381 const char* name;
382 crazy_library_t* library;
383 RelroInfo relro;
385 void Init(const char* name, crazy_context_t* context) { in Init()
393 void Close() { crazy_library_close(this->library); } in Close()
395 void CreateSharedRelro(crazy_context_t* context, size_t load_address) { in CreateSharedRelro()
414 void EnableSharedRelro(crazy_context_t* context) { in EnableSharedRelro()
419 void SendRelroInfo(int fd) { in SendRelroInfo()
433 void ReceiveRelroInfo(int fd) { in ReceiveRelroInfo()
[all …]