Home | History | Annotate | Download | only in libelf

Lines Matching defs:ELF32_ST_INFO

438 #define ELF32_ST_INFO(bind, type)	(((bind) << 4) + ((type) & 0xf))
443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))