Lines Matching defs:kind
530 int kind, ret;
532 btf_get_kernel_prefix_kind(type, &prefix, &kind);
533 gen->attach_kind = kind;
563 bool is_typeless, bool is_ld64, int kind, int insn_idx)
578 relo->kind = kind;
591 if (kdesc->kind == relo->kind && kdesc->is_ld64 == relo->is_ld64 &&
605 kdesc->kind = relo->kind;
624 emit(gen, BPF_MOV64_IMM(BPF_REG_3, relo->kind));
628 debug_ret(gen, "find_by_name_kind(%s,%d)", relo->name, relo->kind);
651 debug_ret(gen, "kallsyms_lookup_name(%s,%d)", relo->name, relo->kind);
872 relo->kind, relo->name, relo->insn_idx, relo->is_ld64 ? "ld64" : "call");