Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_ctf.c158 uint32_t typeoff = hp->cth_typeoff; in db_ctf_typename_to_type() local
178 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()
226 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()
241 if (typeoff < stroff) { in db_ctf_typeid_to_type()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp117 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()
H A DSymbolFileCTF.h179 uint32_t typeoff; member
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5516 Dwarf_Unsigned typeoff; in dump_dwarf_info() local
5539 &typeoff, NULL, &de)) == DW_DLV_OK) { in dump_dwarf_info()
5590 (uintmax_t) typeoff); in dump_dwarf_info()