Searched refs:next_type (Results 1 – 4 of 4) sorted by relevance
1584 const struct btf_type *next_type) in env_type_is_resolve_sink() argument1589 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()1594 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()1595 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()1600 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()1601 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()1602 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()2369 const struct btf_type *next_type; in btf_modifier_resolve() local2373 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()2374 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()[all …]
388 void *next_type = btf->types_data; in btf_parse_type_sec() local389 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec()392 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()394 btf_bswap_type_base(next_type); in btf_parse_type_sec()396 type_size = btf_type_size(next_type); in btf_parse_type_sec()399 if (next_type + type_size > end_type) { in btf_parse_type_sec()404 if (btf->swapped_endian && btf_bswap_type_rest(next_type)) in btf_parse_type_sec()407 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()411 next_type += type_size; in btf_parse_type_sec()415 if (next_type != end_type) { in btf_parse_type_sec()
2239 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument2252 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()2255 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
2527 goto next_type; in replay_dir_deletes()2547 next_type: in replay_dir_deletes()