Home
last modified time | relevance | path

Searched refs:ELF64_ST_VISIBILITY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.h69 #define GELF_ST_VISIBILITY ELF64_ST_VISIBILITY
/freebsd/sys/sys/
H A Delf64.h221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c422 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN); in prepare_elf64()
439 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN); in prepare_elf64()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2813 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro