Home
last modified time | relevance | path

Searched refs:ELF32_ST_VISIBILITY (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h1063 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h1067 #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY macro
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h1127 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h1156 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd/src/sys/sys/
Dexec_elf.h1275 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other) macro
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_link.c301 sym->st_other = ELF32_ST_VISIBILITY(STV_HIDDEN); in prepare_elf32()