Home
last modified time | relevance | path

Searched refs:crazy_status_t (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/include/
Dcrazy_linker.h48 } crazy_status_t; typedef
97 crazy_status_t crazy_context_add_search_path(
104 crazy_status_t crazy_context_add_search_path_for_address(
213 crazy_status_t crazy_library_open(crazy_library_t** library,
236 crazy_status_t crazy_library_get_info(crazy_library_t* library,
246 crazy_status_t crazy_system_can_share_relro(void);
258 crazy_status_t crazy_library_create_shared_relro(crazy_library_t* library,
277 crazy_status_t crazy_library_use_shared_relro(crazy_library_t* library,
287 crazy_status_t crazy_library_find_by_name(const char* library_name,
292 crazy_status_t crazy_linker_find_library_from_address(
[all …]
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_api.cpp98 crazy_status_t crazy_context_add_search_path(crazy_context_t* context, in crazy_context_add_search_path()
104 crazy_status_t crazy_context_add_search_path_for_address( in crazy_context_add_search_path_for_address()
196 crazy_status_t crazy_library_open(crazy_library_t** library, in crazy_library_open()
226 crazy_status_t crazy_library_get_info(crazy_library_t* library, in crazy_library_get_info()
246 crazy_status_t crazy_system_can_share_relro(void) { in crazy_system_can_share_relro()
256 crazy_status_t crazy_library_create_shared_relro(crazy_library_t* library, in crazy_library_create_shared_relro()
277 crazy_status_t crazy_library_use_shared_relro(crazy_library_t* library, in crazy_library_use_shared_relro()
296 crazy_status_t crazy_library_find_by_name(const char* library_name, in crazy_library_find_by_name()
311 crazy_status_t crazy_library_find_symbol(crazy_library_t* library, in crazy_library_find_symbol()
322 crazy_status_t crazy_linker_find_symbol(const char* symbol_name, in crazy_linker_find_symbol()
[all …]