HomeSort by relevance Sort by last modified time
    Searched defs:get_proc_name (Results 1 - 4 of 4) sorted by null

  /external/libunwind/src/mi/
Gget_proc_name.c 49 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);
104 return get_proc_name (tdep_get_as (c), tdep_get_ip (c), buf, buf_len, offp,
113 return get_proc_name (as, ip, buf, buf_len, offp, as_arg);
  /external/libunwind/tests/
test-proc-info.c 115 get_proc_name (unw_addr_space_t as UNUSED, function
144 acc.get_proc_name = get_proc_name;
  /external/libunwind/src/
elfxx.c 599 HIDDEN bool elf_w (get_proc_name) ( function
  /external/libunwind/include/
libunwind-common.h 193 int (*get_proc_name) (unw_addr_space_t, unw_word_t, char *, size_t, member in struct:unw_accessors
259 #define unw_get_proc_name UNW_OBJ(get_proc_name)

Completed in 89 milliseconds