| /freebsd-13.1/libexec/rtld-elf/i386/ |
| H A D | reloc.c | 66 const Elf_Rel *rel; in do_copy_relocations() local 131 const Elf_Rel *rel; in reloc_non_plt() local 287 const Elf_Rel *rel; in reloc_plt() local 318 const Elf_Rel *rel; in reloc_jmpslots() local 372 reloc_iresolve_one(Obj_Entry *obj, const Elf_Rel *rel, in reloc_iresolve_one() 388 const Elf_Rel *rel; in reloc_iresolve() local 405 const Elf_Rel *rel; in reloc_iresolve_nonplt() local 422 const Elf_Rel *rel; in reloc_gnu_ifunc() local
|
| /freebsd-13.1/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 74 const Elf_Rel *rel; in do_copy_relocations() local 131 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self() local 179 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object() 358 const Elf_Rel *rel; in reloc_non_plt() local 395 const Elf_Rel *rel; in reloc_plt() local 419 const Elf_Rel *rel; in reloc_jmpslots() local 475 const Elf_Rel *rel) in reloc_jmpslot()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 164 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() 169 void TargetInfo::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 174 void TargetInfo::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 179 void TargetInfo::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 184 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
| H A D | MarkLive.cpp | 78 const typename ELFT::Rel &rel) { in getAddend() 85 const typename ELFT::Rela &rel) { in getAddend() 91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc() 292 for (const typename ELFT::Rela &rel : sec.template relas<ELFT>()) in mark() local 295 for (const typename ELFT::Rel &rel : sec.template rels<ELFT>()) in mark() local
|
| H A D | Relocations.cpp | 99 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() 637 static int64_t computeMipsAddend(const RelTy &rel, const RelTy *end, in computeMipsAddend() 672 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() 1079 RelocationBaseSection *rel, RelType type, Symbol &sym) { in addPltEntry() 1154 uint64_t offset, Symbol &sym, const RelTy &rel, in processRelocAux() 1178 RelType rel = target->getDynRel(type); in processRelocAux() local 1307 const RelTy &rel = *i; in scanReloc() local 1560 for (const RelTy &rel : rels) { in checkPPC64TLSRelax() local 1793 const Relocation &rel, in getISDThunkSec() 1963 Relocation &rel, uint64_t src) { in getThunk() [all …]
|
| H A D | Target.h | 238 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() 244 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() 251 const Relocation &rel) { in checkIntUInt() 260 const Relocation &rel) { in checkAlignment()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 310 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 401 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 420 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 436 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 460 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
| H A D | AArch64.cpp | 339 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() 498 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 529 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 561 void AArch64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
| H A D | X86_64.cpp | 424 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 465 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 549 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 735 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 889 void X86_64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() argument
|
| H A D | MSP430.cpp | 63 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | X86.cpp | 287 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 377 void X86::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 415 void X86::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
| H A D | PPC64.cpp | 328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() 642 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() argument 706 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 769 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 859 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 1211 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 1463 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
|
| H A D | SPARCV9.cpp | 89 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate()
|
| H A D | AMDGPU.cpp | 125 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | AVR.cpp | 98 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| /freebsd-13.1/libexec/rtld-elf/mips/ |
| H A D | reloc.c | 114 const Elf_Rel *rel; in do_copy_relocations() local 219 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self() local 346 const Elf_Rel *rel; in reloc_non_plt() local 658 const Elf_Rel *rel; in reloc_plt() local 687 const Elf_Rel *rel; in reloc_jmpslots() local 746 const Elf_Rel *rel) in reloc_jmpslot()
|
| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 213 print_ifstat(int indent, const char *prefix, const char *type, relation rel, in print_ifstat() 614 relation rel = def->def.ty.rel; in emit_typedef() local 625 relation rel = dec->rel; in print_stat() local 668 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line()
|
| /freebsd-13.1/usr.sbin/kldxref/ |
| H A D | ef_i386.c | 51 const Elf_Rel *rel; in ef_reloc() local
|
| H A D | ef_mips.c | 53 const Elf_Rel *rel; in ef_reloc() local
|
| H A D | ef_amd64.c | 53 const Elf_Rel *rel; in ef_reloc() local
|
| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_elf_init.c | 57 GElf_Rel rel; in _dwarf_elf_apply_rel_reloc() local 137 Elf_Data *rel; in _dwarf_elf_relocate() local
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 325 const coff_relocation &rel) { in maybeReportRelocationToDiscarded() 366 for (const coff_relocation &rel : getRelocs()) { in writeTo() local 450 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection() local 480 static uint8_t getBaserelType(const coff_relocation &rel) { in getBaserelType() 512 for (const coff_relocation &rel : getRelocs()) { in getBaserels() local 608 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs() local
|
| /freebsd-13.1/stand/common/ |
| H A D | reloc_elf.c | 60 const Elf_Rel *rel; in __elfN() local
|
| H A D | self_reloc.c | 73 ElfW_Rel *rel; in self_reloc() local
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | path_driver.c | 274 const char *rel = state->last_path + (common_len ? (common_len + 1) : 0); in svn_delta_path_driver_step() local 292 const char *rel = pdir; in svn_delta_path_driver_step() local
|