Searched refs:ELF64_ST_VISIBILITY (Results 1 – 4 of 4) sorted by relevance
69 #define GELF_ST_VISIBILITY ELF64_ST_VISIBILITY
221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
422 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN); in prepare_elf64()439 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN); in prepare_elf64()
2813 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro