Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dreloc_elf.c74 case ELF_RELOC_RELA: in __elfN()
147 case ELF_RELOC_RELA: in __elfN()
197 case ELF_RELOC_RELA: in __elfN()
H A Dbootstrap.h293 #define ELF_RELOC_RELA 2 macro
H A Dload_elf_obj.c533 &a, ELF_RELOC_RELA, base, off, val, len); in __elfN()
H A Dload_elf.c1303 error = __elfN(reloc)(ef, __elfN(symaddr), &a, ELF_RELOC_RELA,
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c215 case ELF_RELOC_RELA: in elf_reloc_internal()
227 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c306 case ELF_RELOC_RELA: in elf_reloc_internal()
318 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
/freebsd/sys/i386/i386/
H A Delf_machdep.c192 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd/sys/arm/arm/
H A Delf_machdep.c205 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd/sys/sys/
H A Dlinker.h359 #define ELF_RELOC_RELA 2 macro
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c251 case ELF_RELOC_RELA: in elf_reloc_internal()
H A Delf64_machdep.c340 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c306 case ELF_RELOC_RELA: in elf_reloc_internal()
/freebsd/sys/kern/
H A Dlink_elf.c1499 APPLY_RELOCS(rela, ef->rela, ef->relasize, ELF_RELOC_RELA); in relocate_file1()
1502 APPLY_RELOCS(rela, ef->pltrela, ef->pltrelasize, ELF_RELOC_RELA); in relocate_file1()
1998 ELF_RELOC_RELA, elf_lookup); in link_elf_reloc_local()
H A Dlink_elf_obj.c1455 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA, in relocate_file1()
1918 if (elf_reloc_local(lf, base, rela, ELF_RELOC_RELA, in link_elf_reloc_local()