/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 308 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 D | ctf-api.h | 308 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 D | ctf-inlines.h | 50 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 D | ctf-util.c | 270 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 D | ctf-hash.c | 406 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 D | ctf-types.c | 74 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 D | ctf-link.c | 641 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 D | ctf-impl.h | 543 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 D | ctf-subr.c | 271 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 D | ctf-dedup.c | 569 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 D | ctf-util.c | 260 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 D | ctf-inlines.h | 50 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 D | ctf-hash.c | 406 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 D | ctf-types.c | 74 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 D | ctf-link.c | 656 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 D | ctf-impl.h | 543 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 D | ctf-subr.c | 271 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 D | ctf-dedup.c | 569 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 D | ctf-archive.c | 914 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 D | pptrtab.c | 10 ctf_next_t *i = NULL; in main()
|
H A D | nonstatic-var-section-ld-r.c | 13 ctf_next_t *i = NULL; in main()
|
H A D | nonstatic-var-section-ld.c | 13 ctf_next_t *i = NULL; in main()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | enum-symbol.c | 14 ctf_next_t *i = NULL; in main()
|
H A D | enum.c | 19 ctf_next_t *i = NULL; in main()
|
H A D | struct-iteration.c | 25 ctf_next_t *i = NULL; in main()
|