HomeSort by: relevance | last modified time | path
    Searched defs:input_fp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 1766 ctf_dict_t *input_fp; local
1825 input_fp = inputs[CTF_DEDUP_GID_TO_INPUT (type_id)];
1827 fwdkind = ctf_type_kind_forwarded (input_fp, input_id);
1828 name = ctf_type_name_raw (input_fp, input_id);
2995 ctf_dict_t *err_fp, *input_fp; local
3011 input_fp = inputs[input_num];
3031 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
3037 ninputs, parents, input_fp,
3057 if (ctf_errno (input_fp) != ECTF_NEXT_END)
3059 err = ctf_errno (input_fp);
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 1741 ctf_dict_t *input_fp; local
1800 input_fp = inputs[CTF_DEDUP_GID_TO_INPUT (type_id)];
1802 fwdkind = ctf_type_kind_forwarded (input_fp, input_id);
1803 name = ctf_type_name_raw (input_fp, input_id);
2969 ctf_dict_t *err_fp, *input_fp; local
2985 input_fp = inputs[input_num];
3005 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
3011 ninputs, parents, input_fp,
3031 if (ctf_errno (input_fp) != ECTF_NEXT_END)
3033 err = ctf_errno (input_fp);
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 1836 ctf_dict_t *input_fp; local
1895 input_fp = inputs[CTF_DEDUP_GID_TO_INPUT (type_id)];
1897 fwdkind = ctf_type_kind_forwarded (input_fp, input_id);
1898 name = ctf_type_name_raw (input_fp, input_id);
3149 ctf_dict_t *err_fp, *input_fp; local
3165 input_fp = inputs[input_num];
3185 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
3191 ninputs, parents, input_fp,
3211 if (ctf_errno (input_fp) != ECTF_NEXT_END)
3213 err = ctf_errno (input_fp);
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 1836 ctf_dict_t *input_fp; local
1895 input_fp = inputs[CTF_DEDUP_GID_TO_INPUT (type_id)];
1897 fwdkind = ctf_type_kind_forwarded (input_fp, input_id);
1898 name = ctf_type_name_raw (input_fp, input_id);
3149 ctf_dict_t *err_fp, *input_fp; local
3165 input_fp = inputs[input_num];
3185 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
3191 ninputs, parents, input_fp,
3211 if (ctf_errno (input_fp) != ECTF_NEXT_END)
3213 err = ctf_errno (input_fp);
    [all...]

Completed in 34 milliseconds