Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dctf.h26 struct ctf_header { struct
27 uint16_t cth_magic;
28 uint8_t cth_version;
29 uint8_t cth_flags;
30 uint32_t cth_parlabel;
31 uint32_t cth_parname;
32 uint32_t cth_lbloff;
33 uint32_t cth_objtoff;
34 uint32_t cth_funcoff;
35 uint32_t cth_typeoff;
[all …]