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

  /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)

Completed in 27 milliseconds