Searched refs:UNW_TARGET (Results 1 – 13 of 13) sorted by relevance
/external/libunwind/include/ |
D | libunwind-common.h | 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-sh.h | 37 #define UNW_TARGET sh macro
|
D | libunwind-hppa.h | 35 #define UNW_TARGET hppa macro
|
D | libunwind-x86_64.h | 39 #define UNW_TARGET x86_64 macro
|
D | libunwind-mips.h | 39 #define UNW_TARGET mips macro
|
D | libunwind-ppc32.h | 42 #define UNW_TARGET ppc32 macro
|
D | libunwind-x86.h | 37 #define UNW_TARGET x86 macro
|
D | libunwind-aarch64.h | 38 #define UNW_TARGET aarch64 macro
|
D | libunwind-ia64.h | 50 #define UNW_TARGET ia64 macro
|
D | libunwind-ppc64.h | 42 #define UNW_TARGET ppc64 macro
|
D | libunwind-arm.h | 35 #define UNW_TARGET arm macro
|
D | libunwind-common.h.in | 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),_)
|
D | libunwind_i.h | 166 #define UNWI_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_UI,UNW_TARGET),_), fn)
|