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

  /external/libunwind/src/hppa/
unwind_i.h 39 #define setcontext UNW_ARCH_OBJ (setcontext)
  /external/libunwind/include/
libunwind-mips.h 153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
156 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-x86.h 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
186 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-x86_64.h 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
136 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-hppa.h 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-sh.h 113 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-common.h.in 36 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
212 #define unw_get_accessors UNW_ARCH_OBJ(get_accessors)
228 #define unw_regname UNW_ARCH_OBJ(regname)
229 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
230 #define unw_strerror UNW_ARCH_OBJ(strerror)
libunwind-common.h 40 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
245 #define unw_get_accessors UNW_ARCH_OBJ(get_accessors)
262 #define unw_regname UNW_ARCH_OBJ(regname)
263 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
264 #define unw_strerror UNW_ARCH_OBJ(strerror)
libunwind-aarch64.h 213 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-ia64.h 167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-ppc32.h 206 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-ppc64.h 263 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-arm.h 301 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
dwarf.h 380 #define dwarf_init UNW_ARCH_OBJ (dwarf_init)
  /external/libunwind/src/x86_64/
unwind_i.h 60 #define setcontext UNW_ARCH_OBJ (setcontext)
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 186 #define tdep_getcontext_trace UNW_ARCH_OBJ(getcontext_trace)
194 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 235 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
252 /* This can't be an UNW_ARCH_OBJ() because we need separate
  /external/libunwind/include/tdep-arm/
libunwind_i.h 256 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
257 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 251 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
252 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-mips/
libunwind_i.h 308 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
309 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 267 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
268 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 267 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
268 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-sh/
libunwind_i.h 252 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
253 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-x86/
libunwind_i.h 255 #define tdep_uc_addr UNW_ARCH_OBJ(uc_addr)
256 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 269 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)

Completed in 406 milliseconds