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 166 #define UNWI_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_UI,UNW_TARGET),_), fn)
168 #define unwi_full_mask UNWI_ARCH_OBJ(full_mask)
274 # define unwi_debug_level UNWI_ARCH_OBJ(debug_level)
320 #define mi_init UNWI_ARCH_OBJ(mi_init)

Completed in 62 milliseconds