Searched refs:ELF64_R_TYPE3 (Results 1 - 2 of 2) sorted by path

/bionic/linker/
H A Dlinker.cpp1351 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) {
1354 (unsigned)ELF64_R_TYPE3(rel->r_info), rel, idx);
H A Dlinker.h71 #define ELF64_R_TYPE3(info) (((info) >> 40) & 0xff) macro

Completed in 64 milliseconds