Searched refs:ctfdata (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 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 1058 caddr_t ctfdata, int maxid) in resurrect_types() argument 1448 caddr_t ctfdata; in ctf_load() local 1472 ctfdata = xmalloc(ctfdatasz); in ctf_load() 1479 ctfdata = buf; in ctf_load() 1483 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 683 ddata->d_buf = ctfdata; in write_file()
|
| /freebsd-14.2/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-14.2/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 362 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init() local 413 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init() 541 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init() local 555 tbuf = (const void *) (ctfdata + hp->cth_typeoff); in fbt_typoff_init() 556 tend = (const void *) (ctfdata + hp->cth_stroff); in fbt_typoff_init() 709 *xp = (uint32_t)((uintptr_t) tp - (uintptr_t) ctfdata); in fbt_typoff_init()
|