Home
last modified time | relevance | path

Searched refs:ELF_ST_INFO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) macro
H A Dmain.cpp287 o.symbs[2].st_info = o.symbs[1].st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);