Searched defs:ELF64_R_INFO (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h426 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)(sym)) << 32) + (type)) macro

Completed in 41 milliseconds