Searched refs:R_SPARC_NONE (Results 1 – 6 of 6) sorted by relevance
56 else if (r_type == R_SPARC_NONE) in elf_irela()
267 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela()469 else if (r_type == R_SPARC_NONE) in elf_machine_lazy_rel()
59 else if (r_type == R_SPARC_NONE) in elf_irela()
291 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela()570 else if (r_type == R_SPARC_NONE) in elf_machine_lazy_rel()
1563 #define R_SPARC_NONE 0 /* No reloc */ macro
4984 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.4992 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.