Home
last modified time | relevance | path

Searched refs:ctf_nvars (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h425 unsigned long ctf_nvars; /* Number of variables in ctf_vars. */ member
H A Dctf-lookup.c399 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t), in ctf_lookup_variable()
H A Dctf-types.c518 if (i->ctn_n >= fp->ctf_nvars) in ctf_variable_next()
H A Dctf-open.c354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t); in ctf_set_base()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h425 unsigned long ctf_nvars; /* Number of variables in ctf_vars. */ member
H A Dctf-lookup.c396 ent = bsearch (&key, fp->ctf_vars, fp->ctf_nvars, sizeof (ctf_varent_t), in ctf_lookup_variable()
H A Dctf-types.c519 if (i->ctn_n >= fp->ctf_nvars) in ctf_variable_next()
H A Dctf-open.c354 fp->ctf_nvars = (hp->cth_typeoff - hp->cth_varoff) / sizeof (ctf_varent_t); in ctf_set_base()