Searched refs:ELF_RELOC_REL (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/common/ |
H A D | reloc_elf.c | 63 case ELF_RELOC_REL: in __elfN() 91 if (reltype == ELF_RELOC_REL) in __elfN() 138 case ELF_RELOC_REL: in __elfN() 162 if (reltype == ELF_RELOC_REL) in __elfN()
|
H A D | bootstrap.h | 290 #define ELF_RELOC_REL 1 macro
|
H A D | load_elf_obj.c | 551 &r, ELF_RELOC_REL, base, off, val, len); in __elfN()
|
H A D | load_elf.c | 1298 error = __elfN(reloc)(ef, __elfN(symaddr), &r, ELF_RELOC_REL,
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 185 case ELF_RELOC_REL: in elf_reloc_internal()
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 196 case ELF_RELOC_REL: in elf_reloc_internal()
|
/freebsd/sys/sys/ |
H A D | linker.h | 357 #define ELF_RELOC_REL 1 macro
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 190 case ELF_RELOC_REL: in elf_reloc_internal()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 289 case ELF_RELOC_REL: in elf_reloc_internal()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 246 case ELF_RELOC_REL: in elf_reloc_internal()
|
H A D | elf64_machdep.c | 333 case ELF_RELOC_REL: in elf_reloc_internal()
|
/freebsd/sys/kern/ |
H A D | link_elf.c | 1471 APPLY_RELOCS(rel, ef->rel, ef->relsize, ELF_RELOC_REL); in relocate_file1() 1475 APPLY_RELOCS(rel, ef->pltrel, ef->pltrelsize, ELF_RELOC_REL); in relocate_file1() 1931 ELF_RELOC_REL, elf_lookup); in link_elf_reloc_local()
|
H A D | link_elf_obj.c | 1400 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL, in relocate_file1() 1843 if (elf_reloc_local(lf, base, rel, ELF_RELOC_REL, in link_elf_reloc_local()
|