Home
last modified time | relevance | path

Searched refs:ELF_RELOC_RELA (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/stand/common/
HDreloc_elf.c70 case ELF_RELOC_RELA: in __elfN()
141 case ELF_RELOC_RELA: in __elfN()
191 case ELF_RELOC_RELA: in __elfN()
HDbootstrap.h289 #define ELF_RELOC_RELA 2 macro
HDload_elf_obj.c541 &a, ELF_RELOC_RELA, base, off, val, len); in __elfN()
HDload_elf.c1309 error = __elfN(reloc)(ef, __elfN(symaddr), &a, ELF_RELOC_RELA,
/freebsd-13-stable/sys/arm64/arm64/
HDelf_machdep.c170 case ELF_RELOC_RELA: in elf_reloc_internal()
182 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
/freebsd-13-stable/sys/amd64/amd64/
HDelf_machdep.c313 case ELF_RELOC_RELA: in elf_reloc_internal()
325 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
/freebsd-13-stable/sys/arm/arm/
HDelf_machdep.c206 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd-13-stable/sys/i386/i386/
HDelf_machdep.c196 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd-13-stable/sys/sys/
HDlinker.h335 #define ELF_RELOC_RELA 2 macro
/freebsd-13-stable/sys/mips/mips/
HDelf_machdep.c290 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd-13-stable/sys/powerpc/powerpc/
HDelf32_machdep.c252 case ELF_RELOC_RELA: in elf_reloc_internal()
HDelf64_machdep.c341 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd-13-stable/sys/riscv/riscv/
HDelf_machdep.c322 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd-13-stable/sys/kern/
HDlink_elf.c1467 APPLY_RELOCS(rela, ef->rela, ef->relasize, ELF_RELOC_RELA); in relocate_file1()
1469 APPLY_RELOCS(rela, ef->pltrela, ef->pltrelasize, ELF_RELOC_RELA); in relocate_file1()
1906 ELF_RELOC_RELA, elf_lookup); in link_elf_reloc_local()
HDlink_elf_obj.c1411 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA, in relocate_file1()
1839 if (elf_reloc_local(lf, base, rela, ELF_RELOC_RELA, in link_elf_reloc_local()