Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c553 EXT_KSYM, enumerator
3183 if (ext->type == EXT_KSYM && ext->ksym.type_id)
4258 ext->type = EXT_KSYM;
4293 if (ext->type != EXT_KSYM)
6415 } else /* EXT_KSYM */ {
7714 if (ext->type != EXT_KSYM)
8011 if (!ext || ext->type != EXT_KSYM)
8203 if (ext->type != EXT_KSYM || !ext->ksym.type_id)
8241 if (ext->type == EXT_KSYM) {

Completed in 17 milliseconds