Home
last modified time | relevance | path

Searched refs:Rela (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp86 extern __attribute((weak, visibility("hidden"))) ElfW(Rela) __rela_iplt_start[],
98 for (ElfW(Rela) *r = __rela_iplt_start; r != __rela_iplt_end; ++r) { in InitShadowGOT()
/freebsd-14.2/sys/sys/
H A Delf_generic.h71 __ElfType(Rela);
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp84 const typename ELFT::Rela &rel) { in getAddend()
313 for (const typename ELFT::Rela &rel : rels.relas) in mark()
H A DRelocations.h212 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend()
H A DInputSection.cpp148 ret.relas = ArrayRef(reinterpret_cast<const typename ELFT::Rela *>( in relsOrRelas()
150 shdr.sh_size / sizeof(typename ELFT::Rela)); in relsOrRelas()
402 auto *p = reinterpret_cast<typename ELFT::Rela *>(buf); in copyRelocations()
1170 copyRelocations<ELFT, typename ELFT::Rela>(buf); in writeTo()
1244 SmallVector<typename ELFT::Rela, 0> storage; in split()
H A DInputSection.h41 ArrayRef<typename ELFT::Rela> relas;
H A DSyntheticSections.h568 using Elf_Rela = typename ELFT::Rela;
578 using Elf_Rela = typename ELFT::Rela;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp393 Expected<std::vector<typename ELFT::Rela>>
693 for (typename ELFFile<ELFT>::Elf_Rela Rela : *Relas) in decodeBBAddrMapImpl()
694 FunctionOffsetTranslations[Rela.r_offset] = Rela.r_addend; in decodeBBAddrMapImpl()
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_align.c75 [ELF_T_RELA] = MALIGN(Rela),
H A Delf_types.m452 `RELA, Rela',
/freebsd-14.2/sys/cddl/compat/opensolaris/sys/
H A Delf.h40 __sElfN(Rela);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp829 bool Rela = usesRela(Sec); in createRelocationSection() local
830 std::string RelaSectionName = Rela ? ".rela" : ".rel"; in createRelocationSection()
834 if (Rela) in createRelocationSection()
844 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()
952 const bool Rela = usesRela(Sec); in writeRelocations() local
971 if (Rela) in writeRelocations()
980 if (Rela) in writeRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def51 DYNAMIC_TAG(RELA, 7) // Address of relocation table (Rela entries).
52 DYNAMIC_TAG(RELASZ, 8) // Size of Rela relocation table.
53 DYNAMIC_TAG(RELAENT, 9) // Size of a Rela relocation entry.
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp91 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_x86_64.cpp126 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_aarch64.cpp151 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELF_ppc64.cpp225 Error addSingleRelocation(const typename ELFT::Rela &Rel, in addSingleRelocation()
H A DELFLinkGraphBuilder.h635 for (const typename ELFT::Rela &R : *RelEntries) in forEachRelaRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h423 const Elf_Rela *getRela(DataRefImpl Rela) const;
1109 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() argument
1110 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
1111 auto Ret = EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b); in getRela()
H A DELFTypes.h64 using Rela = Elf_Rel_Impl<ELFType<E, Is64>, true>; member
82 using RelaRange = ArrayRef<Rela>;
119 using Elf_Rela = typename ELFT::Rela; \
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp108 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h133 using Elf_Rela = typename ELFT::Rela;
152 using Elf_Rela = typename ELFT::Rela;
H A DELFObject.cpp949 static void setAddend(Elf_Rel_Impl<ELFT, true> &Rela, uint64_t Addend) { in setAddend() argument
950 Rela.r_addend = Addend; in setAddend()
1622 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() argument
1623 ToSet = Rela.r_addend; in getAddend()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h419 typename ET::Rela RelA; in FindExceptionTable()
H A DELFDumper.cpp195 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation()
3921 Expected<std::vector<typename ELFT::Rela>> RelasOrErr = in printRelocations()
4856 for (const Elf_Rela &Rela : in printDynamicRelocationsHelper()
4858 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL)); in printDynamicRelocationsHelper()
4879 for (const Elf_Rela &Rela : in printDynamicRelocationsHelper()
4881 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL)); in printDynamicRelocationsHelper()
7488 for (const typename ELFT::Rela &Rela : CGProfileRela) in getSymbolIndices() local
7489 SymbolIndices.push_back(Rela.getSymbol(Obj.isMips64EL())); in getSymbolIndices()

12