HomeSort by: relevance | last modified time | path
    Searched defs:ctf_dictops (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version];
ctf-impl.h 137 typedef struct ctf_dictops struct
381 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member in struct:ctf_dict
607 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
608 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
609 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
611 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version];
ctf-impl.h 137 typedef struct ctf_dictops struct
381 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member in struct:ctf_dict
607 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
608 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
609 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
611 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version];
ctf-impl.h 133 typedef struct ctf_dictops struct
372 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member in struct:ctf_dict
598 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
599 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
600 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
602 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 208 static const ctf_dictops_t ctf_dictops[] = { variable
393 fp->ctf_dictops = &ctf_dictops[ctf_version];
ctf-impl.h 133 typedef struct ctf_dictops struct
371 const ctf_dictops_t *ctf_dictops; /* Version-specific dict operations. */ member in struct:ctf_dict
591 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_dictops->ctfo_get_kind(info))
592 #define LCTF_INFO_ISROOT(fp, info) ((fp)->ctf_dictops->ctfo_get_root(info))
593 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info))
595 ((fp)->ctf_dictops->ctfo_get_vbytes(fp, kind, size, vlen))

Completed in 32 milliseconds