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

/gem5/ext/libelf/
H A Delf64.h148 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) macro
H A Dgelf.h63 #define GELF_R_INFO ELF64_R_INFO

Completed in 5 milliseconds