Lines Matching refs:input_num
297 id_to_packed_id (ctf_dict_t *fp, int input_num, ctf_id_t type)
301 ctf_type_id_key_t key = { input_num, type };
489 int input_num, ctf_id_t type, int flags,
494 int input_num,
522 ctf_dedup_record_origin (ctf_dict_t *fp, int input_num, const char *decorated,
531 if (CTF_DEDUP_GID_TO_INPUT (origin) != input_num
555 uint32_t *parents, int input_num, ctf_id_t type,
562 int input_num,
616 ctf_link_input_name (input), input_num, type_id);
624 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
639 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
644 depth, input_num, type, kind, name ? name : "");
714 if ((hval = ctf_dedup_hash_type (fp, input, inputs, parents, input_num,
743 if ((hval = ctf_dedup_hash_type (fp, input, inputs, parents, input_num,
776 if ((hval = ctf_dedup_hash_type (fp, input, inputs, parents, input_num,
787 if ((hval = ctf_dedup_hash_type (fp, input, inputs, parents, input_num,
814 if ((hval = ctf_dedup_hash_type (fp, input, inputs, parents, input_num,
845 input_num, args[j], flags, depth,
904 input_num, membtype, flags, depth,
981 input_num, gettext (whaterr), type, kind);
987 input_num, gettext (whaterr), type, kind);
992 state is stored. INPUT_NUM is the number of this input in the set of inputs.
1015 int input_num, ctf_id_t type, int flags,
1020 int input_num,
1038 ctf_dprintf ("%lu: ctf_dedup_hash_type (%i, %lx, flags %x)\n", depth, input_num, type, flags);
1050 type_id = CTF_DEDUP_GID (fp, input_num, type);
1057 input_num, type, flags);
1090 ctf_dprintf ("%lu: Known hash for ID %i/%lx: %s\n", depth, input_num,
1093 populate_fun (fp, input, inputs, input_num, type, type_id,
1106 if ((hval = ctf_dedup_rhash_type (fp, input, inputs, parents, input_num,
1128 if (populate_fun (fp, input, inputs, input_num, type, type_id,
1138 input_num, type, hval);
1147 ctf_link_input_name (input), input_num,
1160 int input_num _libctf_unused_,
1173 input_num, type, ctf_link_input_name (input));
2027 int input_num;
2032 input_num = CTF_DEDUP_GID_TO_INPUT (type_id);
2033 fp = inputs[input_num];
2037 "kind %i\n", depth, hval, input_num, type, (void *) fp,
2054 int cited_type_input_num = input_num; \
2057 cited_type_input_num = parents[input_num]; \
2491 uint32_t *parents, ctf_dict_t *input, int input_num,
2508 ctf_dprintf ("%i/%lx: unimplemented type\n", input_num, id);
2512 ctf_dprintf ("Mapping %i/%lx to target %p (%s)\n", input_num,
2520 if (!ctf_assert (output, parents[input_num] <= ninputs))
2522 input = inputs[parents[input_num]];
2523 input_num = parents[input_num];
2527 CTF_DEDUP_GID (output, input_num, id));
2548 "%i/%lx"), input_num, id);
2554 ctf_dprintf ("Looking up %i/%lx, hash %s, in target\n", input_num, id, hval);
2577 input_num, id);
2616 int input_num = CTF_DEDUP_GID_TO_INPUT (id);
2647 depth, hval, input_num, type);
2674 output_num = input_num;
2700 depth, hval, name ? name : "", input_num, (void *) target);
2758 ctf_link_input_name (input), input_num, name,
2774 parents, input, input_num,
2790 parents, input, input_num,
2806 parents, input, input_num,
2824 input_num, ar.ctr_contents);
2826 parents, input, input_num,
2849 parents, input, input_num,
2870 parents, input, input_num,
2932 "target %p (%s)\n", depth, hval, input_num, type, new_type,
2946 input_num, errtype, type);
2952 ctf_link_input_name (input), input_num,
2970 int input_num;
2984 input_num = CTF_DEDUP_GID_TO_INPUT (input_id);
2985 input_fp = inputs[input_num];
3012 input_num,
3046 ctf_link_input_name (input_fp), input_num, err_type);
3129 int input_num;
3163 input_num = (uintptr_t) num_ptr;
3166 CTF_DEDUP_GID (output, input_num, src_type));