Searched refs:EXT_KSYM (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dlibbpf.c556 EXT_KSYM, enumerator in enum:extern_type
3377 if (ext->type == EXT_KSYM && ext->ksym.type_id)
4202 ext->type = EXT_KSYM;
4237 if (ext->type != EXT_KSYM)
5995 } else /* EXT_KSYM */ {
7705 if (ext->type != EXT_KSYM)
8018 if (!ext || ext->type != EXT_KSYM)
8210 if (ext->type != EXT_KSYM || !ext->ksym.type_id)
8248 if (ext->type == EXT_KSYM) {

Completed in 238 milliseconds