Searched refs:ELF_RELOC_REL (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/stand/common/ |
| HD | 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()
|
| HD | bootstrap.h | 290 #define ELF_RELOC_REL 1 macro
|
| HD | load_elf_obj.c | 548 &r, ELF_RELOC_REL, base, off, val, len); in __elfN()
|
| HD | load_elf.c | 1295 error = __elfN(reloc)(ef, __elfN(symaddr), &r, ELF_RELOC_REL,
|
| /freebsd-head/sys/arm/arm/ |
| HD | elf_machdep.c | 196 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /freebsd-head/sys/i386/i386/ |
| HD | elf_machdep.c | 185 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /freebsd-head/sys/sys/ |
| HD | linker.h | 357 #define ELF_RELOC_REL 1 macro
|
| /freebsd-head/sys/arm64/arm64/ |
| HD | elf_machdep.c | 190 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /freebsd-head/sys/amd64/amd64/ |
| HD | elf_machdep.c | 291 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /freebsd-head/sys/powerpc/powerpc/ |
| HD | elf32_machdep.c | 246 case ELF_RELOC_REL: in elf_reloc_internal()
|
| HD | elf64_machdep.c | 333 case ELF_RELOC_REL: in elf_reloc_internal()
|
| /freebsd-head/sys/kern/ |
| HD | 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()
|
| HD | 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()
|