Home
last modified time | relevance | path

Searched refs:ELF32_ST_INFO (Results 1 – 13 of 13) sorted by relevance

/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h398 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
634 #define ELF_ST_INFO ELF32_ST_INFO
/netbsd/external/bsd/elftosb/dist/common/
H A DELF.h280 #define ELF32_ST_INFO(b, t) (((b) << 4) + ((t) & 0x0f)) //!< Construct st_info value from binding a… macro
/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h437 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
727 #define ELF_ST_INFO ELF32_ST_INFO
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h895 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h898 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h898 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1024 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1126 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/sys/sys/
H A Dexec_elf.h1262 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c283 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf32()
300 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf32()
/netbsd/external/bsd/elftoolchain/dist/common/sys/
H A Delfdefinitions.m4569 #define ELF32_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF))