Home
last modified time | relevance | path

Searched refs:cth_lbloff (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c31 *ctl = (const ctf_lblent_t *) (fp->ctf_buf + h->cth_lbloff); in extract_label_info()
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
H A Dctf-open.c411 hp->cth_lbloff = oldhp->cth_lbloff; in upgrade_header()
1220 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); in ctf_flip()
1442 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size in ctf_bufopen_internal()
1451 if (hp->cth_lbloff > hp->cth_objtoff in ctf_bufopen_internal()
1463 if ((hp->cth_lbloff & 3) || (hp->cth_objtoff & 2) in ctf_bufopen_internal()
H A Dctf-dump.c366 if (ctf_dump_header_sectfield (fp, state, "Label section", hp->cth_lbloff, in ctf_dump_header()
H A Dctf-serialize.c1017 hdr.cth_lbloff = hdr.cth_objtoff = 0; in ctf_serialize()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c31 *ctl = (const ctf_lblent_t *) (fp->ctf_buf + h->cth_lbloff); in extract_label_info()
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
H A Dctf-open.c411 hp->cth_lbloff = oldhp->cth_lbloff; in upgrade_header()
1220 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); in ctf_flip()
1441 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size in ctf_bufopen_internal()
1450 if (hp->cth_lbloff > hp->cth_objtoff in ctf_bufopen_internal()
1462 if ((hp->cth_lbloff & 3) || (hp->cth_objtoff & 2) in ctf_bufopen_internal()
H A Dctf-dump.c366 if (ctf_dump_header_sectfield (fp, state, "Label section", hp->cth_lbloff, in ctf_dump_header()
H A Dctf-serialize.c1017 hdr.cth_lbloff = hdr.cth_objtoff = 0; in ctf_serialize()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c48 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()
49 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
H A Dctf_open.c617 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
622 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
628 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c193 (void) printf(" cth_lbloff = %u\n", hp->cth_lbloff); in print_header()
206 void *v = (void *) (cd->cd_ctfdata + hp->cth_lbloff); in print_labeltable()
208 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()
212 if (hp->cth_lbloff & 3) in print_labeltable()
214 if (hp->cth_lbloff >= cd->cd_ctflen) in print_labeltable()
218 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h158 uint32_t cth_lbloff; /* Offset of label section. */ member
173 uint32_t cth_lbloff; /* Offset of label section. */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h158 uint32_t cth_lbloff; /* Offset of label section. */ member
173 uint32_t cth_lbloff; /* Offset of label section. */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h123 uint_t cth_lbloff; /* offset of label section */ member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h153 uint32_t cth_lbloff; /* Offset of label section. */ member
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c727 h.cth_lbloff = 0; in ctf_gen()
754 SWAP_32(h.cth_lbloff); in ctf_gen()
863 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels()
865 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info349 uint32_t cth_lbloff;
384 0x10 ‘uint32_t cth_lbloff’ The offset of the label section, which tiles the
1412 * ctf_header_t, cth_lbloff: CTF header. (line 66)
1509 * cth_lbloff: CTF header. (line 66)
1632 * struct ctf_header, cth_lbloff: CTF header. (line 66)
H A Dctf-spec.texi409 uint32_t cth_lbloff;
462 @tab @code{uint32_t cth_lbloff}
463 @vindex cth_lbloff
464 @vindex struct ctf_header, cth_lbloff
465 @vindex ctf_header_t, cth_lbloff
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi409 uint32_t cth_lbloff;
462 @tab @code{uint32_t cth_lbloff}
463 @vindex cth_lbloff
464 @vindex struct ctf_header, cth_lbloff
465 @vindex ctf_header_t, cth_lbloff
H A Dctf-spec.info349 uint32_t cth_lbloff;
384 0x10 'uint32_t cth_lbloff' The offset of the label section, which tiles the
1412 * ctf_header_t, cth_lbloff: CTF header. (line 66)
1509 * cth_lbloff: CTF header. (line 66)
1632 * struct ctf_header, cth_lbloff: CTF header. (line 66)