/external/libunwind/src/aarch64/ |
H A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 42 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/arm/ |
H A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 42 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/hppa/ |
H A D | Ginit_remote.c | 30 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 43 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/ia64/ |
H A D | Ginit_remote.c | 30 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 50 return unw_init_local (cursor, as_arg); 53 c->as_arg = as_arg;
|
/external/libunwind/src/mips/ |
H A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 42 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/ppc/ |
H A D | Ginit_remote.c | 37 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 50 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/sh/ |
H A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 42 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/x86/ |
H A D | Ginit_remote.c | 30 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 43 c->dwarf.as_arg = as_arg; 46 c->dwarf.as_arg = c; 47 c->uc = as_arg; 51 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/x86_64/ |
H A D | Ginit_remote.c | 32 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument 47 c->dwarf.as_arg = c; 48 c->uc = as_arg; 52 c->dwarf.as_arg = as_arg;
|
/external/libunwind/src/mi/ |
H A D | Gget_proc_info_by_ip.c | 30 unw_proc_info_t *pi, void *as_arg) 35 ret = unwi_find_dynamic_proc_info (as, ip, pi, 0, as_arg); 37 ret = (*a->find_proc_info) (as, ip, pi, 0, as_arg); 29 unw_get_proc_info_by_ip(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, void *as_arg) argument
|
H A D | Gget_proc_name.c | 111 size_t buf_len, unw_word_t *offp, void *as_arg) 113 return get_proc_name (as, ip, buf, buf_len, offp, as_arg); 110 unw_get_proc_name_by_ip(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *as_arg) argument
|
/external/libunwind/src/ |
H A D | os-common.c | 37 void *as_arg) 42 return local_get_elf_image (as, ei, ip, segbase, mapoff, path, as_arg); 48 if (!elf_map_cached_image (as, as_arg, map, ip)) 34 tdep_get_elf_image(unw_addr_space_t as, struct elf_image *ei, pid_t pid, unw_word_t ip, unsigned long *segbase, unsigned long *mapoff, char **path, void *as_arg) argument
|
H A D | os-linux.c | 44 void* as_arg = NULL; local 113 as_arg = (void*) _UPT_create (pid); 114 if (!as_arg) 127 ei.u.memory.as_arg = as_arg; 144 _UPT_destroy (as_arg);
|
H A D | elfxx.h | 75 unw_word_t* offp, void* as_arg); 150 unw_addr_space_t as, void* as_arg, struct map_info* map, unw_word_t ip) { 164 map->ei.u.memory.as_arg = as_arg; 149 elf_map_cached_image( unw_addr_space_t as, void* as_arg, struct map_info* map, unw_word_t ip) argument
|
H A D | Los-common.c | 170 unsigned long *segbase, unsigned long *mapoff, char **path, void *as_arg) 188 if (map && elf_map_cached_image (as, as_arg, map, ip)) 169 local_get_elf_image(unw_addr_space_t as, struct elf_image *ei, unw_word_t ip, unsigned long *segbase, unsigned long *mapoff, char **path, void *as_arg) argument
|
H A D | elfxx.c | 51 0, ei->u.memory.as_arg) != 0) { 73 if ((*a->access_mem) (ei->u.memory.as, addr, &data_word, 0, ei->u.memory.as_arg) != 0) { 93 if ((*a->access_mem) (ei->u.memory.as, addr, &data_word, 0, ei->u.memory.as_arg) != 0) { 585 unw_word_t* offp, void* as_arg) { 589 if (tdep_get_elf_image(as, &ei, pid, ip, &segbase, &mapoff, NULL, as_arg) < 0) { 583 get_proc_name( unw_addr_space_t as, pid_t pid, unw_word_t ip, char* buf, size_t buf_len, unw_word_t* offp, void* as_arg) argument
|
/external/libunwind/src/ptrace/ |
H A D | _UPT_find_proc_info.c | 36 get_unwind_info (struct elf_dyn_info *edi, pid_t pid, unw_addr_space_t as, unw_word_t ip, void *as_arg) argument 66 if (tdep_get_elf_image (as, &ei, pid, ip, &segbase, &mapoff, &path, as_arg) < 0)
|
/external/libunwind/include/ |
H A D | libunwind_i.h | 343 void *as_arg; /* arg used with access_mem */ member in struct:elf_image::__anon9142::__anon9144
|
H A D | dwarf.h | 299 void *as_arg; /* argument to address-space callbacks */ member in struct:dwarf_cursor
|
/external/libunwind/include/tdep-ia64/ |
H A D | libunwind_i.h | 131 void *as_arg; /* argument to address-space callbacks */ member in struct:cursor 244 #define tdep_get_as_arg(c) ((c)->as_arg) 274 char **path, void *as_arg);
|