Searched refs:get_proc_name (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGget_proc_name.c49 get_proc_name (unw_addr_space_t as, unw_word_t ip, function
92 if (a->get_proc_name)
93 return (*a->get_proc_name) (as, ip, buf, buf_len, offp, arg);
109 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp,
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Delfxx.h45 extern int elf_w (get_proc_name) (unw_addr_space_t as,
H A Dlibunwind-common.h172 int (*get_proc_name) (unw_addr_space_t, unw_word_t, char *, size_t, member in struct:unw_accessors
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGinit.c168 local_addr_space.acc.get_proc_name = get_static_proc_name;
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGinit.c216 local_addr_space.acc.get_proc_name = get_static_proc_name;
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGinit.c264 local_addr_space.acc.get_proc_name = get_static_proc_name;
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c342 elf_w (get_proc_name) (unw_addr_space_t as, pid_t pid, unw_word_t ip, function
H A Dfuchsia.c329 .get_proc_name = remote_get_proc_name

Completed in 38 milliseconds