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

/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h510 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro
/openbsd-current/sys/sys/
H A Dexec_elf.h402 #define ELF32_R_INFO(s,t) (((s) << 8) + (unsigned char)(t)) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h536 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro

Completed in 232 milliseconds