Home
last modified time | relevance | path

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

/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h727 #define ELF_ST_INFO ELF32_ST_INFO macro
750 #define ELF_ST_INFO ELF64_ST_INFO macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h634 #define ELF_ST_INFO ELF32_ST_INFO macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1018 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1045 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h546 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
/netbsd-src/sys/sys/
H A Dexec_elf.h640 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro