Home
last modified time | relevance | path

Searched defs:ctf_header_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h172 struct ctf_header_t { struct
173 ctf_preamble_t preamble;
174 uint32_t parlabel;
175 uint32_t parname;
176 uint32_t lbloff;
177 uint32_t objtoff;
178 uint32_t funcoff;
179 uint32_t typeoff;
180 uint32_t stroff;
181 uint32_t strlen;
/freebsd-src/sys/sys/
H A Dctf.h52 } ctf_header_t; typedef