Searched defs:ELF32_ST_INFO (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Delf32.h209 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/freebsd-11.0-release/contrib/elftoolchain/common/
H A Delfdefinitions.h2740 #define ELF32_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro
/freebsd-11.0-release/contrib/binutils/include/elf/
H A Dcommon.h474 #define ELF32_ST_INFO ELF_ST_INFO macro

Completed in 69 milliseconds