Searched defs:parent_type (Results 1 – 6 of 6) sorted by relevance
/minix3/minix/lib/libmagicrt/ |
H A D | magic_selement.c | 86 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 D | magic_analysis.c | 322 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 D | magic.c | 1924 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 D | magic_st.c | 832 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 D | magic_structs.h | 174 const struct _magic_type *parent_type; member
|
H A D | magic.h | 1166 #define magic_type_walk(parent_type, parent_offset, child_num, type, offset, \ argument
|