Home
last modified time | relevance | path

Searched refs:funcoff (Results 1 – 4 of 4) sorted by last modified time

/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()
883 const lldb::offset_t object_offset_end = m_body_offset + m_header->funcoff; in ParseObjects()
H A DSymbolFileCTF.h178 uint32_t funcoff; member
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c366 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local
404 if (funcoff >= hp->cth_typeoff) { in fbt_ctfoff_init()
409 *ctfoff = funcoff; in fbt_ctfoff_init()
412 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init()
427 funcoff += idwidth; in fbt_ctfoff_init()
429 funcoff += idwidth * (vlen + 2); in fbt_ctfoff_init()
/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()