Searched refs:ECTF_NOTFUNC (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_lookup.c | 259 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info() 263 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
|
H A D | ctf_impl.h | 261 ECTF_NOTFUNC, /* symtab entry does not refer to a function */ enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-lookup.c | 1034 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_info() 1052 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_args()
|
H A D | ctf-types.c | 1574 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_type_info()
|
H A D | ctf-create.c | 1363 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_add_funcobjt_sym()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-lookup.c | 1046 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_info() 1064 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_args()
|
H A D | ctf-types.c | 1583 return (ctf_set_errno (ofp, ECTF_NOTFUNC)); in ctf_func_type_info()
|
H A D | ctf-create.c | 1393 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_add_funcobjt_sym()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 215 _CTF_ITEM (ECTF_NOTFUNC, "Symbol table entry or type is not a function.") \
|
H A D | ChangeLog-2019 | 300 * ctf-api.h (ECTF_NOTFUNC): Fix description.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 215 _CTF_ITEM (ECTF_NOTFUNC, "Symbol table entry or type is not a function.") \
|
H A D | ChangeLog-2019 | 300 * ctf-api.h (ECTF_NOTFUNC): Fix description.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 300 * ctf-api.h (ECTF_NOTFUNC): Fix description.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 300 * ctf-api.h (ECTF_NOTFUNC): Fix description.
|