Searched defs:ELF_ST_INFO (Results 1 – 6 of 6) sorted by relevance
92 #define ELF_ST_INFO __ELFN(ST_INFO) macro
236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
642 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
675 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
879 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro