Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) macro

Completed in 1 milliseconds