Searched refs:ELF_RELOC_REL (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 295 #define ELF_RELOC_REL 1 macro
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 171 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | elf_machdep.c | 182 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf_machdep.c | 157 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | elf_machdep.c | 203 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 318 #define ELF_RELOC_REL 1 macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 271 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 273 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 1455 APPLY_RELOCS(rel, ef->rel, ef->relsize, ELF_RELOC_REL); in relocate_file1() 1457 APPLY_RELOCS(rel, ef->pltrel, ef->pltrelsize, ELF_RELOC_REL); in relocate_file1() 1842 ELF_RELOC_REL, elf_lookup); in link_elf_reloc_local()
|
| H A D | link_elf_obj.c | 1301 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL, in relocate_file() 1685 if (elf_reloc_local(lf, base, rel, ELF_RELOC_REL, in link_elf_reloc_local()
|