Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDelf32.h151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/NextBSD/contrib/binutils/include/elf/
HDcommon.h541 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h2602 #define ELF32_R_INFO(S,T) (((S) << 8) + (unsigned char) (T)) macro