Searched refs:ELF64_ST_INFO (Results 1 – 13 of 13) sorted by relevance
/netbsd/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 441 #define ELF64_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro 750 #define ELF_ST_INFO ELF64_ST_INFO
|
/netbsd/external/bsd/elftoolchain/dist/libelf/ |
H A D | gelf.h | 68 #define GELF_ST_INFO ELF64_ST_INFO
|
/netbsd/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 898 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd/external/gpl3/gdb/dist/include/elf/ |
H A D | common.h | 901 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd/external/gpl3/gdb.old/dist/include/elf/ |
H A D | common.h | 901 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1027 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd/sys/sys/ |
H A D | exec_elf.h | 1267 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | mkoffload.cc | 470 sym->st_info = ELF64_ST_INFO (STB_WEAK, type); in copy_early_debug_info()
|
/netbsd/external/bsd/elftoolchain/dist/common/sys/ |
H A D | elfdefinitions.m4 | 573 #define ELF64_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF))
|
/netbsd/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Elf.cc | 516 dst->st_info = ELF64_ST_INFO (ELF32_ST_BIND (decode (hdr->st_info)), in elf_getsym()
|