Searched refs:typeoff (Results 1 – 4 of 4) sorted by relevance
158 uint32_t typeoff = hp->cth_typeoff; in db_ctf_typename_to_type() local178 while (typeoff < stroff) { in db_ctf_typename_to_type()181 typeoff); in db_ctf_typename_to_type()189 typeoff += skiplen; in db_ctf_typename_to_type()191 if (typeoff < stroff) { in db_ctf_typename_to_type()193 typeoff); in db_ctf_typename_to_type()219 uint32_t typeoff = hp->cth_typeoff; in db_ctf_typeid_to_type() local226 while (typeoff < stroff) { in db_ctf_typeid_to_type()229 typeoff); in db_ctf_typeid_to_type()239 typeoff += skiplen; in db_ctf_typeid_to_type()[all …]
117 ctf_header.typeoff = m_data.GetU32(&offset); in ParseHeader()217 if (!m_data.ValidOffset(m_body_offset + ctf_header.typeoff)) { in ParseHeader()220 ctf_header.typeoff); in ParseHeader()261 ctf_header.typeoff, ctf_header.stroff, ctf_header.strlen); in ParseHeader()723 lldb::offset_t type_offset = m_body_offset + m_header->typeoff; in ParseTypes()768 const lldb::offset_t function_offset_end = m_body_offset + m_header->typeoff; in ParseFunctions()
179 uint32_t typeoff;185 uint32_t typeoff; global() member
5516 Dwarf_Unsigned typeoff; in dump_dwarf_info() local5539 &typeoff, NULL, &de)) == DW_DLV_OK) { in dump_dwarf_info()5590 (uintmax_t) typeoff); in dump_dwarf_info()