Searched refs:ctfdata (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c132 ctfsect.cts_data = mp->ctfdata;
162 if (!ctf_leave_compressed && (caddr_t)fp->ctf_base != mp->ctfdata) {
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c851 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) argument
853 caddr_t buf = ctfdata + h->cth_lbloff;
854 caddr_t sbuf = ctfdata + h->cth_stroff;
897 caddr_t ctfdata, symit_data_t *si)
899 caddr_t buf = ctfdata + h->cth_objtoff;
940 caddr_t ctfdata, symit_data_t *si)
942 caddr_t buf = ctfdata + h->cth_funcoff;
1009 caddr_t ctfdata, int maxid)
1011 caddr_t buf = ctfdata + h->cth_typeoff;
1013 caddr_t sbuf = ctfdata
896 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, caddr_t ctfdata, symit_data_t *si) argument
939 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, caddr_t ctfdata, symit_data_t *si) argument
1008 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, caddr_t ctfdata, int maxid) argument
1352 caddr_t ctfdata; local
[all...]
H A Dinput.c91 Elf_Data *ctfdata = NULL; local
106 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL)
115 td = ctf_load(file, ctfdata->d_buf, ctfdata->d_size, si, label);
H A Doutput.c458 caddr_t ctfdata, size_t ctfsize, int flags)
687 ddata->d_buf = ctfdata;
457 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, caddr_t ctfdata, size_t ctfsize, int flags) argument
/freebsd-10.0-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c501 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); local
551 info = *((const ushort_t *)(ctfdata + funcoff));
604 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); local
614 tbuf = (const ctf_type_t *) (ctfdata + hp->cth_typeoff);
615 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff);
770 *xp = (uint32_t)((uintptr_t) tp - (uintptr_t) ctfdata);
H A Dfbt.c578 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); local
628 info = *((const ushort_t *)(ctfdata + funcoff));
681 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); local
691 tbuf = (const ctf_type_t *) (ctfdata + hp->cth_typeoff);
692 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff);
847 *xp = (uint32_t)((uintptr_t) tp - (uintptr_t) ctfdata);

Completed in 71 milliseconds