Searched refs:UNW_PASTE (Results 1 – 3 of 3) sorted by relevance
/external/libunwind/include/ |
D | libunwind-common.h | 38 #define UNW_PASTE(x,y) UNW_PASTE2(x,y) macro 39 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn) 40 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn) 44 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UUL,UNW_TARGET),_) 46 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UL,UNW_TARGET),_) 50 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UU,UNW_TARGET),_) 52 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_)
|
D | libunwind_i.h | 165 #define UNWI_OBJ(fn) UNW_PASTE(UNW_PREFIX,UNW_PASTE(I,fn)) 166 #define UNWI_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_UI,UNW_TARGET),_), fn)
|
D | libunwind-common.h.in | 34 #define UNW_PASTE(x,y) UNW_PASTE2(x,y) macro 35 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn) 36 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn) 39 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UL,UNW_TARGET),_) 41 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_)
|