Lines Matching defs:key
1308 const struct btf_member *key, *value;
1341 key = btf_members(container_type);
1342 value = key + 1;
1344 key_size = btf__resolve_size(btf, key->type);
1368 *key_type_id = key->type;
1374 static size_t strs_hash_fn(const void *key, void *ctx)
1377 const char *str = btf->strs_data + (long)key;
2946 static size_t btf_dedup_identity_hash_fn(const void *key, void *ctx)
2948 return (size_t)key;
2951 static size_t btf_dedup_collision_hash_fn(const void *key, void *ctx)