Searched refs:ctfdata (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 849 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels() 850 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_labels() 893 caddr_t ctfdata, symit_data_t *si) in resurrect_objects() argument 895 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects() 936 caddr_t ctfdata, symit_data_t *si) in resurrect_functions() argument 1005 caddr_t ctfdata, int maxid) in resurrect_types() argument 1339 caddr_t ctfdata; in ctf_load() local 1363 ctfdata = xmalloc(ctfdatasz); in ctf_load() 1370 ctfdata = buf; in ctf_load() 1374 td = ctf_parse(h, ctfdata, si, label); in ctf_load() [all …]
|
| H A D | input.c | 91 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 D | output.c | 456 caddr_t ctfdata, size_t ctfsize, int flags) in write_file() argument 685 ddata->d_buf = ctfdata; in write_file()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| H A D | ctf_mod.c | 132 ctfsect.cts_data = mp->ctfdata; in ctf_modopen() 162 if (!ctf_leave_compressed && (caddr_t)fp->ctf_base != mp->ctfdata) { in ctf_modopen()
|
| /freebsd-12.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 351 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init() local 399 info = *((const ushort_t *)(ctfdata + funcoff)); in fbt_ctfoff_init() 452 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init() local 462 tbuf = (const ctf_type_t *) (ctfdata + hp->cth_typeoff); in fbt_typoff_init() 463 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init() 618 *xp = (uint32_t)((uintptr_t) tp - (uintptr_t) ctfdata); in fbt_typoff_init()
|