Home
last modified time | relevance | path

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

/minix3/minix/lib/libmagicrt/include/
H A Dmagic.h1126 unsigned parent_offset, int child_num, const struct _magic_type* type,
1134 unsigned parent_offset, int child_num, const struct _magic_type* type,
1139 unsigned parent_offset, int child_num, const struct _magic_type* type,
1148 const unsigned parent_offset, int child_num, const struct _magic_type* type,
1151 const unsigned parent_offset, int child_num, const struct _magic_type* type,
1154 const unsigned parent_offset, int child_num, const struct _magic_type *type,
1157 const unsigned parent_offset, int child_num, const struct _magic_type* type,
1160 const unsigned parent_offset, int child_num, const struct _magic_type* type,
1166 #define magic_type_walk(parent_type, parent_offset, child_num, type, offset, \ argument
1168 magic_type_walk_flags(parent_type, parent_offset, child_num, type, offset, \
H A Dmagic_analysis.h391 const unsigned parent_offset, int child_num, const struct _magic_type* type,
394 const unsigned parent_offset, int child_num, const struct _magic_type* type,
397 const unsigned parent_offset, int child_num, const struct _magic_type* type,
/minix3/minix/lib/libmagicrt/
H A Dmagic_analysis.c323 const unsigned parent_offset, int child_num, in magic_type_examine_ptr_cb() argument
356 const unsigned parent_offset, int child_num, in magic_type_extract_ptr_cb() argument
384 const unsigned parent_offset, int child_num, const struct _magic_type* type, in magic_type_analyzer_cb() argument
428 ret = magic_type_walk_as_ptrint_array(parent_type, parent_offset, in magic_type_analyzer_cb()
439 selement.parent_address = (char *)sentry->address + parent_offset; in magic_type_analyzer_cb()
785 const unsigned parent_offset, int child_num, in magic_sentry_analyze_ptr_trg_cb() argument
836 sel->parent_address = trg_address + parent_offset; in magic_sentry_analyze_ptr_trg_cb()
H A Dmagic.c1925 unsigned parent_offset, int child_num, in magic_type_walk_flags() argument
1934 ret = cb(parent_type, parent_offset, child_num, type, offset, magic_depth, cb_args); in magic_type_walk_flags()
2085 unsigned parent_offset, int child_num, const struct _magic_type* type, in magic_type_walk_as_void_array() argument
2091 return magic_type_walk(parent_type, parent_offset, child_num, &void_array_type, in magic_type_walk_as_void_array()
2099 unsigned parent_offset, int child_num, const struct _magic_type* type, void* offset_addr, in magic_type_walk_as_ptrint_array() argument
2124 return magic_type_walk(parent_type, parent_offset, child_num, &ptrint_array_type, in magic_type_walk_as_ptrint_array()
2132 const unsigned parent_offset, int child_num, in magic_type_str_print_cb() argument
2146 const unsigned parent_offset, int child_num, in magic_type_count_cb() argument
2158 const unsigned parent_offset, int child_num, in magic_type_child_offset_cb() argument
H A Dmagic_selement.c87 const unsigned parent_offset, int child_num, in magic_selement_name_print_cb() argument
122 const unsigned parent_offset, int child_num, const struct _magic_type *type, in magic_selement_name_get_cb() argument
H A Dmagic_st.c652 unsigned parent_offset, offset; in transfer_struct_sel_cb() local
667 parent_offset = (unsigned)selement->parent_address - (unsigned)selement->sentry->address; in transfer_struct_sel_cb()
669 ret = magic_type_walk_flags(selement->parent_type, parent_offset, in transfer_struct_sel_cb()
833 const unsigned parent_offset, int child_num, in st_map_selement_from_sentry_cb() argument
852 cached_selement.parent_address = (char*)sentry->address + parent_offset; in st_map_selement_from_sentry_cb()
/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c2083 uint64_t offset, parent_offset; in register_CE() local
2125 parent_offset = heap->reqs[parent].offset; in register_CE()
2126 if (offset >= parent_offset) { in register_CE()