Searched defs:ELF64_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/tools/lib/bpf/ | ||
D | libbpf_internal.h | 58 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro |
/linux-6.8/tools/perf/util/ | ||
D | symbol-elf.c | 55 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro |