Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c289 info = *(uint32_t *) ((uintptr_t) fp->ctf_buf + funcoff); in init_symtab()
322 fp->ctf_buf = base + (fp->ctf_buf - fp->ctf_base); in ctf_set_base()
324 fp->ctf_vars = (ctf_varent_t *) ((const char *) fp->ctf_buf + in ctf_set_base()
328 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *) fp->ctf_buf in ctf_set_base()
410 tbuf = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_typeoff); in upgrade_types_v1()
411 tend = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_stroff); in upgrade_types_v1()
455 memcpy (ctf_base, fp->ctf_buf, cth->cth_typeoff); in upgrade_types_v1()
457 fp->ctf_buf + cth->cth_stroff, cth->cth_strlen); in upgrade_types_v1()
466 fp->ctf_buf = ctf_base; in upgrade_types_v1()
470 t2buf = (ctf_type_t *) (fp->ctf_buf + cth->cth_typeoff); in upgrade_types_v1()
[all …]
H A Dctf-lookup.c301 type = *(uint32_t *) ((uintptr_t) fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_lookup_by_symbol()
385 dp = (uint32_t *) ((uintptr_t) fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_func_info()
426 dp = (uint32_t *) ((uintptr_t) fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2; in ctf_func_args()
H A Dctf-labels.c31 *ctl = (const ctf_lblent_t *) (fp->ctf_buf + h->cth_lbloff); in extract_label_info()
H A Dctf-impl.h260 unsigned char *ctf_buf; /* Uncompressed CTF data buffer. */ member
335 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf-create.c2085 buf = fp->ctf_buf; in ctf_gzwrite()
2123 fp->ctf_buf, fp->ctf_size)) != Z_OK) in ctf_compress_write()
2191 memcpy (bp, fp->ctf_buf, fp->ctf_size); in ctf_write_mem()
2198 fp->ctf_buf, fp->ctf_size)) != Z_OK) in ctf_write_mem()
2232 buf = fp->ctf_buf; in ctf_write()