Searched refs:next_type (Results 1 – 4 of 4) sorted by relevance
965 const struct btf_type *next_type) in env_type_is_resolve_sink() argument970 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()975 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()976 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()981 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()982 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()983 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()1609 const struct btf_type *next_type; in btf_modifier_resolve() local1613 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()1614 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()[all …]
184 void *next_type = nohdr_data + hdr->type_off; in btf_parse_type_sec() local187 while (next_type < end_type) { in btf_parse_type_sec()188 struct btf_type *t = next_type; in btf_parse_type_sec()195 next_type += type_size; in btf_parse_type_sec()
2249 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument2262 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()2265 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
2488 goto next_type; in replay_dir_deletes()2508 next_type: in replay_dir_deletes()