Home
last modified time | relevance | path

Searched defs:ELF_ST_VISIBILITY (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1032 #define ELF_ST_VISIBILITY(v) ((v) & 0x3) macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1059 #define ELF_ST_VISIBILITY(v) ((v) & 0x3) macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h548 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h550 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h550 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
/netbsd-src/sys/sys/
H A Dexec_elf.h642 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro