Home
last modified time | relevance | path

Searched refs:EXT_KSYM (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.c581 EXT_KSYM, enumerator
3468 if (ext->type == EXT_KSYM && ext->ksym.type_id) in obj_needs_vmlinux_btf()
4300 ext->type = EXT_KSYM; in bpf_object__collect_externs()
4335 if (ext->type != EXT_KSYM) in bpf_object__collect_externs()
7848 if (ext->type != EXT_KSYM) in bpf_program_record_relos()
8170 if (!ext || ext->type != EXT_KSYM) in kallsyms_cb()
8362 if (ext->type != EXT_KSYM || !ext->ksym.type_id) in bpf_object__resolve_ksyms_btf_id()
8400 if (ext->type == EXT_KSYM) { in bpf_object__resolve_externs()