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 147 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
150 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-x86.h 177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
180 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-x86_64.h 129 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
130 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-hppa.h 118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-sh.h 107 #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)
234 #define unw_get_accessors UNW_ARCH_OBJ(get_accessors)
251 #define unw_regname UNW_ARCH_OBJ(regname)
252 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
253 #define unw_strerror UNW_ARCH_OBJ(strerror)
libunwind-aarch64.h 205 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-ia64.h 164 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-ppc32.h 200 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-ppc64.h 257 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
libunwind-arm.h 295 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg)
dwarf.h 378 #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 128 milliseconds