Lines Matching full:else
33 #else
227 } else { in apply_rela_bits()
237 } else if (bits == 12) { in apply_rela_bits()
241 } else if (bits == 16) { in apply_rela_bits()
244 } else if (bits == 20) { in apply_rela_bits()
248 } else if (bits == 32) { in apply_rela_bits()
251 } else if (bits == 64) { in apply_rela_bits()
289 else if (r_type == R_390_12) in apply_rela()
291 else if (r_type == R_390_16) in apply_rela()
293 else if (r_type == R_390_20) in apply_rela()
295 else if (r_type == R_390_32) in apply_rela()
297 else if (r_type == R_390_64) in apply_rela()
308 else if (r_type == R_390_PC16DBL) in apply_rela()
310 else if (r_type == R_390_PC32DBL) in apply_rela()
312 else if (r_type == R_390_PC32) in apply_rela()
314 else if (r_type == R_390_PC64) in apply_rela()
341 else if (r_type == R_390_GOT16 || in apply_rela()
344 else if (r_type == R_390_GOT20 || in apply_rela()
347 else if (r_type == R_390_GOT32 || in apply_rela()
350 else if (r_type == R_390_GOT64 || in apply_rela()
353 else if (r_type == R_390_GOTENT || in apply_rela()
384 } else { in apply_rela()
397 else { in apply_rela()
409 else if (r_type == R_390_PLTOFF16) in apply_rela()
411 else if (r_type == R_390_PLT32DBL) in apply_rela()
413 else if (r_type == R_390_PLT32 || in apply_rela()
416 else if (r_type == R_390_PLT64 || in apply_rela()
427 else if (r_type == R_390_GOTOFF32) in apply_rela()
429 else if (r_type == R_390_GOTOFF64) in apply_rela()
438 else if (r_type == R_390_GOTPCDBL) in apply_rela()