gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ELF32_ST_TYPE (0.01 seconds)
t2ex
t2ex_source/t2ex/load/src/elf.h - 16.2KB - 434 lines
195: #define ELF32_ST_BIND(info)             ((UB)(info) >> 4)
196: #define ELF32_ST_TYPE(info)             ((UB)(info) & 0xf)
197: #define ELF32_ST_INFO(bind, type)       (UB)(((bind) << 4) + ((type) & 0xf))