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

/gem5/ext/libelf/
H A Delf32.h197 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro

Completed in 4 milliseconds