Searched refs:hasRelocationAddend (Results 1 – 13 of 13) sorted by relevance
87 return is64Bit ? (hasRelocationAddend() ? 24 : 16) in getRelocationEntrySize()88 : (hasRelocationAddend() ? 12 : 8); in getRelocationEntrySize()97 virtual bool hasRelocationAddend() const = 0;
156 bool hasRelocationAddend() const;241 bool hasRelocationAddend() const;403 bool ELFWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFWriter404 return OWriter.hasRelocationAddend(); in hasRelocationAddend()772 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection()776 if (hasRelocationAddend()) in createRelocationSection()786 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()926 if (hasRelocationAddend()) in writeRelocations()935 if (hasRelocationAddend()) in writeRelocations()1227 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend() function in ELFObjectWriter[all …]
128 bool hasRelocationAddend() const { in hasRelocationAddend() function in __anon025039250111::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()
97 bool hasRelocationAddend() const { return HasRelocationAddend; } in hasRelocationAddend() function
256 unsigned SectionType = TEW->hasRelocationAddend() ? in getRelocSection()260 if (TEW->hasRelocationAddend()) in getRelocSection()753 bool HasRelA = TEW->hasRelocationAddend(); in EmitRelocations()
449 if (hasRelocationAddend()) in sortRelocs()