Searched defs:countp (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/src/coredump/
H A D_UPT_get_dyn_info_list_addr.c35 int *countp)
71 *countp = count;
79 int *countp)
82 *countp = 0;
34 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) argument
78 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) argument
/external/libunwind/src/ptrace/
H A D_UPT_get_dyn_info_list_addr.c34 int *countp)
64 *countp = count;
72 int *countp)
77 *countp = 0;
33 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) argument
71 get_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg, int *countp) argument
/external/elfutils/backends/
H A Daarch64_retval.c78 Dwarf_Word *sizep, Dwarf_Word *countp);
84 member_is_fp (Dwarf_Die *membdie, Dwarf_Word *sizep, Dwarf_Word *countp) argument
100 *countp = 2;
104 *countp = 1;
114 *sizep /= *countp;
120 return hfa_type (&typedie, tag, sizep, countp);
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) argument
148 *countp = 1;
153 if ((i = member_is_fp (ftypedie, sizep, countp)) == 0)
155 *countp
[all...]
/external/ltrace/
H A Dlens_default.c118 acc_fprintf(int *countp, FILE *stream, const char *format, ...) argument
122 int i = account_output(countp, vfprintf(stream, format, pa));
H A Doutput.c836 account_output(int *countp, int c) argument
839 *countp += c;
H A Dtype.c671 type_get_hfa_type(struct arg_type_info *info, size_t *countp) argument
683 *countp = 0;
701 *countp += emt_count;
H A Dltrace-elf.c432 Elf_Data **datap, size_t *countp, const char **strsp)
435 *countp = shdr->sh_size / shdr->sh_entsize;
430 read_symbol_table(struct ltelf *lte, const char *filename, Elf_Scn *scn, GElf_Shdr *shdr, const char *name, Elf_Data **datap, size_t *countp, const char **strsp) argument
/external/libevent/
H A Devdns.c1749 int *countp; local
1759 countp = &req->n_answer;
1763 countp = &req->n_authority;
1767 countp = &req->n_additional;
1809 ++(*countp);

Completed in 1002 milliseconds