/external/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 235 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 271 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/src/ |
D | os-common.c | 34 tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei, in tdep_get_elf_image() function
|
D | os-hpux.c | 45 tdep_get_elf_image (unw_addr_space_t as, struct elf_image **ei, in tdep_get_elf_image() function
|
D | elfxx.c | 605 if (tdep_get_elf_image(as, &ei, pid, ip, &segbase, &mapoff, NULL, as_arg) < 0) { in elf_w()
|
/external/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 194 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 238 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 269 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 305 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 253 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 289 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 252 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 288 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 256 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 292 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 257 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 298 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 268 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 309 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 344 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 268 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
|
/external/libunwind/src/ptrace/ |
D | _UPT_find_proc_info.c | 66 if (tdep_get_elf_image (as, &ei, pid, ip, &segbase, &mapoff, &path, as_arg) < 0) in get_unwind_info()
|