Searched refs:ELF_RELOC_RELA (Results 1 – 14 of 14) sorted by relevance
| /freebsd/stand/common/ |
| H A D | reloc_elf.c | 74 case ELF_RELOC_RELA: in __elfN() 147 case ELF_RELOC_RELA: in __elfN() 197 case ELF_RELOC_RELA: in __elfN()
|
| H A D | bootstrap.h | 293 #define ELF_RELOC_RELA 2 macro
|
| H A D | load_elf_obj.c | 533 &a, ELF_RELOC_RELA, base, off, val, len); in __elfN()
|
| H A D | load_elf.c | 1303 error = __elfN(reloc)(ef, __elfN(symaddr), &a, ELF_RELOC_RELA,
|
| /freebsd/sys/arm64/arm64/ |
| H A D | elf_machdep.c | 215 case ELF_RELOC_RELA: in elf_reloc_internal() 227 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | elf_machdep.c | 306 case ELF_RELOC_RELA: in elf_reloc_internal() 318 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /freebsd/sys/i386/i386/ |
| H A D | elf_machdep.c | 192 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd/sys/arm/arm/ |
| H A D | elf_machdep.c | 205 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd/sys/sys/ |
| H A D | linker.h | 359 #define ELF_RELOC_RELA 2 macro
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | elf32_machdep.c | 251 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| H A D | elf64_machdep.c | 340 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | elf_machdep.c | 306 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /freebsd/sys/kern/ |
| H A D | link_elf.c | 1499 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 D | link_elf_obj.c | 1455 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()
|