Home
last modified time | relevance | path

Searched refs:R_SPARC_NONE (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/sparc/sparc32/
Ddl-irel.h56 else if (r_type == R_SPARC_NONE) in elf_irela()
Ddl-machine.h267 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()
/glibc-2.36/sysdeps/sparc/sparc64/
Ddl-irel.h59 else if (r_type == R_SPARC_NONE) in elf_irela()
Ddl-machine.h291 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()
/glibc-2.36/elf/
Delf.h1563 #define R_SPARC_NONE 0 /* No reloc */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.94984 (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.