Searched refs:funcoff (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 373 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local 411 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()
|
| /freebsd/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_open.c | 257 uint_t funcoff = hp->cth_funcoff; in init_symtab() local 302 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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 117 ctf_header.funcoff = m_data.GetU32(&offset); in ParseHeader() 210 if (!m_data.ValidOffset(m_body_offset + ctf_header.funcoff)) { in ParseHeader() 214 ctf_header.funcoff); in ParseHeader() 261 ctf_header.lbloff, ctf_header.objtoff, ctf_header.funcoff, in ParseHeader() 766 lldb::offset_t function_offset = m_body_offset + m_header->funcoff; in ParseFunctions() 883 const lldb::offset_t object_offset_end = m_body_offset + m_header->funcoff; in ParseObjects()
|
| H A D | SymbolFileCTF.h | 178 uint32_t funcoff; 184 uint32_t funcoff; global() member
|
| /freebsd/usr.sbin/pmc/ |
| H A D | view.hh | 143 syminfo() : binary(""), name(""), offset(0), length(0), funcoff(0), in syminfo() 151 uint64_t funcoff; member
|
| H A D | view.cc | 85 } else if (funcoff) { in to_string() 86 ss << "+0x" << std::hex << funcoff; in to_string() 931 si.funcoff = addr - si.offset; in addrtosymbol() 938 si.funcoff = addr - si.offset; in addrtosymbol()
|