HomeSort by: relevance | last modified time | path
    Searched refs:CTF_NAME_STID (Results 1 - 15 of 15) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_hash.c 100 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)];
159 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)];
ctf_util.c 104 const ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)];
  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 34 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)];
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
44 if (CTF_NAME_STID (name) == CTF_STRTAB_1
54 if (CTF_NAME_STID (name) == CTF_STRTAB_0
93 if (CTF_NAME_STID (name) == CTF_STRTAB_1
95 && fp->ctf_str[CTF_NAME_STID (name)].cts_strs == NULL)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 34 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)];
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
44 if (CTF_NAME_STID (name) == CTF_STRTAB_1
54 if (CTF_NAME_STID (name) == CTF_STRTAB_0
93 if (CTF_NAME_STID (name) == CTF_STRTAB_1
95 && fp->ctf_str[CTF_NAME_STID (name)].cts_strs == NULL)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c 34 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)];
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
44 if (CTF_NAME_STID (name) == CTF_STRTAB_1
54 if (CTF_NAME_STID (name) == CTF_STRTAB_0
93 if (CTF_NAME_STID (name) == CTF_STRTAB_1
95 && fp->ctf_str[CTF_NAME_STID (name)].cts_strs == NULL)
  /src/external/gpl3/gdb/dist/libctf/
ctf-string.c 34 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)];
36 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL))
44 if (CTF_NAME_STID (name) == CTF_STRTAB_1
54 if (CTF_NAME_STID (name) == CTF_STRTAB_0
93 if (CTF_NAME_STID (name) == CTF_STRTAB_1
95 && fp->ctf_str[CTF_NAME_STID (name)].cts_strs == NULL)
  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 260 #define CTF_NAME_STID(n) ((n) >> 31)
  /src/external/gpl3/binutils/dist/include/
ctf.h 356 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
370 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
369 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/gpl3/gcc/dist/include/
ctf.h 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
369 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 283 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
297 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
369 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/gpl3/gdb/dist/include/
ctf.h 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
369 #define CTF_NAME_STID(name) ((name) >> 31)
  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 123 if (CTF_NAME_STID(name) != CTF_STRTAB_0)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 1129 if (CTF_NAME_STID(name) != CTF_STRTAB_0)

Completed in 61 milliseconds