Searched refs:enumcmp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 1191 enumcmp(const char *name, int value, void *arg) in enumcmp() function 1523 if (ctf_enum_iter(src_fp, src_type, enumcmp, &dst) || in ctf_add_type() 1524 ctf_enum_iter(dst_fp, dst_type, enumcmp, &src)) in ctf_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 1426 enumcmp (const char *name, int value, void *arg) in enumcmp() function 1952 if (ctf_enum_iter (src_fp, src_type, enumcmp, &dst) in ctf_add_type_internal() 1953 || ctf_enum_iter (dst_fp, dst_type, enumcmp, &src)) in ctf_add_type_internal()
|
H A D | ChangeLog-2020 | 302 (enumcmp): Use ctf_err_warn, not ctf_dprintf, passing the err number 1802 (enumcmp): Likewise. 1870 * ctf-create.c (enumcmp): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 1396 enumcmp (const char *name, int value, void *arg) in enumcmp() function 1922 if (ctf_enum_iter (src_fp, src_type, enumcmp, &dst) in ctf_add_type_internal() 1923 || ctf_enum_iter (dst_fp, dst_type, enumcmp, &src)) in ctf_add_type_internal()
|
H A D | ChangeLog-2020 | 302 (enumcmp): Use ctf_err_warn, not ctf_dprintf, passing the err number 1802 (enumcmp): Likewise. 1870 * ctf-create.c (enumcmp): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 302 (enumcmp): Use ctf_err_warn, not ctf_dprintf, passing the err number 1802 (enumcmp): Likewise. 1870 * ctf-create.c (enumcmp): New.
|