Searched defs:ELF_ST_INFO (Results 1 – 2 of 2) sorted by relevance
566 #define ELF_ST_INFO ELF32_ST_INFO macro592 #define ELF_ST_INFO ELF64_ST_INFO macro
435 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro