Home
last modified time | relevance | path

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

/minix3/minix/lib/libmagicrt/
H A Dmagic_selement.c86 PUBLIC int magic_selement_name_print_cb(const struct _magic_type* parent_type, in magic_selement_name_print_cb()
121 PUBLIC int magic_selement_name_get_cb(const struct _magic_type *parent_type, in magic_selement_name_get_cb()
873 const struct _magic_type* parent_type = parent_selement->type; in magic_selement_from_relative_name() local
H A Dmagic_analysis.c322 PUBLIC int magic_type_examine_ptr_cb(const struct _magic_type* parent_type, in magic_type_examine_ptr_cb()
355 PUBLIC int magic_type_extract_ptr_cb(const struct _magic_type* parent_type, in magic_type_extract_ptr_cb()
383 PUBLIC int magic_type_analyzer_cb(const struct _magic_type* parent_type, in magic_type_analyzer_cb()
H A Dmagic.c1924 PUBLIC int magic_type_walk_flags(const struct _magic_type* parent_type, in magic_type_walk_flags()
2084 PUBLIC int magic_type_walk_as_void_array(const struct _magic_type* parent_type, in magic_type_walk_as_void_array()
2098 PUBLIC int magic_type_walk_as_ptrint_array(const struct _magic_type* parent_type, in magic_type_walk_as_ptrint_array()
2131 PUBLIC int magic_type_str_print_cb(const struct _magic_type* parent_type, in magic_type_str_print_cb()
2145 PUBLIC int magic_type_count_cb(const struct _magic_type* parent_type, in magic_type_count_cb()
2157 PUBLIC int magic_type_child_offset_cb(const struct _magic_type* parent_type, in magic_type_child_offset_cb()
H A Dmagic_st.c832 PRIVATE int st_map_selement_from_sentry_cb(const struct _magic_type* parent_type, in st_map_selement_from_sentry_cb()
/minix3/minix/lib/libmagicrt/include/
H A Dmagic_structs.h174 const struct _magic_type *parent_type; member
H A Dmagic.h1166 #define magic_type_walk(parent_type, parent_offset, child_num, type, offset, \ argument