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

  /src/external/gpl3/binutils/dist/include/
ctf.h 155 ctf_preamble_t cth_preamble; member in struct:ctf_header_v2
169 ctf_preamble_t cth_preamble; member in struct:ctf_header
184 #define cth_magic cth_preamble.ctp_magic
185 #define cth_version cth_preamble.ctp_version
186 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 155 ctf_preamble_t cth_preamble; member in struct:ctf_header_v2
169 ctf_preamble_t cth_preamble; member in struct:ctf_header
184 #define cth_magic cth_preamble.ctp_magic
185 #define cth_version cth_preamble.ctp_version
186 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/gcc/dist/include/
ctf.h 155 ctf_preamble_t cth_preamble; member in struct:ctf_header_v2
169 ctf_preamble_t cth_preamble; member in struct:ctf_header
184 #define cth_magic cth_preamble.ctp_magic
185 #define cth_version cth_preamble.ctp_version
186 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 155 ctf_preamble_t cth_preamble; member in struct:ctf_header_v2
169 ctf_preamble_t cth_preamble; member in struct:ctf_header
184 #define cth_magic cth_preamble.ctp_magic
185 #define cth_version cth_preamble.ctp_version
186 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/gdb/dist/include/
ctf.h 155 ctf_preamble_t cth_preamble; member in struct:ctf_header_v2
169 ctf_preamble_t cth_preamble; member in struct:ctf_header
184 #define cth_magic cth_preamble.ctp_magic
185 #define cth_version cth_preamble.ctp_version
186 #define cth_flags cth_preamble.ctp_flags
  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 40 struct ctf_preamble cth_preamble; member in struct:ctf_header
41 #define cth_magic cth_preamble.ctp_magic
42 #define cth_version cth_preamble.ctp_version
43 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 149 ctf_preamble_t cth_preamble; member in struct:ctf_header
164 #define cth_magic cth_preamble.ctp_magic
165 #define cth_version cth_preamble.ctp_version
166 #define cth_flags cth_preamble.ctp_flags
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 1084 swap_thing (cth->cth_preamble.ctp_magic);
1085 swap_thing (cth->cth_preamble.ctp_version);
1086 swap_thing (cth->cth_preamble.ctp_flags);
ctf-create.c 108 static const ctf_header_t hdr = { .cth_preamble = { CTF_MAGIC, CTF_VERSION, 0 } };
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 1084 swap_thing (cth->cth_preamble.ctp_magic);
1085 swap_thing (cth->cth_preamble.ctp_version);
1086 swap_thing (cth->cth_preamble.ctp_flags);
ctf-create.c 108 static const ctf_header_t hdr = { .cth_preamble = { CTF_MAGIC, CTF_VERSION, 0 } };
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 1084 swap_thing (cth->cth_preamble.ctp_magic);
1085 swap_thing (cth->cth_preamble.ctp_version);
1086 swap_thing (cth->cth_preamble.ctp_flags);
ctf-create.c 109 static const ctf_header_t hdr = { .cth_preamble = { CTF_MAGIC, CTF_VERSION, 0 } };
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 1084 swap_thing (cth->cth_preamble.ctp_magic);
1085 swap_thing (cth->cth_preamble.ctp_version);
1086 swap_thing (cth->cth_preamble.ctp_flags);
ctf-create.c 108 static const ctf_header_t hdr = { .cth_preamble = { CTF_MAGIC, CTF_VERSION, 0 } };
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 58 static const ctf_header_t hdr = { .cth_preamble = {
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 739 SWAP_16(h.cth_preamble.ctp_magic);

Completed in 76 milliseconds