Home
last modified time | relevance | path

Searched defs:ELF64_ST_VISIBILITY (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf64.d149 auto ELF64_ST_VISIBILITY(O)(O o) @safe { return o & 0x03; } in ELF64_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf64.d149 auto ELF64_ST_VISIBILITY(O)(O o) @safe { return o & 0x03; } in ELF64_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf64.d149 auto ELF64_ST_VISIBILITY(O)(O o) { return o & 0x03; } in ELF64_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf64.d158 auto ELF64_ST_VISIBILITY(O)(O o) { return o & 0x03; } in ELF64_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d470 alias ELF32_ST_VISIBILITY ELF64_ST_VISIBILITY; variable
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1037 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1064 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1132 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h1161 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1161 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/sys/sys/
H A Dexec_elf.h1268 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d406 alias ELF32_ST_VISIBILITY ELF64_ST_VISIBILITY; variable