Searched refs:ELF64_ST_VISIBILITY (Results 1 – 10 of 10) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
61 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
36 #ifndef ELF64_ST_VISIBILITY37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro42 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
209 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
620 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro