Home
last modified time | relevance | path

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

/openbmc/qemu/include/
H A Delf.h302 #define ELF_ST_INFO(bind, type) (((bind) << 4) | ((type) & 0xf)) macro
/openbmc/qemu/tcg/
H A Dtcg.c6390 .st_info = ELF_ST_INFO(STB_GLOBAL, STT_FUNC), in tcg_register_jit_int()