Home
last modified time | relevance | path

Searched refs:ctf_dictops (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h139 typedef struct ctf_dictops struct
371 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member
589 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
590 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
593 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))
H A Dctf-inlines.h40 return (fp->ctf_dictops->ctfo_get_ctt_size (fp, tp, sizep, incrementp)); in ctf_get_ctt_size()
H A Dctf-open.c208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version]; in ctf_set_version()
H A DChangeLog-2020232 (ctf_dictops): ... this.
237 <ctf_dictops>: ... this.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h139 typedef struct ctf_dictops struct
371 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member
589 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
590 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
593 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))
H A Dctf-inlines.h40 return (fp->ctf_dictops->ctfo_get_ctt_size (fp, tp, sizep, incrementp)); in ctf_get_ctt_size()
H A Dctf-open.c208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version]; in ctf_set_version()
H A DChangeLog-2020232 (ctf_dictops): ... this.
237 <ctf_dictops>: ... this.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020232 (ctf_dictops): ... this.
237 <ctf_dictops>: ... this.