Searched defs:ELF_ST_INFO (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 727 #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 D | exec_elf.h | 634 #define ELF_ST_INFO ELF32_ST_INFO macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | simple-object-elf.c | 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | simple-object-elf.c | 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | simple-object-elf.c | 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | simple-object-elf.c | 236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1018 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1045 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 546 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 548 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 640 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro
|