Home
last modified time | relevance | path

Searched refs:ctn_iter_fun (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c428 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next; in ctf_dynhash_next()
432 if ((void (*) (void)) ctf_dynhash_next != i->ctn_iter_fun) in ctf_dynhash_next()
534 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next_sorted; in ctf_dynhash_next_sorted()
538 if ((void (*) (void)) ctf_dynhash_next_sorted != i->ctn_iter_fun) in ctf_dynhash_next_sorted()
730 i->ctn_iter_fun = (void (*) (void)) ctf_dynset_next; in ctf_dynset_next()
734 if ((void (*) (void)) ctf_dynset_next != i->ctn_iter_fun) in ctf_dynset_next()
H A Dctf-subr.c296 i->ctn_iter_fun = (void (*) (void)) ctf_errwarning_next; in ctf_errwarning_next()
300 if ((void (*) (void)) ctf_errwarning_next != i->ctn_iter_fun) in ctf_errwarning_next()
H A Dctf-util.c274 if (i->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_destroy()
292 if (i2->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_copy()
H A Dctf-types.c147 i->ctn_iter_fun = (void (*) (void)) ctf_member_next; in ctf_member_next()
152 if ((void (*) (void)) ctf_member_next != i->ctn_iter_fun) in ctf_member_next()
307 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next; in ctf_enum_next()
319 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun) in ctf_enum_next()
433 i->ctn_iter_fun = (void (*) (void)) ctf_type_next; in ctf_type_next()
437 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun) in ctf_type_next()
505 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next; in ctf_variable_next()
511 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun) in ctf_variable_next()
H A Dctf-lookup.c676 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next; in ctf_symbol_next()
681 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun) in ctf_symbol_next()
H A Dctf-archive.c1103 i->ctn_iter_fun = (void (*) (void)) ctf_archive_next; in ctf_archive_next()
1107 if ((void (*) (void)) ctf_archive_next != i->ctn_iter_fun) in ctf_archive_next()
H A Dctf-impl.h534 void (*ctn_iter_fun) (void); member
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c428 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next; in ctf_dynhash_next()
432 if ((void (*) (void)) ctf_dynhash_next != i->ctn_iter_fun) in ctf_dynhash_next()
534 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next_sorted; in ctf_dynhash_next_sorted()
538 if ((void (*) (void)) ctf_dynhash_next_sorted != i->ctn_iter_fun) in ctf_dynhash_next_sorted()
730 i->ctn_iter_fun = (void (*) (void)) ctf_dynset_next; in ctf_dynset_next()
734 if ((void (*) (void)) ctf_dynset_next != i->ctn_iter_fun) in ctf_dynset_next()
H A Dctf-subr.c296 i->ctn_iter_fun = (void (*) (void)) ctf_errwarning_next; in ctf_errwarning_next()
300 if ((void (*) (void)) ctf_errwarning_next != i->ctn_iter_fun) in ctf_errwarning_next()
H A Dctf-util.c284 if (i->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_destroy()
302 if (i2->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_copy()
H A Dctf-types.c147 i->ctn_iter_fun = (void (*) (void)) ctf_member_next; in ctf_member_next()
152 if ((void (*) (void)) ctf_member_next != i->ctn_iter_fun) in ctf_member_next()
306 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next; in ctf_enum_next()
318 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun) in ctf_enum_next()
432 i->ctn_iter_fun = (void (*) (void)) ctf_type_next; in ctf_type_next()
436 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun) in ctf_type_next()
504 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next; in ctf_variable_next()
510 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun) in ctf_variable_next()
H A Dctf-lookup.c664 i->ctn_iter_fun = (void (*) (void)) ctf_symbol_next; in ctf_symbol_next()
669 if ((void (*) (void)) ctf_symbol_next != i->ctn_iter_fun) in ctf_symbol_next()
H A Dctf-archive.c1101 i->ctn_iter_fun = (void (*) (void)) ctf_archive_next; in ctf_archive_next()
1105 if ((void (*) (void)) ctf_archive_next != i->ctn_iter_fun) in ctf_archive_next()
H A Dctf-impl.h534 void (*ctn_iter_fun) (void); member