Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_relocated_shared_relro.cpp79 foo.CreateSharedRelro(context, CHILD_ADDRESS); in main()
Dtest_util.h395 void CreateSharedRelro(crazy_context_t* context, size_t load_address) { in CreateSharedRelro() function
415 CreateSharedRelro(context, 0); in EnableSharedRelro()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_shared_library.h113 bool CreateSharedRelro(size_t load_address,
Dcrazy_linker_api.cpp270 if (!lib->CreateSharedRelro( in crazy_library_create_shared_relro()
Dcrazy_linker_shared_library.cpp314 bool SharedLibrary::CreateSharedRelro(size_t load_address, in CreateSharedRelro() function in crazy::SharedLibrary