Searched refs:ELF_RELOC_RELA (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf_machdep.c | 164 case ELF_RELOC_RELA: in elf_reloc_internal() 176 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 290 case ELF_RELOC_RELA: in elf_reloc_internal() 302 KASSERT(type == ELF_RELOC_RELA, in elf_reloc_internal()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 296 #define ELF_RELOC_RELA 2 macro
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 187 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | elf_machdep.c | 189 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | elf_machdep.c | 210 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 319 #define ELF_RELOC_RELA 2 macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 286 case ELF_RELOC_RELA: in elf_reloc_internal()
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 1456 APPLY_RELOCS(rela, ef->rela, ef->relasize, ELF_RELOC_RELA); in relocate_file1() 1458 APPLY_RELOCS(rela, ef->pltrela, ef->pltrelasize, ELF_RELOC_RELA); in relocate_file1() 1853 ELF_RELOC_RELA, elf_lookup); in link_elf_reloc_local()
|
| H A D | link_elf_obj.c | 1333 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA, in relocate_file() 1715 if (elf_reloc_local(lf, base, rela, ELF_RELOC_RELA, in link_elf_reloc_local()
|