Searched defs:ELF32_R_INFO (Results 1 – 8 of 8) sorted by relevance
859 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
1250 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
562 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
574 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
677 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro