/third_party/libunwind/src/ |
D | os-solaris.c | 33 tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, in tdep_get_elf_image() function
|
D | os-hpux.c | 35 tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, in tdep_get_elf_image() function
|
D | os-qnx.c | 57 tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, in tdep_get_elf_image() function
|
D | os-ohos.c | 46 c->dwarf.cached_map = tdep_get_elf_image (c->dwarf.as, c->dwarf.as->pid, c->dwarf.ip); in unw_get_rel_pc() 114 struct map_info* map = tdep_get_elf_image(as, as->pid, pc); in unw_get_symbol_info_by_pc()
|
D | os-freebsd.c | 92 tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, in tdep_get_elf_image() function
|
D | os-linux.c | 181 tdep_get_elf_image(unw_addr_space_t as, pid_t pid, unw_word_t ip) in tdep_get_elf_image() function
|
D | elfxx.c | 393 struct map_info *map = tdep_get_elf_image (as, pid, ip); in elf_w()
|
/third_party/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 232 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 269 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-tilegx/ |
D | libunwind_i.h | 207 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 245 extern int tdep_get_elf_image (struct elf_image *ei,
|
/third_party/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 237 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 274 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-riscv/ |
D | libunwind_i.h | 258 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 294 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 238 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 275 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 265 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 302 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 260 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 305 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-s390x/ |
D | libunwind_i.h | 212 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 250 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 309 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 347 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 292 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 337 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 298 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 334 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 265 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 307 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 320 #define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image) macro 362 extern struct map_info *tdep_get_elf_image (unw_addr_space_t as, pid_t pid,
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_find_proc_info.c | 61 map = tdep_get_elf_image (as, pid, ip); in get_unwind_info()
|