Searched defs:ELF64_ST_INFO (Results 1 – 3 of 3) sorted by relevance
227 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro