| /src/external/cddl/osnet/dist/uts/common/sys/ |
| ctf.h | 62 __uint32_t ctt_name; member in struct:ctf_stype_v2 71 __uint32_t ctt_name; member in struct:ctf_stype_v3 80 __uint32_t ctt_name; member in struct:ctf_type_v2 91 __uint32_t ctt_name; member in struct:ctf_type_v3
|
| /src/external/gpl3/binutils/dist/include/ |
| ctf.h | 244 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype_v1 264 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type_v1 287 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 307 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 333 ctt_info and ctt_name, as well as other structures that contain name 356 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 357 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 360 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 421 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/gpl3/binutils.old/dist/include/ |
| ctf.h | 243 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype_v1 263 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type_v1 286 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 306 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 332 ctt_info and ctt_name, as well as other structures that contain name 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 356 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 359 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 420 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/gpl3/gcc/dist/include/ |
| ctf.h | 243 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype_v1 263 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type_v1 286 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 306 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 332 ctt_info and ctt_name, as well as other structures that contain name 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 356 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 359 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 420 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/gpl3/gdb.old/dist/include/ |
| ctf.h | 243 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype_v1 263 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type_v1 286 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 306 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 332 ctt_info and ctt_name, as well as other structures that contain name 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 356 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 359 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 420 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/gpl3/gdb/dist/include/ |
| ctf.h | 243 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype_v1 263 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type_v1 286 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 306 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 332 ctt_info and ctt_name, as well as other structures that contain name 355 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 356 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 359 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 420 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_open.c | 528 ctt->ctt_name); 551 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); 559 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); 589 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); 619 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); 629 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); 658 ctt->ctt_name); 681 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name);
|
| /src/external/gpl3/gcc.old/dist/include/ |
| ctf.h | 214 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_stype 234 uint32_t ctt_name; /* Reference to name in string table. */ member in struct:ctf_type 260 ctt_info and ctt_name, as well as other structures that contain name 283 stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1) 284 offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset 287 c.ctt_name = CTF_TYPE_NAME(stid, offset); */ 348 #define CTF_K_FORWARD 9 /* No additional data; ctt_name is tag. */
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-create.c | 203 if (flag == CTF_ADD_ROOT && dtd->dtd_data.ctt_name 204 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 259 if (dtd->dtd_data.ctt_name 260 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 264 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 387 if (dtd->dtd_data.ctt_name 388 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL 392 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 466 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); [all...] |
| ctf-open.c | 518 t2p->ctt_name = tp->ctt_name; 850 name = ctf_strptr (fp, tp->ctt_name); 889 tp->ctt_name); 908 tp->ctt_name); 922 tp->ctt_name); 938 tp->ctt_name); 951 tp->ctt_name); 971 tp->ctt_name); 988 tp->ctt_name); [all...] |
| ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0')
|
| ctf-serialize.c | 829 if (copied->ctt_name 830 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) 831 ctf_str_add_ref (fp, name, &copied->ctt_name);
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-create.c | 203 if (flag == CTF_ADD_ROOT && dtd->dtd_data.ctt_name 204 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 259 if (dtd->dtd_data.ctt_name 260 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 264 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 387 if (dtd->dtd_data.ctt_name 388 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL 392 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 466 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); [all...] |
| ctf-open.c | 518 t2p->ctt_name = tp->ctt_name; 850 name = ctf_strptr (fp, tp->ctt_name); 889 tp->ctt_name); 908 tp->ctt_name); 922 tp->ctt_name); 938 tp->ctt_name); 951 tp->ctt_name); 971 tp->ctt_name); 988 tp->ctt_name); [all...] |
| ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0')
|
| ctf-serialize.c | 823 if (copied->ctt_name 824 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) 825 ctf_str_add_ref (fp, name, &copied->ctt_name);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-create.c | 204 if (flag == CTF_ADD_ROOT && dtd->dtd_data.ctt_name 205 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 260 if (dtd->dtd_data.ctt_name 261 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 265 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 388 if (dtd->dtd_data.ctt_name 389 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL 393 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 467 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); [all...] |
| ctf-open.c | 518 t2p->ctt_name = tp->ctt_name; 850 name = ctf_strptr (fp, tp->ctt_name); 889 tp->ctt_name); 908 tp->ctt_name); 922 tp->ctt_name); 938 tp->ctt_name); 951 tp->ctt_name); 971 tp->ctt_name); 988 tp->ctt_name); [all...] |
| ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0')
|
| ctf-serialize.c | 823 if (copied->ctt_name 824 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) 825 ctf_str_add_ref (fp, name, &copied->ctt_name);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-create.c | 203 if (flag == CTF_ADD_ROOT && dtd->dtd_data.ctt_name 204 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 259 if (dtd->dtd_data.ctt_name 260 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) 264 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 387 if (dtd->dtd_data.ctt_name 388 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL 392 ctf_str_remove_ref (fp, name, &dtd->dtd_data.ctt_name); 466 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); [all...] |
| ctf-open.c | 518 t2p->ctt_name = tp->ctt_name; 850 name = ctf_strptr (fp, tp->ctt_name); 889 tp->ctt_name); 908 tp->ctt_name); 922 tp->ctt_name); 938 tp->ctt_name); 951 tp->ctt_name); 971 tp->ctt_name); 988 tp->ctt_name); [all...] |
| ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0')
|
| ctf-serialize.c | 829 if (copied->ctt_name 830 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) 831 ctf_str_add_ref (fp, name, &copied->ctt_name);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 248 SWAP_32(ctt->ctt_name); 261 SWAP_32(cts->ctt_name); 276 SWAP_32(cts->ctt_name); 317 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); 326 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); 1117 name = ctt->ctt_name; 1122 name = ctt->ctt_name;
|