Searched refs:local_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.c149 const struct btf_type *local_type, *targ_type; local
153 local_type = btf_type_by_id(local_btf, local_id);
155 if (!btf_kind_core_compat(local_type, targ_type))
163 local_type = skip_mods_and_typedefs(local_btf, local_id, &local_id);
165 if (!local_type || !targ_type)
168 if (!btf_kind_core_compat(local_type, targ_type))
171 switch (btf_kind(local_type)) {
183 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0;
185 local_id = local_type->type;
189 local_id = btf_array(local_type)
417 const struct btf_type *local_type, *targ_type; local
488 const struct btf_type *local_type, *targ_type; local
1292 const struct btf_type *local_type; local
[all...]
H A Dlibbpf.c5734 const struct btf_type *local_type; local
5739 local_type = btf__type_by_id(local_btf, local_id);
5740 if (!local_type)
5743 local_name = btf__name_by_offset(local_btf, local_type->name_off);
5752 prog_name, relo_idx, local_id, btf_kind_str(local_type),
8107 const struct btf_type *local_type; local
8110 local_type = btf__type_by_id(obj->btf, local_type_id);
8111 local_name = btf__name_by_offset(obj->btf, local_type->name_off);
8116 btf_kind_str(local_type), local_name, targ_type_id,
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c245 acpi_object_type local_type; local
262 local_type = ACPI_TYPE_INTEGER;
268 local_type = ACPI_TYPE_STRING;
274 local_type = ACPI_TYPE_BUFFER;
281 local_type = ACPI_TYPE_PACKAGE;
289 local_type = ACPI_TYPE_FIELD_UNIT;
298 local_type = ACPI_TYPE_INTEGER;
303 local_type = ACPI_TYPE_BUFFER;
327 switch (local_type) {
356 local_type);
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c2255 const struct btf_type *local_type; local
2265 local_type = btf__type_by_id(local_btf, local_id);
2266 if (!local_type) {
2271 local_name = btf__name_by_offset(local_btf, local_type->name_off);
/linux-master/kernel/bpf/
H A Dbtf.c8603 const struct btf_type *local_type; local
8616 local_type = btf_type_by_id(local_btf, local_type_id);
8617 if (!local_type)
8620 name = btf_name_by_offset(local_btf, local_type->name_off);
8627 cands->kind = btf_kind(local_type);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3712 int local_type = local
3717 if (local_type & IPV6_ADDR_LINKLOCAL) {

Completed in 335 milliseconds