Searched defs:ctf_header (Results 1 – 1 of 1) sorted by relevance
26 struct ctf_header { struct27 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 …]