Home
last modified time | relevance | path

Searched refs:LOG_ERRNO (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_debug.h23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__) macro
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
Dcrazy_linker_ashmem.cpp62 LOG_ERRNO("%s: Region failed writable mapping with unexpected error", in CheckFileDescriptorIsReadOnly()
70 LOG_ERRNO("%s: Failed to map region read-only", __FUNCTION__); in CheckFileDescriptorIsReadOnly()
74 LOG_ERRNO("%s: Region could be remapped read-write. Should not happen.\n", in CheckFileDescriptorIsReadOnly()
79 LOG_ERRNO( in CheckFileDescriptorIsReadOnly()
Dcrazy_linker_rdebug.cpp31 LOG_ERRNO("%s: Could not get /proc/self/exe link", __FUNCTION__); in FindExecutablePath()
56 LOG_ERRNO("%s: Could not load ELF binary header", __FUNCTION__); in FindElfDynamicSection()
78 LOG_ERRNO("%s: Could not find ELF program header table", __FUNCTION__); in FindElfDynamicSection()
90 LOG_ERRNO("%s: Could not read program header entry", __FUNCTION__); in FindElfDynamicSection()
183 LOG_ERRNO("Could not remap page to read/write"); in MapReadWrite()
193 LOG_ERRNO("Could not remap page to old protection flags"); in ~ScopedPageMapper()