HomeSort by: relevance | last modified time | path
    Searched refs:ctf_base (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/ctf/
ctf_mod.c 162 if (!ctf_leave_compressed && (caddr_t)fp->ctf_base != mp->ctfdata) {
171 kobj_set_ctf(mp, (caddr_t)fp->ctf_base, fp->ctf_size);
172 fp->ctf_data.cts_data = fp->ctf_base;
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 350 fp->ctf_buf = base + (fp->ctf_buf - fp->ctf_base);
351 fp->ctf_base = base;
418 The upgrade is not done in-place: the ctf_base is moved. ctf_strptr() must
431 unsigned char *ctf_base, *old_ctf_base = (unsigned char *) fp->ctf_dynbase; local
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
480 /* Start at ctf_buf, not ctf_base, to squeeze out the original header: we
483 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff);
484 memcpy (ctf_base + cth->cth_stroff + increase,
487 memset (ctf_base + cth->cth_typeoff, 0, cth->cth_stroff - cth->cth_typeoff
493 fp->ctf_base = ctf_base
    [all...]
ctf-impl.h 407 unsigned char *ctf_base; /* CTF file pointer. */ member in struct:ctf_dict
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 350 fp->ctf_buf = base + (fp->ctf_buf - fp->ctf_base);
351 fp->ctf_base = base;
418 The upgrade is not done in-place: the ctf_base is moved. ctf_strptr() must
431 unsigned char *ctf_base, *old_ctf_base = (unsigned char *) fp->ctf_dynbase; local
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
480 /* Start at ctf_buf, not ctf_base, to squeeze out the original header: we
483 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff);
484 memcpy (ctf_base + cth->cth_stroff + increase,
487 memset (ctf_base + cth->cth_typeoff, 0, cth->cth_stroff - cth->cth_typeoff
493 fp->ctf_base = ctf_base
    [all...]
ctf-impl.h 407 unsigned char *ctf_base; /* CTF file pointer. */ member in struct:ctf_dict
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 350 fp->ctf_buf = base + (fp->ctf_buf - fp->ctf_base);
351 fp->ctf_base = base;
418 The upgrade is not done in-place: the ctf_base is moved. ctf_strptr() must
431 unsigned char *ctf_base, *old_ctf_base = (unsigned char *) fp->ctf_dynbase; local
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
480 /* Start at ctf_buf, not ctf_base, to squeeze out the original header: we
483 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff);
484 memcpy (ctf_base + cth->cth_stroff + increase,
487 memset (ctf_base + cth->cth_typeoff, 0, cth->cth_stroff - cth->cth_typeoff
493 fp->ctf_base = ctf_base
    [all...]
ctf-impl.h 398 unsigned char *ctf_base; /* CTF file pointer. */ member in struct:ctf_dict
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 350 fp->ctf_buf = base + (fp->ctf_buf - fp->ctf_base);
351 fp->ctf_base = base;
418 The upgrade is not done in-place: the ctf_base is moved. ctf_strptr() must
431 unsigned char *ctf_base, *old_ctf_base = (unsigned char *) fp->ctf_dynbase; local
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL)
480 /* Start at ctf_buf, not ctf_base, to squeeze out the original header: we
483 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff);
484 memcpy (ctf_base + cth->cth_stroff + increase,
487 memset (ctf_base + cth->cth_typeoff, 0, cth->cth_stroff - cth->cth_typeoff
493 fp->ctf_base = ctf_base
    [all...]
ctf-impl.h 407 unsigned char *ctf_base; /* CTF file pointer. */ member in struct:ctf_dict
  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 890 fp->ctf_base = base;
1116 if (fp->ctf_base != fp->ctf_data.cts_data && fp->ctf_base != NULL)
1117 ctf_data_free(__UNCONST(fp->ctf_base), fp->ctf_size);
ctf_impl.h 202 const uchar_t *ctf_base; /* base of CTF header + uncompressed buffer */ member in struct:ctf_file
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 500 const uchar_t *buf = fp->ctf_base;

Completed in 100 milliseconds