Home
last modified time | relevance | path

Searched refs:funcoff (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c257 uint_t funcoff = hp->cth_funcoff; in init_symtab() local
302 if (funcoff >= hp->cth_typeoff) { in init_symtab()
307 *xp = funcoff; in init_symtab()
309 info = *(uint_t *)((uintptr_t)fp->ctf_buf + funcoff); in init_symtab()
319 funcoff += fp->ctf_idwidth; in init_symtab()
321 funcoff += in init_symtab()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c373 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local
411 if (funcoff >= hp->cth_typeoff) { in fbt_ctfoff_init()
416 *ctfoff = funcoff; in fbt_ctfoff_init()
419 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init()
434 funcoff += idwidth; in fbt_ctfoff_init()
436 funcoff += idwidth * (vlen + 2); in fbt_ctfoff_init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp116 ctf_header.funcoff = m_data.GetU32(&offset); in ParseHeader()
209 if (!m_data.ValidOffset(m_body_offset + ctf_header.funcoff)) { in ParseHeader()
213 ctf_header.funcoff); in ParseHeader()
260 ctf_header.lbloff, ctf_header.objtoff, ctf_header.funcoff, in ParseHeader()
767 lldb::offset_t function_offset = m_body_offset + m_header->funcoff; in ParseFunctions()
885 const lldb::offset_t object_offset_end = m_body_offset + m_header->funcoff; in ParseObjects()
H A DSymbolFileCTF.h178 uint32_t funcoff;
184 uint32_t funcoff; global() member