ELF64_ST_VISIBILITY
#define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
#define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
#define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
|| ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
|| ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL))
#ifndef ELF64_ST_VISIBILITY
sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
int sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
#define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
#ifndef ELF64_ST_VISIBILITY
#define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)