HomeSort by relevance Sort by last modified time
    Searched refs:_GABIXX_HIDDEN (Results 1 - 6 of 6) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.h 39 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) _GABIXX_HIDDEN;
42 uint32_t decodeRelocTarget2 (uint32_t ptr) _GABIXX_HIDDEN;
54 _GABIXX_HIDDEN;
58 const ScanResultInternal& results) _GABIXX_HIDDEN;
62 _GABIXX_HIDDEN;
67 _GABIXX_HIDDEN;
71 _GABIXX_HIDDEN;
73 void prepareBeginCleanup(_Unwind_Exception* exc) _GABIXX_HIDDEN;
78 _GABIXX_HIDDEN;
84 _Unwind_Context* context) _GABIXX_HIDDEN;
    [all...]
dwarf_helper.h 82 uintptr_t readULEB128(const uint8_t** data) _GABIXX_HIDDEN;
83 intptr_t readSLEB128(const uint8_t** data) _GABIXX_HIDDEN;
85 uint8_t encoding) _GABIXX_HIDDEN;
cxxabi_defines.h 320 _GABIXX_NORETURN void __default_unexpected(void) _GABIXX_HIDDEN;
323 _GABIXX_NORETURN void __default_terminate(void) _GABIXX_HIDDEN;
327 _GABIXX_HIDDEN;
331 _GABIXX_NORETURN void __fatal_error(const char* message) _GABIXX_HIDDEN;
  /ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h 52 // Use _GABIXX_HIDDEN to declare internal functions of GAbi++ that should
54 #define _GABIXX_HIDDEN __attribute__((__visibility__("hidden")))
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
gabixx_config.h 52 // Use _GABIXX_HIDDEN to declare internal functions of GAbi++ that should
54 #define _GABIXX_HIDDEN __attribute__((__visibility__("hidden")))
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
gabixx_config.h 52 // Use _GABIXX_HIDDEN to declare internal functions of GAbi++ that should
54 #define _GABIXX_HIDDEN __attribute__((__visibility__("hidden")))

Completed in 67 milliseconds