Searched refs:ELF64_ST_INFO (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h67 #define GELF_ST_INFO ELF64_ST_INFO
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h477 #define ELF64_ST_INFO ELF_ST_INFO macro
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2806 #define ELF64_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro

Completed in 176 milliseconds