Searched refs:hasRelocationAddend (Results 1 – 10 of 10) sorted by relevance
87 return is64Bit ? (hasRelocationAddend() ? 24 : 16) in getRelocationEntrySize()88 : (hasRelocationAddend() ? 12 : 8); in getRelocationEntrySize()97 virtual bool hasRelocationAddend() const = 0;
128 bool hasRelocationAddend() const { in hasRelocationAddend() function in __anon4ed704dc0111::ELFObjectWriter129 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()579 if (!hasRelocationAddend()) in shouldRelocateWithSymbol()695 if (hasRelocationAddend()) { in recordRelocation()958 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()962 if (hasRelocationAddend()) in createRelocationSection()972 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()1113 if (hasRelocationAddend()) in writeRelocations()1122 if (hasRelocationAddend()) in writeRelocations()
32 virtual bool hasRelocationAddend() const { return false; } in hasRelocationAddend() function
33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; } in hasRelocationAddend() function
33 bool hasRelocationAddend() { return HasRelocationAddend; } in hasRelocationAddend() function
94 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
159 bool hasRelocationAddend() const { in hasRelocationAddend() function160 return TargetObjectWriter->hasRelocationAddend(); in hasRelocationAddend()
454 if (!hasRelocationAddend()) in RecordRelocation()688 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in CreateRelocationSections()692 if (hasRelocationAddend()) in CreateRelocationSections()698 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ? in CreateRelocationSections()767 if (hasRelocationAddend()) in WriteRelocationsFragment()776 if (hasRelocationAddend()) in WriteRelocationsFragment()
256 unsigned SectionType = TEW->hasRelocationAddend() ? in getRelocSection()260 if (TEW->hasRelocationAddend()) in getRelocSection()753 bool HasRelA = TEW->hasRelocationAddend(); in EmitRelocations()