| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-labels.c | 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
|
| ctf-open.c | 243 uint32_t objtoff = hp->cth_objtoff; 410 hp->cth_objtoff = oldhp->cth_objtoff; 1090 swap_thing (cth->cth_objtoff); 1332 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); 1333 flip_objts (buf + cth->cth_objtoff, cth->cth_funcoff - cth->cth_objtoff); 1520 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size 1529 if (hp->cth_lbloff > hp->cth_objtoff 1530 || hp->cth_objtoff > hp->cth_funcof [all...] |
| ctf-dump.c | 374 hp->cth_objtoff) < 0) 378 hp->cth_objtoff, hp->cth_funcoff) < 0)
|
| ctf-lookup.c | 942 tab = (uint32_t *) (fp->ctf_buf + hp->cth_objtoff); 981 if (fp->ctf_sxlate[n] >= hp->cth_objtoff 1079 symtypetab = (uint32_t *) (fp->ctf_buf + hp->cth_objtoff);
|
| ctf-serialize.c | 1032 hdr.cth_lbloff = hdr.cth_objtoff = 0; 1033 hdr.cth_funcoff = hdr.cth_objtoff + objt_size; 1050 t = (unsigned char *) buf + sizeof (ctf_header_t) + hdr.cth_objtoff;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-labels.c | 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
|
| ctf-open.c | 243 uint32_t objtoff = hp->cth_objtoff; 410 hp->cth_objtoff = oldhp->cth_objtoff; 1090 swap_thing (cth->cth_objtoff); 1332 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); 1333 flip_objts (buf + cth->cth_objtoff, cth->cth_funcoff - cth->cth_objtoff); 1520 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size 1529 if (hp->cth_lbloff > hp->cth_objtoff 1530 || hp->cth_objtoff > hp->cth_funcof [all...] |
| ctf-dump.c | 368 hp->cth_objtoff) < 0) 372 hp->cth_objtoff, hp->cth_funcoff) < 0)
|
| ctf-lookup.c | 942 tab = (uint32_t *) (fp->ctf_buf + hp->cth_objtoff); 981 if (fp->ctf_sxlate[n] >= hp->cth_objtoff 1079 symtypetab = (uint32_t *) (fp->ctf_buf + hp->cth_objtoff);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-labels.c | 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
|
| ctf-open.c | 243 uint32_t objtoff = hp->cth_objtoff; 410 hp->cth_objtoff = oldhp->cth_objtoff; 1090 swap_thing (cth->cth_objtoff); 1332 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); 1333 flip_objts (buf + cth->cth_objtoff, cth->cth_funcoff - cth->cth_objtoff); 1518 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size 1527 if (hp->cth_lbloff > hp->cth_objtoff 1528 || hp->cth_objtoff > hp->cth_funcof [all...] |
| ctf-dump.c | 368 hp->cth_objtoff) < 0) 372 hp->cth_objtoff, hp->cth_funcoff) < 0)
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-labels.c | 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
|
| ctf-open.c | 243 uint32_t objtoff = hp->cth_objtoff; 410 hp->cth_objtoff = oldhp->cth_objtoff; 1090 swap_thing (cth->cth_objtoff); 1332 flip_lbls (buf + cth->cth_lbloff, cth->cth_objtoff - cth->cth_lbloff); 1333 flip_objts (buf + cth->cth_objtoff, cth->cth_funcoff - cth->cth_objtoff); 1520 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size 1529 if (hp->cth_lbloff > hp->cth_objtoff 1530 || hp->cth_objtoff > hp->cth_funcof [all...] |
| ctf-dump.c | 368 hp->cth_objtoff) < 0) 372 hp->cth_objtoff, hp->cth_funcoff) < 0)
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_labels.c | 49 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
|
| ctf_open.c | 275 uint_t objtoff = hp->cth_objtoff; 791 if (hp.cth_lbloff > size || hp.cth_objtoff > size || 796 if (hp.cth_lbloff > hp.cth_objtoff || 797 hp.cth_objtoff > hp.cth_funcoff || 802 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) ||
|
| /src/external/cddl/osnet/dist/tools/ctf/dump/ |
| dump.c | 201 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff); 215 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); 223 if (hp->cth_objtoff >= cd->cd_ctflen) 224 WARN("file is truncated or cth_objtoff is corrupt\n"); 225 if (hp->cth_lbloff > hp->cth_objtoff) 226 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n"); 276 const char *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); 277 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / cd->cd_idwidth; 282 if (hp->cth_objtoff & 1 [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| ctf.h | 159 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header_v2 174 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|
| /src/external/gpl3/binutils.old/dist/include/ |
| ctf.h | 159 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header_v2 174 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|
| /src/external/gpl3/gcc/dist/include/ |
| ctf.h | 159 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header_v2 174 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|
| /src/external/gpl3/gdb.old/dist/include/ |
| ctf.h | 159 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header_v2 174 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|
| /src/external/gpl3/gdb/dist/include/ |
| ctf.h | 159 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header_v2 174 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| ctf.h | 47 __uint32_t cth_objtoff; member in struct:ctf_header
|
| /src/external/gpl3/gcc.old/dist/include/ |
| ctf.h | 154 uint32_t cth_objtoff; /* Offset of object section. */ member in struct:ctf_header
|