Searched defs:ELF32_R_INFO (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Delf32.h153 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2856 #define ELF32_R_INFO(S,T) (((S) << 8) + (unsigned char) (T)) macro
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dcommon.h541 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro

Completed in 107 milliseconds