Home
last modified time | relevance | path

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

/DragonStub/inc/
H A Delf.h573 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
578 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))