gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ELF32_R_SYM (0.00 seconds)
t2ex
t2ex_source/t2ex/load/src/elf.h - 16.2KB - 434 lines
231: /* r_info */
232: #define ELF32_R_SYM(info)       ((UW)(info)>>8)
233: #define ELF32_R_TYPE(info)      ((UB)(info))