Searched refs:ELF_RELOC_RELA (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/stand/common/ |
| HD | reloc_elf.c | 70 case ELF_RELOC_RELA: in __elfN() 141 case ELF_RELOC_RELA: in __elfN() 191 case ELF_RELOC_RELA: in __elfN()
|
| HD | bootstrap.h | 289 #define ELF_RELOC_RELA 2 macro
|
| HD | load_elf_obj.c | 541 &a, ELF_RELOC_RELA, base, off, val, len); in __elfN()
|
| HD | load_elf.c | 1309 error = __elfN(reloc)(ef, __elfN(symaddr), &a, ELF_RELOC_RELA,
|
| /freebsd-13-stable/sys/arm64/arm64/ |
| HD | elf_machdep.c | 170 case ELF_RELOC_RELA: in elf_reloc_internal() 182 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /freebsd-13-stable/sys/amd64/amd64/ |
| HD | elf_machdep.c | 313 case ELF_RELOC_RELA: in elf_reloc_internal() 325 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /freebsd-13-stable/sys/arm/arm/ |
| HD | elf_machdep.c | 206 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd-13-stable/sys/i386/i386/ |
| HD | elf_machdep.c | 196 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd-13-stable/sys/sys/ |
| HD | linker.h | 335 #define ELF_RELOC_RELA 2 macro
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | elf_machdep.c | 290 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd-13-stable/sys/powerpc/powerpc/ |
| HD | elf32_machdep.c | 252 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| HD | elf64_machdep.c | 341 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd-13-stable/sys/riscv/riscv/ |
| HD | elf_machdep.c | 322 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd-13-stable/sys/kern/ |
| HD | link_elf.c | 1467 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()
|
| HD | link_elf_obj.c | 1411 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()
|