Searched refs:funcoff (Results 1 – 4 of 4) sorted by relevance
257 uint_t funcoff = hp->cth_funcoff; in init_symtab() local302 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()
373 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local411 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()
116 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()
178 uint32_t funcoff;184 uint32_t funcoff; global() member