Searched refs:funcoff (Results 1 – 3 of 3) sorted by relevance
374 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local412 if (funcoff >= hp->cth_typeoff) { in fbt_ctfoff_init()417 *ctfoff = funcoff; in fbt_ctfoff_init()420 memcpy(&info, ctfdata + funcoff, idwidth); in fbt_ctfoff_init()435 funcoff += idwidth; in fbt_ctfoff_init()437 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; member