Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp115 ctf_header.objtoff = m_data.GetU32(&offset); in ParseHeader()
202 if (!m_data.ValidOffset(m_body_offset + ctf_header.objtoff)) { in ParseHeader()
205 ctf_header.objtoff); in ParseHeader()
260 ctf_header.lbloff, ctf_header.objtoff, ctf_header.funcoff, in ParseHeader()
882 lldb::offset_t object_offset = m_body_offset + m_header->objtoff; in ParseObjects()
H A DSymbolFileCTF.h177 uint32_t objtoff; member
/freebsd-14.2/sys/cddl/dev/fbt/
H A Dfbt.c366 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init() local
394 if (objtoff >= hp->cth_funcoff || in fbt_ctfoff_init()
400 *ctfoff = objtoff; in fbt_ctfoff_init()
401 objtoff += idwidth; in fbt_ctfoff_init()
/freebsd-14.2/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c256 uint_t objtoff = hp->cth_objtoff; in init_symtab() local
291 if (objtoff >= hp->cth_funcoff || in init_symtab()
297 *xp = objtoff; in init_symtab()
298 objtoff += fp->ctf_idwidth; in init_symtab()