Home
last modified time | relevance | path

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

/freebsd-head/contrib/elftoolchain/libelf/
HDgelf.h69 #define GELF_ST_VISIBILITY ELF64_ST_VISIBILITY
/freebsd-head/sys/sys/
HDelf64.h221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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-head/contrib/elftoolchain/common/
HDelfdefinitions.h2813 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro