Searched refs:ELF64_ST_INFO (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h423 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
2373 #define ELF_ST_INFO(a,b) ELF64_ST_INFO(a,b)

Completed in 27 milliseconds