Searched defs:ELF64_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/sys/ | ||
| H A D | elf64.h | 221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro |
| /freebsd/contrib/elftoolchain/common/ | ||
| H A D | elfdefinitions.h | 2813 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro |