Home
last modified time | relevance | path

Searched refs:ctfdata (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c890 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) in resurrect_labels() argument
892 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels()
893 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_labels()
936 caddr_t ctfdata, symit_data_t *si) in resurrect_objects() argument
938 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects()
983 caddr_t ctfdata, symit_data_t *si) in resurrect_functions() argument
985 caddr_t buf = ctfdata + h->cth_funcoff; in resurrect_functions()
1058 caddr_t ctfdata, int maxid) in resurrect_types() argument
1060 caddr_t buf = ctfdata + h->cth_typeoff; in resurrect_types()
1062 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_types()
[all …]
H A Dinput.c91 Elf_Data *ctfdata = NULL; in read_file() local
106 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
115 td = ctf_load(file, ctfdata->d_buf, ctfdata->d_size, si, label); in read_file()
H A Doutput.c456 caddr_t ctfdata, size_t ctfsize, int flags) in write_file() argument
683 ddata->d_buf = ctfdata; in write_file()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c132 ctfsect.cts_data = mp->ctfdata; in ctf_modopen()
162 if (!ctf_leave_compressed && (caddr_t)fp->ctf_base != mp->ctfdata) { in ctf_modopen()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c368 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init() local
419 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init()
547 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init() local
561 tbuf = (const void *) (ctfdata + hp->cth_typeoff); in fbt_typoff_init()
562 tend = (const void *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
715 *xp = (uint32_t)((uintptr_t) tp - (uintptr_t) ctfdata); in fbt_typoff_init()