Searched defs:ELF_ST_INFO (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ | ||
H A D | elf_common.h | 47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) macro |
Completed in 1 milliseconds