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

/macosx-10.10.1/dtrace-147/sys/
H A Delf.h608 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h514 #define ELF32_R_INFO(s,t) (((s) << 8) + ((t) & 0xff)) macro

Completed in 75 milliseconds