Searched refs:ctf_dictops (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-impl.h | 139 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 D | ctf-inlines.h | 40 return (fp->ctf_dictops->ctfo_get_ctt_size (fp, tp, sizep, incrementp)); in ctf_get_ctt_size()
|
H A D | ctf-open.c | 208 static const ctf_dictops_t ctf_dictops[] = { variable 393 fp->ctf_dictops = &ctf_dictops[ctf_version]; in ctf_set_version()
|
H A D | ChangeLog-2020 | 232 (ctf_dictops): ... this. 237 <ctf_dictops>: ... this.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-impl.h | 139 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 D | ctf-inlines.h | 40 return (fp->ctf_dictops->ctfo_get_ctt_size (fp, tp, sizep, incrementp)); in ctf_get_ctt_size()
|
H A D | ctf-open.c | 208 static const ctf_dictops_t ctf_dictops[] = { variable 393 fp->ctf_dictops = &ctf_dictops[ctf_version]; in ctf_set_version()
|
H A D | ChangeLog-2020 | 232 (ctf_dictops): ... this. 237 <ctf_dictops>: ... this.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 232 (ctf_dictops): ... this. 237 <ctf_dictops>: ... this.
|