Searched refs:GELF_ST_VISIBILITY (Results 1 – 3 of 3) sorted by relevance
55 #ifndef GELF_ST_VISIBILITY56 #define GELF_ST_VISIBILITY(o) ((o) & 0x03) macro
735 && (GELF_ST_VISIBILITY(sym.st_other) == STV_HIDDEN in bpf_object__add_programs()736 || GELF_ST_VISIBILITY(sym.st_other) == STV_INTERNAL)) in bpf_object__add_programs()
42 #ifndef GELF_ST_VISIBILITY43 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro124 return GELF_ST_VISIBILITY(sym->st_other); in elf_sym__visibility()