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

  /external/libunwind/include/
libunwind-common.h 39 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, 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),_)
libunwind-common.h.in 35 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
39 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UL,UNW_TARGET),_)
41 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_)
libunwind_i.h 165 #define UNWI_OBJ(fn) UNW_PASTE(UNW_PREFIX,UNW_PASTE(I,fn))

Completed in 1135 milliseconds