Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf32.d143 auto ELF32_ST_VISIBILITY(O)(O o) @safe { return o & 0x03; } in ELF32_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf32.d143 auto ELF32_ST_VISIBILITY(O)(O o) { return o & 0x03; } in ELF32_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf32.d143 auto ELF32_ST_VISIBILITY(O)(O o) { return o & 0x03; } in ELF32_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf32.d143 auto ELF32_ST_VISIBILITY(O)(O o) @safe { return o & 0x03; } in ELF32_ST_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d469 auto ELF32_ST_VISIBILITY(O)(O o) { return o & 0x07; } in ELF32_ST_VISIBILITY() function
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1036 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1063 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1127 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h1156 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1156 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/sys/sys/
H A Dexec_elf.h1263 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d405 auto ELF32_ST_VISIBILITY(O)(O o) { return o & 0x03; } in ELF32_ST_VISIBILITY() function