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

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dcommon.h425 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro

Completed in 46 milliseconds