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

/bionic/libc/include/
H A Delf.h38 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) macro
/bionic/linker/
H A Dlinker.h72 #undef ELF64_R_INFO macro

Completed in 58 milliseconds