/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-labels.c | 31 *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 D | ctf-open.c | 411 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 D | ctf-dump.c | 366 if (ctf_dump_header_sectfield (fp, state, "Label section", hp->cth_lbloff, in ctf_dump_header()
|
H A D | ctf-serialize.c | 1017 hdr.cth_lbloff = hdr.cth_objtoff = 0; in ctf_serialize()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-labels.c | 31 *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 D | ctf-open.c | 411 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 D | ctf-dump.c | 366 if (ctf_dump_header_sectfield (fp, state, "Label section", hp->cth_lbloff, in ctf_dump_header()
|
H A D | ctf-serialize.c | 1017 hdr.cth_lbloff = hdr.cth_objtoff = 0; in ctf_serialize()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_labels.c | 48 *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 D | ctf_open.c | 617 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 D | dump.c | 193 (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 D | ctf.h | 158 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 D | ctf.h | 158 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 D | ctf.h | 123 uint_t cth_lbloff; /* offset of label section */ member
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 153 uint32_t cth_lbloff; /* Offset of label section. */ member
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctf.c | 727 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 D | ctf-spec.info | 349 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 D | ctf-spec.texi | 409 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 D | ctf-spec.texi | 409 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 D | ctf-spec.info | 349 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)
|