Searched refs:ELF_ST_INFO (Results 1 – 1 of 1) sorted by relevance
516 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ macro1028 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)1033 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)