reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
47 switch (RI.r_type) { 49 if (!RI.r_pcrel) { 50 if (RI.r_length == 3) 51 return RI.r_extern ? Pointer64 : Pointer64Anon; 52 else if (RI.r_length == 2) 60 if (!RI.r_pcrel && RI.r_extern) { 60 if (!RI.r_pcrel && RI.r_extern) { 61 if (RI.r_length == 2) 63 else if (RI.r_length == 3) 68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 72 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 72 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 72 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 76 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 76 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 76 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 80 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 80 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 80 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 84 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 84 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 84 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 88 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 88 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 88 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 92 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2) 92 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2) 92 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2) 99 formatv("{0:x8}", RI.r_address) + 100 ", symbolnum=" + formatv("{0:x6}", RI.r_symbolnum) + 101 ", kind=" + formatv("{0:x1}", RI.r_type) + 102 ", pc_rel=" + (RI.r_pcrel ? "true" : "false") + 103 ", extern=" + (RI.r_extern ? "true" : "false") + 104 ", length=" + formatv("{0:d}", RI.r_length));