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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h861 #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char)(size)) macro
865 #define ELF64_M_INFO(sym, size) ELF32_M_INFO(sym, size)

Completed in 63 milliseconds