Home
last modified time | relevance | path

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

/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h441 #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 Dgelf.h68 #define GELF_ST_INFO ELF64_ST_INFO
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h898 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h901 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h901 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1027 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/sys/sys/
H A Dexec_elf.h1267 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dmkoffload.cc470 sym->st_info = ELF64_ST_INFO (STB_WEAK, type); in copy_early_debug_info()
/netbsd/external/bsd/elftoolchain/dist/common/sys/
H A Delfdefinitions.m4573 #define ELF64_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF))
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc516 dst->st_info = ELF64_ST_INFO (ELF32_ST_BIND (decode (hdr->st_info)), in elf_getsym()