Home
last modified time | relevance | path

Searched refs:cth_stroff (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/tools/ctf/dump/
Ddump.c121 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset; in ref_to_str()
129 if (hp->cth_stroff + offset >= cd->cd_ctflen) in ref_to_str()
204 (void) printf(" cth_stroff = %u\n", hp->cth_stroff); in print_header()
410 const char *end = (void *) (cd->cd_ctfdata + hp->cth_stroff); in read_types()
421 if (hp->cth_stroff >= cd->cd_ctflen) in read_types()
423 if (hp->cth_typeoff > hp->cth_stroff) in read_types()
731 const char *s = cd->cd_ctfdata + hp->cth_stroff; in read_strtab()
736 if (hp->cth_stroff >= cd->cd_ctflen) in read_strtab()
738 if (hp->cth_stroff + hp->cth_strlen > cd->cd_ctflen) in read_strtab()
1058 if ((buf = malloc(hp->cth_stroff + hp->cth_strlen)) == NULL) in main()
[all …]
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c735 h.cth_stroff = ctf_buf_cur(buf); in ctf_gen()
746 SWAP_32(h.cth_stroff); in ctf_gen()
818 while (dptr < data + h->cth_stroff) { in count_types()
903 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_labels()
1071 size_t bufsz = h->cth_stroff - h->cth_typeoff; in resurrect_types()
1072 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_types()
1404 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel); in ctf_parse()
1479 ctfdatasz = h->cth_stroff + h->cth_strlen; in ctf_load()
/netbsd/src/external/gpl3/gdb/dist/include/
Dctf.h163 uint32_t cth_stroff; /* Offset of string section. */ member
180 uint32_t cth_stroff; /* Offset of string section. */ member
/netbsd/src/external/gpl3/binutils/dist/include/
Dctf.h163 uint32_t cth_stroff; /* Offset of string section. */ member
180 uint32_t cth_stroff; /* Offset of string section. */ member
/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_open.c361 const void *tend = (const void *)(fp->ctf_buf + cth->cth_stroff); in init_types()
787 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
793 hp.cth_stroff > size) in ctf_bufopen()
799 hp.cth_typeoff > hp.cth_stroff) in ctf_bufopen()
882 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
Dctf_create.c378 hdr.cth_stroff = hdr.cth_typeoff + size; in ctf_update()
380 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
387 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff; in ctf_update()
/netbsd/src/external/gpl3/gcc/dist/include/
Dctf.h160 uint32_t cth_stroff; /* Offset of string section. */ member
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dctf.h50 __uint32_t cth_stroff; member
/netbsd/src/external/cddl/osnet/dev/fbt/
Dfbt.c592 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
942 strp = (const char *)(mc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t)); in ctf_strptr()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git136317 represented by the cth_stroff header field. Its length is recorded in