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 };
488 ctf_dict_t **inputs, int input_num,
493 int input_num,
521 ctf_dedup_record_origin (ctf_dict_t *fp, int input_num, const char *decorated,
530 if (CTF_DEDUP_GID_TO_INPUT (origin) != input_num
554 int input_num, ctf_id_t type, void *type_id,
561 int input_num,
615 ctf_link_input_name (input), input_num, type_id);
623 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
638 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
643 depth, input_num, type, kind, name ? name : "");
713 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num, child_type,
741 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
774 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
785 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
812 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
842 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
901 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
979 input_num, gettext (whaterr), type, kind);
985 input_num, gettext (whaterr), type, kind);
990 state is stored. INPUT_NUM is the number of this input in the set of inputs.
1011 ctf_dict_t **inputs, int input_num, ctf_id_t type,
1016 int input_num,
1034 ctf_dprintf ("%lu: ctf_dedup_hash_type (%i, %lx, flags %x)\n", depth, input_num, type, flags);
1046 type_id = CTF_DEDUP_GID (fp, input_num, type);
1053 input_num, type, flags);
1086 ctf_dprintf ("%lu: Known hash for ID %i/%lx: %s\n", depth, input_num,
1089 populate_fun (fp, input, inputs, input_num, type, type_id,
1102 if ((hval = ctf_dedup_rhash_type (fp, input, inputs, input_num,
1124 if (populate_fun (fp, input, inputs, input_num, type, type_id,
1134 input_num, type, hval);
1143 ctf_link_input_name (input), input_num,
1159 int input_num _libctf_unused_,
1170 input_num, type, ctf_link_input_name (input));
2050 int input_num;
2055 input_num = CTF_DEDUP_GID_TO_INPUT (type_id);
2056 fp = inputs[input_num];
2060 "kind %i\n", depth, hval, input_num, type, (void *) fp,
2077 int cited_type_input_num = input_num; \
2080 cited_type_input_num = parents[input_num]; \
2514 uint32_t *parents, ctf_dict_t *input, int input_num,
2531 ctf_dprintf ("%i/%lx: unimplemented type\n", input_num, id);
2535 ctf_dprintf ("Mapping %i/%lx to target %p (%s)\n", input_num,
2543 if (!ctf_assert (output, parents[input_num] <= ninputs))
2545 input = inputs[parents[input_num]];
2546 input_num = parents[input_num];
2550 CTF_DEDUP_GID (output, input_num, id));
2571 "%i/%lx"), input_num, id);
2577 ctf_dprintf ("Looking up %i/%lx, hash %s, in target\n", input_num, id, hval);
2600 input_num, id);
2639 int input_num = CTF_DEDUP_GID_TO_INPUT (id);
2670 depth, hval, input_num, type);
2698 output_num = input_num;
2726 depth, hval, name ? name : "", input_num, (void *) target);
2784 ctf_link_input_name (input), input_num, name,
2800 parents, input, input_num,
2816 parents, input, input_num,
2832 parents, input, input_num,
2850 input_num, ar.ctr_contents);
2852 parents, input, input_num,
2875 parents, input, input_num,
2896 parents, input, input_num,
2958 "target %p (%s)\n", depth, hval, input_num, type, new_type,
2972 input_num, errtype, type);
2978 ctf_link_input_name (input), input_num,
2996 int input_num;
3010 input_num = CTF_DEDUP_GID_TO_INPUT (input_id);
3011 input_fp = inputs[input_num];
3038 input_num,
3072 ctf_link_input_name (input_fp), input_num, err_type);
3155 int input_num;
3189 input_num = (uintptr_t) num_ptr;
3192 CTF_DEDUP_GID (output, input_num, src_type));