Home | History | Annotate | Download | only in include

Lines Matching defs:ELF32_ST_INFO

431 #define ELF32_ST_INFO(bind, type)	(((bind) << 4) + ((type) & 0xf))
436 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))