Searched defs:ELF64_ST_INFO (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/tools/amiga-elf2bb/sys/
H A Dexec_elf.h441 #define ELF64_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
/netbsd-current/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-current/sys/sys/
H A Dexec_elf.h1267 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h901 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h1030 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1027 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1054 #define ELF64_ST_INFO ELF_ST_INFO macro

Completed in 173 milliseconds