Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_ctf.c55 uint32_t objtoff = hp->cth_objtoff; in sym_to_objtoff() local
69 if (objtoff >= hp->cth_funcoff) { in sym_to_objtoff()
70 objtoff = DB_CTF_INVALID_OFF; in sym_to_objtoff()
87 objtoff += idwidth; in sym_to_objtoff()
90 return (objtoff); in sym_to_objtoff()
273 uint32_t objtoff, typeid; in db_ctf_sym_to_type() local
282 objtoff = sym_to_objtoff(&sd->lc, sd->sym, symtab, symtab_end); in db_ctf_sym_to_type()
284 if (objtoff == DB_CTF_INVALID_OFF) { in db_ctf_sym_to_type()
290 const uint32_t *)(sd->lc.ctftab + sizeof(ctf_header_t) + objtoff); in db_ctf_sym_to_type()
/freebsd/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()
884 lldb::offset_t object_offset = m_body_offset + m_header->objtoff; in ParseObjects()
H A DSymbolFileCTF.h177 uint32_t objtoff;
183 uint32_t objtoff; global() member
/freebsd/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()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c372 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init() local
400 if (objtoff >= hp->cth_funcoff || in fbt_ctfoff_init()
406 *ctfoff = objtoff; in fbt_ctfoff_init()
407 objtoff += idwidth; in fbt_ctfoff_init()