Searched refs:IsRela (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1325 bool IsRela = Config->IsRela; in finalizeContents() local 1326 addInt(IsRela ? DT_RELAENT : DT_RELENT, in finalizeContents() 1327 IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)); in finalizeContents() 1366 addInt(DT_PLTREL, Config->IsRela ? DT_RELA : DT_REL); in finalizeContents() 1532 if (Config->IsRela) in encodeDynamicReloc() 1574 Config->IsRela ? DT_ANDROID_RELA : DT_ANDROID_REL, in AndroidPackedRelocationSection() 1676 Config->IsRela ? RELOCATION_GROUP_HAS_ADDEND_FLAG : 0; in updateAllocSize() 1693 if (Config->IsRela) { in updateAllocSize() 1704 if (Config->IsRela) { in updateAllocSize() 1722 if (Config->IsRela) { in updateAllocSize() [all …]
|
| H A D | InputSection.cpp | 416 if (RelTy::IsRela) in copyRelocations() 448 if (!RelTy::IsRela) in copyRelocations() 467 if (RelTy::IsRela) in copyRelocations() 796 if (!RelTy::IsRela) in relocateNonAlloc()
|
| H A D | Config.h | 277 bool IsRela; member
|
| H A D | Writer.cpp | 282 Config->IsRela ? ".rela.dyn" : ".rel.dyn"); in createSyntheticSections() 285 Config->IsRela ? ".rela.dyn" : ".rel.dyn", Config->ZCombreloc); in createSyntheticSections() 396 Config->IsRela ? ".rela.plt" : ".rel.plt", false /*Sort*/); in createSyntheticSections() 924 Config->IsRela ? "__rela_iplt_start" : "__rel_iplt_start", in addRelIpltSymbols() 928 Config->IsRela ? "__rela_iplt_end" : "__rel_iplt_end", in addRelIpltSymbols()
|
| H A D | Relocations.cpp | 602 if (RelTy::IsRela) in computeMipsAddend() 635 if (RelTy::IsRela) { in computeAddend()
|
| H A D | Driver.cpp | 1030 Config->IsRela = M == EM_AARCH64 || M == EM_AMDGPU || M == EM_HEXAGON || in setConfigs() 1041 !Config->IsRela; in setConfigs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 358 static const bool IsRela = false; 394 static const bool IsRela = true; 401 static const bool IsRela = false; 447 static const bool IsRela = true;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 435 const Elf_Rela &R, bool IsRela); 440 void printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela); 2693 const Elf_Rela &R, bool IsRela) { in printRelocation() argument 2715 if (Sym && IsRela) { in printRelocation() 2726 if (IsRela) in printRelocation() 2744 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeader() local 2759 if (IsRela) in printRelocHeader() 3376 bool IsRela) { in printDynamicRelocation() argument 3395 if (!SymbolName.empty() && IsRela) { in printDynamicRelocation() 3405 if (IsRela) in printDynamicRelocation()
|