Home
last modified time | relevance | path

Searched refs:Elf_Relr (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h174 const Elf_Relr *relr; /* RELR relocation entries */
H A Drtld.c1323 obj->relr = (const Elf_Relr *)(obj->relocbase + in digest_dynamic1()
1332 assert(dynp->d_un.d_val == sizeof(Elf_Relr)); in digest_dynamic1()
3316 const Elf_Relr *relr, *relrlim; in reloc_relr()
3319 relrlim = (const Elf_Relr *)((const char *)obj->relr + obj->relrsize); in reloc_relr()
3321 Elf_Relr entry = *relr; in reloc_relr()
3330 where += CHAR_BIT * sizeof(Elf_Relr) - 1; in reloc_relr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h626 using Elf_Relr = typename ELFT::Relr; variable
638 SmallVector<Elf_Relr, 0> relrRelocs;
H A DSyntheticSections.cpp1423 sizeof(Elf_Relr)); in computeContents()
1429 addInt(DT_AARCH64_AUTH_RELRENT, sizeof(Elf_Relr)); in computeContents()
2073 relrRelocs.push_back(Elf_Relr(offsets[i])); in updateAllocSize()
2088 relrRelocs.push_back(Elf_Relr((bitmap << 1) | 1)); in updateAllocSize()
2098 relrRelocs.resize(oldSize, Elf_Relr(1)); in updateAllocSize()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp374 for (Elf_Relr R : relrs) { in decode_relrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h123 using Elf_Relr = typename ELFT::Relr; \
H A DELF.h362 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4976 this->DynRelrRegion.template getAsArrayRef<Elf_Relr>(); in printDynamicRelocationsHelper()