Searched refs:ctf_buf (Results 1 – 5 of 5) sorted by relevance
289 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 …]
301 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()
31 *ctl = (const ctf_lblent_t *) (fp->ctf_buf + h->cth_lbloff); in extract_label_info()
260 unsigned char *ctf_buf; /* Uncompressed CTF data buffer. */ member335 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
2085 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()