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,
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 int input_num, ctf_id_t type, void *type_id,
562 int input_num,
617 ctf_link_input_name (input), input_num, type_id);
625 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
640 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0)
645 depth, input_num, type, kind, name ? name : "");
719 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num, child_type,
747 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
780 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
791 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
818 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
848 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
907 if ((hval = ctf_dedup_hash_type (fp, input, inputs, input_num,
985 input_num, gettext (whaterr), type, kind);
991 input_num, gettext (whaterr), type, kind);
996 state is stored. INPUT_NUM is the number of this input in the set of inputs.
1017 ctf_dict_t **inputs, int input_num, ctf_id_t type,
1022 int input_num,
1042 ctf_dprintf ("%lu: ctf_dedup_hash_type (%i, %lx, flags %x)\n", depth, input_num, type, flags);
1054 type_id = CTF_DEDUP_GID (fp, input_num, type);
1061 input_num, type, flags);
1095 ctf_dprintf ("%lu: Known hash for ID %i/%lx: %s\n", depth, input_num,
1098 populate_fun (fp, input, inputs, input_num, type, isroot, type_id,
1111 if ((hval = ctf_dedup_rhash_type (fp, input, inputs, input_num,
1133 if (populate_fun (fp, input, inputs, input_num, type, isroot, type_id,
1143 input_num, type, hval);
1152 ctf_link_input_name (input), input_num,
1168 int input_num _libctf_unused_,
1180 input_num, type, ctf_link_input_name (input));
2125 int input_num;
2130 input_num = CTF_DEDUP_GID_TO_INPUT (type_id);
2131 fp = inputs[input_num];
2135 "kind %i\n", depth, hval, input_num, type, (void *) fp,
2152 int cited_type_input_num = input_num; \
2155 cited_type_input_num = parents[input_num]; \
2589 uint32_t *parents, ctf_dict_t *input, int input_num,
2606 ctf_dprintf ("%i/%lx: unimplemented type\n", input_num, id);
2610 ctf_dprintf ("Mapping %i/%lx to target %p (%s)\n", input_num,
2618 if (!ctf_assert (output, parents[input_num] <= ninputs))
2620 input = inputs[parents[input_num]];
2621 input_num = parents[input_num];
2625 CTF_DEDUP_GID (output, input_num, id));
2646 "%i/%lx"), input_num, id);
2652 ctf_dprintf ("Looking up %i/%lx, hash %s, in target\n", input_num, id, hval);
2675 input_num, id);
2714 int input_num = CTF_DEDUP_GID_TO_INPUT (id);
2745 depth, hval, input_num, type);
2773 output_num = input_num;
2870 depth, hval, name ? name : "", input_num, (void *) target);
2938 ctf_link_input_name (input), input_num, name,
2954 parents, input, input_num,
2970 parents, input, input_num,
2986 parents, input, input_num,
3004 input_num, ar.ctr_contents);
3006 parents, input, input_num,
3029 parents, input, input_num,
3050 parents, input, input_num,
3112 "target %p (%s)\n", depth, hval, input_num, type, new_type,
3126 input_num, errtype, type);
3132 ctf_link_input_name (input), input_num,
3150 int input_num;
3164 input_num = CTF_DEDUP_GID_TO_INPUT (input_id);
3165 input_fp = inputs[input_num];
3192 input_num,
3226 ctf_link_input_name (input_fp), input_num, err_type);
3310 int input_num;
3344 input_num = (uintptr_t) num_ptr;
3347 CTF_DEDUP_GID (output, input_num, src_type));