Home
last modified time | relevance | path

Searched defs:GELF_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dlibbpf_internal.h56 #define GELF_ST_VISIBILITY(o) ((o) & 0x03) macro
/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c43 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro