Home
last modified time | relevance | path

Searched refs:ctf_next_t (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h308 typedef struct ctf_next ctf_next_t; typedef
309 extern ctf_next_t *ctf_next_create (void);
310 extern void ctf_next_destroy (ctf_next_t *);
311 extern ctf_next_t *ctf_next_copy (ctf_next_t *);
402 extern ctf_id_t ctf_symbol_next (ctf_dict_t *, ctf_next_t **,
438 extern ssize_t ctf_member_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
449 extern int ctf_label_next (ctf_dict_t *, ctf_next_t **, const char **); /* TBD */
451 extern ctf_id_t ctf_variable_next (ctf_dict_t *, ctf_next_t **,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h308 typedef struct ctf_next ctf_next_t; typedef
309 extern ctf_next_t *ctf_next_create (void);
310 extern void ctf_next_destroy (ctf_next_t *);
311 extern ctf_next_t *ctf_next_copy (ctf_next_t *);
402 extern ctf_id_t ctf_symbol_next (ctf_dict_t *, ctf_next_t **,
438 extern ssize_t ctf_member_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
449 extern int ctf_label_next (ctf_dict_t *, ctf_next_t **, const char **); /* TBD */
451 extern ctf_id_t ctf_variable_next (ctf_dict_t *, ctf_next_t **,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key, in ctf_dynhash_cnext_sorted()
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it, in ctf_dynhash_cnext()
72 ctf_dynset_cnext (ctf_dynset_t *h, ctf_next_t **it, const void **key) in ctf_dynset_cnext()
H A Dctf-util.c270 ctf_next_t *
279 ctf_next_destroy (ctf_next_t *i) in ctf_next_destroy()
293 ctf_next_t *
294 ctf_next_copy (ctf_next_t *i) in ctf_next_copy()
296 ctf_next_t *i2; in ctf_next_copy()
H A Dctf-hash.c406 ctf_dynhash_next (ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value) in ctf_dynhash_next()
408 ctf_next_t *i = *it; in ctf_dynhash_next()
485 ctf_dynhash_next_sorted (ctf_dynhash_t *h, ctf_next_t **it, void **key, in ctf_dynhash_next_sorted()
488 ctf_next_t *i = *it; in ctf_dynhash_next_sorted()
496 ctf_next_t *accum_i = NULL; in ctf_dynhash_next_sorted()
706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next()
709 ctf_next_t *i = *it; in ctf_dynset_next()
H A Dctf-types.c74 ctf_next_t *i = NULL; in ctf_member_iter()
99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next()
106 ctf_next_t *i = *it; in ctf_member_next()
244 ctf_next_t *i = NULL; in ctf_enum_iter()
268 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next()
274 ctf_next_t *i = *it; in ctf_enum_next()
365 ctf_next_t *i = NULL; in ctf_type_iter()
393 ctf_next_t *i = NULL; in ctf_type_iter_all()
421 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next()
423 ctf_next_t *i = *it; in ctf_type_next()
[all …]
H A Dctf-link.c641 ctf_next_t *i = NULL; in ctf_link_deduplicating_count_inputs()
719 ctf_next_t *i = NULL; in ctf_link_deduplicating_open_inputs()
752 ctf_next_t *j = NULL; in ctf_link_deduplicating_open_inputs()
853 ctf_next_t *it = NULL; in ctf_link_deduplicating_close_inputs()
900 ctf_next_t *it = NULL; in ctf_link_deduplicating_variables()
983 ctf_next_t *it = NULL; in ctf_link_deduplicating_one_symtypetab()
1111 ctf_next_t *i = NULL; in ctf_link_deduplicating_per_cu()
1160 ctf_next_t *ai = NULL; in ctf_link_deduplicating_per_cu()
1340 ctf_next_t *i = NULL; in ctf_link_empty_outputs()
1512 ctf_next_t *i = NULL; in ctf_link()
[all …]
H A Dctf-impl.h543 ctf_next_t *ctn_next;
657 extern int ctf_dynhash_next (ctf_dynhash_t *, ctf_next_t **,
659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
H A Dctf-subr.c271 ctf_errwarning_next (ctf_dict_t *fp, ctf_next_t **it, int *is_warning, in ctf_errwarning_next()
274 ctf_next_t *i = *it; in ctf_errwarning_next()
H A Dctf-dedup.c569 ctf_next_t *i = NULL; in ctf_dedup_rhash_type()
1220 ctf_next_t *i = NULL; in ctf_dedup_populate_mappings()
1307 ctf_next_t *i = NULL; in ctf_dedup_mark_conflicting_hash()
1423 ctf_next_t *i = NULL; in ctf_dedup_detect_name_ambiguity()
1435 ctf_next_t *j = NULL; in ctf_dedup_detect_name_ambiguity()
1738 ctf_next_t *i = NULL; in ctf_dedup_multiple_input_dicts()
1831 ctf_next_t *i = NULL; in ctf_dedup_conflictify_unshared()
1905 ctf_next_t *it = NULL; in ctf_dedup()
2209 ctf_next_t *i = NULL; in ctf_dedup_rwalk_output_mapping()
2367 ctf_next_t *i = NULL; in ctf_dedup_walk_output_mapping()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c260 ctf_next_t *
269 ctf_next_destroy (ctf_next_t *i) in ctf_next_destroy()
283 ctf_next_t *
284 ctf_next_copy (ctf_next_t *i) in ctf_next_copy()
286 ctf_next_t *i2; in ctf_next_copy()
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key, in ctf_dynhash_cnext_sorted()
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it, in ctf_dynhash_cnext()
72 ctf_dynset_cnext (ctf_dynset_t *h, ctf_next_t **it, const void **key) in ctf_dynset_cnext()
H A Dctf-hash.c406 ctf_dynhash_next (ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value) in ctf_dynhash_next()
408 ctf_next_t *i = *it; in ctf_dynhash_next()
485 ctf_dynhash_next_sorted (ctf_dynhash_t *h, ctf_next_t **it, void **key, in ctf_dynhash_next_sorted()
488 ctf_next_t *i = *it; in ctf_dynhash_next_sorted()
496 ctf_next_t *accum_i = NULL; in ctf_dynhash_next_sorted()
706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next()
709 ctf_next_t *i = *it; in ctf_dynset_next()
H A Dctf-types.c74 ctf_next_t *i = NULL; in ctf_member_iter()
99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next()
106 ctf_next_t *i = *it; in ctf_member_next()
245 ctf_next_t *i = NULL; in ctf_enum_iter()
269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next()
275 ctf_next_t *i = *it; in ctf_enum_next()
366 ctf_next_t *i = NULL; in ctf_type_iter()
394 ctf_next_t *i = NULL; in ctf_type_iter_all()
422 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next()
424 ctf_next_t *i = *it; in ctf_type_next()
[all …]
H A Dctf-link.c656 ctf_next_t *i = NULL; in ctf_link_deduplicating_count_inputs()
733 ctf_next_t *i = NULL; in ctf_link_deduplicating_open_inputs()
766 ctf_next_t *j = NULL; in ctf_link_deduplicating_open_inputs()
867 ctf_next_t *it = NULL; in ctf_link_deduplicating_close_inputs()
914 ctf_next_t *it = NULL; in ctf_link_deduplicating_variables()
997 ctf_next_t *it = NULL; in ctf_link_deduplicating_one_symtypetab()
1125 ctf_next_t *i = NULL; in ctf_link_deduplicating_per_cu()
1174 ctf_next_t *ai = NULL; in ctf_link_deduplicating_per_cu()
1354 ctf_next_t *i = NULL; in ctf_link_empty_outputs()
1531 ctf_next_t *i = NULL; in ctf_link()
[all …]
H A Dctf-impl.h543 ctf_next_t *ctn_next;
657 extern int ctf_dynhash_next (ctf_dynhash_t *, ctf_next_t **,
659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
H A Dctf-subr.c271 ctf_errwarning_next (ctf_dict_t *fp, ctf_next_t **it, int *is_warning, in ctf_errwarning_next()
274 ctf_next_t *i = *it; in ctf_errwarning_next()
H A Dctf-dedup.c569 ctf_next_t *i = NULL; in ctf_dedup_rhash_type()
1220 ctf_next_t *i = NULL; in ctf_dedup_populate_mappings()
1307 ctf_next_t *i = NULL; in ctf_dedup_mark_conflicting_hash()
1422 ctf_next_t *i = NULL; in ctf_dedup_detect_name_ambiguity()
1434 ctf_next_t *j = NULL; in ctf_dedup_detect_name_ambiguity()
1737 ctf_next_t *i = NULL; in ctf_dedup_multiple_input_dicts()
1830 ctf_next_t *i = NULL; in ctf_dedup_conflictify_unshared()
1904 ctf_next_t *it = NULL; in ctf_dedup()
2208 ctf_next_t *i = NULL; in ctf_dedup_rwalk_output_mapping()
2370 ctf_next_t *i = NULL; in ctf_dedup_walk_output_mapping()
[all …]
H A Dctf-archive.c914 ctf_next_t *i = NULL; in ctf_arc_lookup_sym_or_name()
1054 ctf_next_t *i = NULL; in ctf_archive_iter()
1084 ctf_archive_next (const ctf_archive_t *wrapper, ctf_next_t **it, const char **name, in ctf_archive_next()
1088 ctf_next_t *i = *it; in ctf_archive_next()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dpptrtab.c10 ctf_next_t *i = NULL; in main()
H A Dnonstatic-var-section-ld-r.c13 ctf_next_t *i = NULL; in main()
H A Dnonstatic-var-section-ld.c13 ctf_next_t *i = NULL; in main()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Denum-symbol.c14 ctf_next_t *i = NULL; in main()
H A Denum.c19 ctf_next_t *i = NULL; in main()
H A Dstruct-iteration.c25 ctf_next_t *i = NULL; in main()

12