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

  /external/libunwind/include/
mempool.h 54 #define sos_alloc(s) UNWI_ARCH_OBJ(_sos_alloc)(s)
55 #define mempool_init(p,s,r) UNWI_ARCH_OBJ(_mempool_init)(p,s,r)
56 #define mempool_alloc(p) UNWI_ARCH_OBJ(_mempool_alloc)(p)
57 #define mempool_free(p,o) UNWI_ARCH_OBJ(_mempool_free)(p,o)
libunwind_i.h 165 #define UNWI_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_UI,UNW_TARGET),_), fn)
167 #define unwi_full_mask UNWI_ARCH_OBJ(full_mask)
273 # define unwi_debug_level UNWI_ARCH_OBJ(debug_level)
319 #define mi_init UNWI_ARCH_OBJ(mi_init)

Completed in 51 milliseconds