Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/kt-dump/
H A Dkt-dump.cpp103 template <typename T> struct macho_section { struct
107 macho_section(const section_64 &sec, std::span<uint8_t> data) in macho_section() function
146 decode_string(const macho_section<char> &sec_cstring, const char *string) in decode_string()
177 std::optional<macho_section<kalloc_type_view> > sec_types;
178 std::optional<macho_section<kalloc_type_var_view> > sec_types_var;
179 std::optional<macho_section<char> > sec_cstring;
374 sec_types = macho_section<kalloc_type_view>(sec, slice_contents);
379 sec_types_var = macho_section<kalloc_type_var_view>(sec, slice_contents);
384 sec_cstring = macho_section<char>(sec, slice_contents);