blob: e11eaaa30603c401b8dcac534f39ecf127654185 [file] [log] [blame]
Nick Lewycky4288f9e2013-03-09 09:32:16 +00001//===- lib/MC/ELFObjectWriter.cpp - ELF File Writer -----------------------===//
Matt Fleming6c1ad482010-08-16 18:57:57 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file implements ELF object file writer information.
11//
12//===----------------------------------------------------------------------===//
13
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000014#include "llvm/ADT/ArrayRef.h"
15#include "llvm/ADT/DenseMap.h"
Chandler Carruth6bda14b2017-06-06 11:49:48 +000016#include "llvm/ADT/STLExtras.h"
Rafael Espindola29abd972011-12-22 03:38:00 +000017#include "llvm/ADT/SmallString.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000018#include "llvm/ADT/SmallVector.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000019#include "llvm/ADT/StringRef.h"
20#include "llvm/ADT/Twine.h"
Zachary Turner264b5d92017-06-07 03:48:56 +000021#include "llvm/BinaryFormat/ELF.h"
Rafael Espindolaceecfe5b2017-07-11 23:56:10 +000022#include "llvm/MC/MCAsmBackend.h"
David Blaikie8019bf82014-04-10 21:53:53 +000023#include "llvm/MC/MCAsmInfo.h"
Matt Fleming6c1ad482010-08-16 18:57:57 +000024#include "llvm/MC/MCAsmLayout.h"
Rafael Espindola29abd972011-12-22 03:38:00 +000025#include "llvm/MC/MCAssembler.h"
Matt Fleming6c1ad482010-08-16 18:57:57 +000026#include "llvm/MC/MCContext.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000027#include "llvm/MC/MCELFObjectWriter.h"
Matt Fleming6c1ad482010-08-16 18:57:57 +000028#include "llvm/MC/MCExpr.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000029#include "llvm/MC/MCFixup.h"
Rafael Espindolaceecfe5b2017-07-11 23:56:10 +000030#include "llvm/MC/MCFixupKindInfo.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000031#include "llvm/MC/MCFragment.h"
Craig Topper6e80c282012-03-26 06:58:25 +000032#include "llvm/MC/MCObjectWriter.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000033#include "llvm/MC/MCSection.h"
Matt Fleming6c1ad482010-08-16 18:57:57 +000034#include "llvm/MC/MCSectionELF.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000035#include "llvm/MC/MCSymbol.h"
Rafael Espindolaa8695762015-06-02 00:25:12 +000036#include "llvm/MC/MCSymbolELF.h"
Matt Fleming6c1ad482010-08-16 18:57:57 +000037#include "llvm/MC/MCValue.h"
Rafael Espindola97de4742014-07-03 02:01:39 +000038#include "llvm/MC/StringTableBuilder.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000039#include "llvm/Support/Allocator.h"
40#include "llvm/Support/Casting.h"
David Blaikie8019bf82014-04-10 21:53:53 +000041#include "llvm/Support/Compression.h"
Chandler Carruthd9903882015-01-14 11:23:27 +000042#include "llvm/Support/Endian.h"
George Rimar167ca4a2017-01-17 15:45:07 +000043#include "llvm/Support/Error.h"
Chandler Carruthed0881b2012-12-03 16:50:05 +000044#include "llvm/Support/ErrorHandling.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000045#include "llvm/Support/Host.h"
46#include "llvm/Support/MathExtras.h"
47#include "llvm/Support/SMLoc.h"
Rafael Espindolafc063e82015-10-22 18:32:06 +000048#include "llvm/Support/StringSaver.h"
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000049#include "llvm/Support/SwapByteOrder.h"
50#include "llvm/Support/raw_ostream.h"
51#include <algorithm>
52#include <cassert>
53#include <cstddef>
54#include <cstdint>
55#include <map>
56#include <memory>
57#include <string>
58#include <utility>
Matt Fleming6c1ad482010-08-16 18:57:57 +000059#include <vector>
Eugene Zelenkoecefe5a2016-02-02 18:20:45 +000060
Matt Fleming6c1ad482010-08-16 18:57:57 +000061using namespace llvm;
62
Jason W Kimc09e7262011-05-11 22:53:06 +000063#undef DEBUG_TYPE
64#define DEBUG_TYPE "reloc-info"
65
Rafael Espindola29abd972011-12-22 03:38:00 +000066namespace {
Eugene Zelenkod3a6c892017-02-11 00:27:28 +000067
Eugene Zelenko7975b992017-04-26 22:31:39 +000068using SectionIndexMapTy = DenseMap<const MCSectionELF *, uint32_t>;
Rafael Espindola10be0832014-03-25 23:44:25 +000069
Rafael Espindola91fd2772015-04-29 21:09:32 +000070class ELFObjectWriter;
71
Rafael Espindola10be0832014-03-25 23:44:25 +000072class SymbolTableWriter {
Rafael Espindola91fd2772015-04-29 21:09:32 +000073 ELFObjectWriter &EWriter;
Rafael Espindola10be0832014-03-25 23:44:25 +000074 bool Is64Bit;
Rafael Espindola10be0832014-03-25 23:44:25 +000075
Rafael Espindola91fd2772015-04-29 21:09:32 +000076 // indexes we are going to write to .symtab_shndx.
77 std::vector<uint32_t> ShndxIndexes;
Rafael Espindola10be0832014-03-25 23:44:25 +000078
79 // The numbel of symbols written so far.
80 unsigned NumWritten;
81
82 void createSymtabShndx();
83
Rafael Espindola91fd2772015-04-29 21:09:32 +000084 template <typename T> void write(T Value);
Rafael Espindola10be0832014-03-25 23:44:25 +000085
86public:
Rafael Espindola91fd2772015-04-29 21:09:32 +000087 SymbolTableWriter(ELFObjectWriter &EWriter, bool Is64Bit);
Rafael Espindola10be0832014-03-25 23:44:25 +000088
89 void writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size,
90 uint8_t other, uint32_t shndx, bool Reserved);
Rafael Espindola91fd2772015-04-29 21:09:32 +000091
92 ArrayRef<uint32_t> getShndxIndexes() const { return ShndxIndexes; }
Rafael Espindola10be0832014-03-25 23:44:25 +000093};
94
Rafael Espindola29abd972011-12-22 03:38:00 +000095class ELFObjectWriter : public MCObjectWriter {
David Blaikiea0fa2622016-04-12 21:45:53 +000096 static uint64_t SymbolValue(const MCSymbol &Sym, const MCAsmLayout &Layout);
97 static bool isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol,
98 bool Used, bool Renamed);
Rafael Espindola29abd972011-12-22 03:38:00 +000099
David Blaikiea0fa2622016-04-12 21:45:53 +0000100 /// Helper struct for containing some precomputed information on symbols.
101 struct ELFSymbolData {
102 const MCSymbolELF *Symbol;
103 uint32_t SectionIndex;
104 StringRef Name;
Rafael Espindola29abd972011-12-22 03:38:00 +0000105
David Blaikiea0fa2622016-04-12 21:45:53 +0000106 // Support lexicographic sorting.
107 bool operator<(const ELFSymbolData &RHS) const {
108 unsigned LHSType = Symbol->getType();
109 unsigned RHSType = RHS.Symbol->getType();
110 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION)
111 return false;
112 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
113 return true;
114 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
115 return SectionIndex < RHS.SectionIndex;
116 return Name < RHS.Name;
Rafael Espindola29abd972011-12-22 03:38:00 +0000117 }
Rafael Espindola29abd972011-12-22 03:38:00 +0000118 };
David Blaikiea0fa2622016-04-12 21:45:53 +0000119
120 /// The target specific ELF writer instance.
121 std::unique_ptr<MCELFObjectTargetWriter> TargetObjectWriter;
122
123 DenseMap<const MCSymbolELF *, const MCSymbolELF *> Renames;
124
Eugene Zelenkod3a6c892017-02-11 00:27:28 +0000125 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations;
David Blaikiea0fa2622016-04-12 21:45:53 +0000126
127 /// @}
128 /// @name Symbol Table Data
129 /// @{
130
131 BumpPtrAllocator Alloc;
132 StringSaver VersionSymSaver{Alloc};
133 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
134
135 /// @}
136
137 // This holds the symbol table index of the last local symbol.
138 unsigned LastLocalSymbolIndex;
139 // This holds the .strtab section index.
140 unsigned StringTableIndex;
141 // This holds the .symtab section index.
142 unsigned SymbolTableIndex;
143
144 // Sections in the order they are to be output in the section table.
145 std::vector<const MCSectionELF *> SectionTable;
146 unsigned addToSectionTable(const MCSectionELF *Sec);
147
148 // TargetObjectWriter wrappers.
149 bool is64Bit() const { return TargetObjectWriter->is64Bit(); }
150 bool hasRelocationAddend() const {
151 return TargetObjectWriter->hasRelocationAddend();
152 }
153 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
154 const MCFixup &Fixup, bool IsPCRel) const {
155 return TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel);
156 }
157
158 void align(unsigned Alignment);
159
George Rimarc91e38c2016-05-27 12:27:32 +0000160 bool maybeWriteCompression(uint64_t Size,
161 SmallVectorImpl<char> &CompressedContents,
162 bool ZLibStyle, unsigned Alignment);
163
David Blaikiea0fa2622016-04-12 21:45:53 +0000164public:
Lang Hamesdcb312b2017-10-09 23:53:15 +0000165 ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW,
166 raw_pwrite_stream &OS, bool IsLittleEndian)
167 : MCObjectWriter(OS, IsLittleEndian),
168 TargetObjectWriter(std::move(MOTW)) {}
David Blaikiea0fa2622016-04-12 21:45:53 +0000169
Eugene Zelenkod3a6c892017-02-11 00:27:28 +0000170 ~ELFObjectWriter() override = default;
171
David Blaikiea0fa2622016-04-12 21:45:53 +0000172 void reset() override {
173 Renames.clear();
174 Relocations.clear();
175 StrTabBuilder.clear();
176 SectionTable.clear();
177 MCObjectWriter::reset();
178 }
179
David Blaikiea0fa2622016-04-12 21:45:53 +0000180 void WriteWord(uint64_t W) {
181 if (is64Bit())
182 write64(W);
183 else
184 write32(W);
185 }
186
187 template <typename T> void write(T Val) {
188 if (IsLittleEndian)
189 support::endian::Writer<support::little>(getStream()).write(Val);
190 else
191 support::endian::Writer<support::big>(getStream()).write(Val);
192 }
193
194 void writeHeader(const MCAssembler &Asm);
195
196 void writeSymbol(SymbolTableWriter &Writer, uint32_t StringIndex,
197 ELFSymbolData &MSD, const MCAsmLayout &Layout);
198
199 // Start and end offset of each section
Eugene Zelenko7975b992017-04-26 22:31:39 +0000200 using SectionOffsetsTy =
201 std::map<const MCSectionELF *, std::pair<uint64_t, uint64_t>>;
David Blaikiea0fa2622016-04-12 21:45:53 +0000202
203 bool shouldRelocateWithSymbol(const MCAssembler &Asm,
204 const MCSymbolRefExpr *RefA,
205 const MCSymbol *Sym, uint64_t C,
206 unsigned Type) const;
207
208 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
209 const MCFragment *Fragment, const MCFixup &Fixup,
Rafael Espindolaceecfe5b2017-07-11 23:56:10 +0000210 MCValue Target, uint64_t &FixedValue) override;
David Blaikiea0fa2622016-04-12 21:45:53 +0000211
212 // Map from a signature symbol to the group section index
Eugene Zelenko7975b992017-04-26 22:31:39 +0000213 using RevGroupMapTy = DenseMap<const MCSymbol *, unsigned>;
David Blaikiea0fa2622016-04-12 21:45:53 +0000214
215 /// Compute the symbol table data
216 ///
217 /// \param Asm - The assembler.
218 /// \param SectionIndexMap - Maps a section to its index.
219 /// \param RevGroupMap - Maps a signature symbol to the group section.
220 void computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout,
221 const SectionIndexMapTy &SectionIndexMap,
222 const RevGroupMapTy &RevGroupMap,
223 SectionOffsetsTy &SectionOffsets);
224
225 MCSectionELF *createRelocationSection(MCContext &Ctx,
226 const MCSectionELF &Sec);
227
228 const MCSectionELF *createStringTable(MCContext &Ctx);
229
230 void executePostLayoutBinding(MCAssembler &Asm,
231 const MCAsmLayout &Layout) override;
232
233 void writeSectionHeader(const MCAsmLayout &Layout,
234 const SectionIndexMapTy &SectionIndexMap,
235 const SectionOffsetsTy &SectionOffsets);
236
237 void writeSectionData(const MCAssembler &Asm, MCSection &Sec,
238 const MCAsmLayout &Layout);
239
240 void WriteSecHdrEntry(uint32_t Name, uint32_t Type, uint64_t Flags,
241 uint64_t Address, uint64_t Offset, uint64_t Size,
242 uint32_t Link, uint32_t Info, uint64_t Alignment,
243 uint64_t EntrySize);
244
245 void writeRelocations(const MCAssembler &Asm, const MCSectionELF &Sec);
246
Vassil Vassilev89e36cc2017-03-06 15:50:59 +0000247 using MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl;
David Blaikiea0fa2622016-04-12 21:45:53 +0000248 bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
249 const MCSymbol &SymA,
250 const MCFragment &FB, bool InSet,
251 bool IsPCRel) const override;
252
David Blaikiea0fa2622016-04-12 21:45:53 +0000253 void writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override;
254 void writeSection(const SectionIndexMapTy &SectionIndexMap,
255 uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size,
256 const MCSectionELF &Section);
257};
Eugene Zelenkod3a6c892017-02-11 00:27:28 +0000258
Eugene Zelenkoecefe5a2016-02-02 18:20:45 +0000259} // end anonymous namespace
Rafael Espindola29abd972011-12-22 03:38:00 +0000260
Rafael Espindolab20fbb82015-06-05 18:21:00 +0000261void ELFObjectWriter::align(unsigned Alignment) {
David Majnemerabdb2d2a2015-09-01 16:19:03 +0000262 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment);
Rafael Espindolab20fbb82015-06-05 18:21:00 +0000263 WriteZeros(Padding);
264}
265
Rafael Espindola08850b32015-05-25 21:56:55 +0000266unsigned ELFObjectWriter::addToSectionTable(const MCSectionELF *Sec) {
Rafael Espindola03d7abb2015-04-30 20:53:27 +0000267 SectionTable.push_back(Sec);
Rafael Espindola5960cee2015-05-22 23:58:30 +0000268 StrTabBuilder.add(Sec->getSectionName());
Rafael Espindola03d7abb2015-04-30 20:53:27 +0000269 return SectionTable.size();
270}
271
Rafael Espindola10be0832014-03-25 23:44:25 +0000272void SymbolTableWriter::createSymtabShndx() {
Rafael Espindola91fd2772015-04-29 21:09:32 +0000273 if (!ShndxIndexes.empty())
Rafael Espindola10be0832014-03-25 23:44:25 +0000274 return;
275
Rafael Espindola91fd2772015-04-29 21:09:32 +0000276 ShndxIndexes.resize(NumWritten);
Rafael Espindola10be0832014-03-25 23:44:25 +0000277}
278
Rafael Espindola91fd2772015-04-29 21:09:32 +0000279template <typename T> void SymbolTableWriter::write(T Value) {
280 EWriter.write(Value);
Rafael Espindola10be0832014-03-25 23:44:25 +0000281}
282
Rafael Espindola91fd2772015-04-29 21:09:32 +0000283SymbolTableWriter::SymbolTableWriter(ELFObjectWriter &EWriter, bool Is64Bit)
284 : EWriter(EWriter), Is64Bit(Is64Bit), NumWritten(0) {}
Rafael Espindola10be0832014-03-25 23:44:25 +0000285
286void SymbolTableWriter::writeSymbol(uint32_t name, uint8_t info, uint64_t value,
287 uint64_t size, uint8_t other,
288 uint32_t shndx, bool Reserved) {
289 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
290
291 if (LargeIndex)
292 createSymtabShndx();
293
Rafael Espindola91fd2772015-04-29 21:09:32 +0000294 if (!ShndxIndexes.empty()) {
Rafael Espindola10be0832014-03-25 23:44:25 +0000295 if (LargeIndex)
Rafael Espindola91fd2772015-04-29 21:09:32 +0000296 ShndxIndexes.push_back(shndx);
Rafael Espindola10be0832014-03-25 23:44:25 +0000297 else
Rafael Espindola91fd2772015-04-29 21:09:32 +0000298 ShndxIndexes.push_back(0);
Rafael Espindola10be0832014-03-25 23:44:25 +0000299 }
300
301 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
302
Rafael Espindola10be0832014-03-25 23:44:25 +0000303 if (Is64Bit) {
Rafael Espindola91fd2772015-04-29 21:09:32 +0000304 write(name); // st_name
305 write(info); // st_info
306 write(other); // st_other
307 write(Index); // st_shndx
308 write(value); // st_value
309 write(size); // st_size
Rafael Espindola10be0832014-03-25 23:44:25 +0000310 } else {
Rafael Espindola91fd2772015-04-29 21:09:32 +0000311 write(name); // st_name
312 write(uint32_t(value)); // st_value
313 write(uint32_t(size)); // st_size
314 write(info); // st_info
315 write(other); // st_other
316 write(Index); // st_shndx
Rafael Espindola10be0832014-03-25 23:44:25 +0000317 }
318
319 ++NumWritten;
320}
321
Matt Fleming6c1ad482010-08-16 18:57:57 +0000322// Emit the ELF header.
Rafael Espindola8c7829b2015-04-29 20:39:37 +0000323void ELFObjectWriter::writeHeader(const MCAssembler &Asm) {
Matt Fleming6c1ad482010-08-16 18:57:57 +0000324 // ELF Header
325 // ----------
326 //
327 // Note
328 // ----
329 // emitWord method behaves differently for ELF32 and ELF64, writing
330 // 4 bytes in the former and 8 in the latter.
331
Jim Grosbach36e60e92015-06-04 22:24:41 +0000332 writeBytes(ELF::ElfMagic); // e_ident[EI_MAG0] to e_ident[EI_MAG3]
Matt Fleming6c1ad482010-08-16 18:57:57 +0000333
Jim Grosbach36e60e92015-06-04 22:24:41 +0000334 write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS]
Matt Fleming6c1ad482010-08-16 18:57:57 +0000335
336 // e_ident[EI_DATA]
Jim Grosbach36e60e92015-06-04 22:24:41 +0000337 write8(isLittleEndian() ? ELF::ELFDATA2LSB : ELF::ELFDATA2MSB);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000338
Jim Grosbach36e60e92015-06-04 22:24:41 +0000339 write8(ELF::EV_CURRENT); // e_ident[EI_VERSION]
Roman Divacky3b727f52010-09-09 17:57:50 +0000340 // e_ident[EI_OSABI]
Jim Grosbach36e60e92015-06-04 22:24:41 +0000341 write8(TargetObjectWriter->getOSABI());
342 write8(0); // e_ident[EI_ABIVERSION]
Matt Fleming6c1ad482010-08-16 18:57:57 +0000343
344 WriteZeros(ELF::EI_NIDENT - ELF::EI_PAD);
345
Jim Grosbach36e60e92015-06-04 22:24:41 +0000346 write16(ELF::ET_REL); // e_type
Matt Fleming6c1ad482010-08-16 18:57:57 +0000347
Jim Grosbach36e60e92015-06-04 22:24:41 +0000348 write16(TargetObjectWriter->getEMachine()); // e_machine = target
Matt Fleming6c1ad482010-08-16 18:57:57 +0000349
Jim Grosbach36e60e92015-06-04 22:24:41 +0000350 write32(ELF::EV_CURRENT); // e_version
Matt Fleming6c1ad482010-08-16 18:57:57 +0000351 WriteWord(0); // e_entry, no entry point in .o file
352 WriteWord(0); // e_phoff, no program header for .o
Rafael Espindola642a2212015-04-14 22:54:16 +0000353 WriteWord(0); // e_shoff = sec hdr table off in bytes
Matt Fleming6c1ad482010-08-16 18:57:57 +0000354
Jason W Kim4761fba2011-02-04 21:41:11 +0000355 // e_flags = whatever the target wants
Jim Grosbach36e60e92015-06-04 22:24:41 +0000356 write32(Asm.getELFHeaderEFlags());
Matt Fleming6c1ad482010-08-16 18:57:57 +0000357
358 // e_ehsize = ELF header size
Jim Grosbach36e60e92015-06-04 22:24:41 +0000359 write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr));
Matt Fleming6c1ad482010-08-16 18:57:57 +0000360
Jim Grosbach36e60e92015-06-04 22:24:41 +0000361 write16(0); // e_phentsize = prog header entry size
362 write16(0); // e_phnum = # prog header entries = 0
Matt Fleming6c1ad482010-08-16 18:57:57 +0000363
364 // e_shentsize = Section header entry size
Jim Grosbach36e60e92015-06-04 22:24:41 +0000365 write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
Matt Fleming6c1ad482010-08-16 18:57:57 +0000366
367 // e_shnum = # of section header ents
Jim Grosbach36e60e92015-06-04 22:24:41 +0000368 write16(0);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000369
370 // e_shstrndx = Section # of '.shstrtab'
Rafael Espindola5960cee2015-05-22 23:58:30 +0000371 assert(StringTableIndex < ELF::SHN_LORESERVE);
Jim Grosbach36e60e92015-06-04 22:24:41 +0000372 write16(StringTableIndex);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000373}
374
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000375uint64_t ELFObjectWriter::SymbolValue(const MCSymbol &Sym,
Jan Sjödin30a52de2011-02-28 21:45:04 +0000376 const MCAsmLayout &Layout) {
Rafael Espindola4d37b2a2015-05-29 21:45:01 +0000377 if (Sym.isCommon() && Sym.isExternal())
Rafael Espindola14672502015-05-29 17:48:04 +0000378 return Sym.getCommonAlignment();
Rafael Espindola9735f4f2010-09-27 21:23:02 +0000379
Rafael Espindolafee224f2014-04-30 21:51:13 +0000380 uint64_t Res;
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000381 if (!Layout.getSymbolOffset(Sym, Res))
Rafael Espindola553e5eb2014-04-30 16:59:35 +0000382 return 0;
383
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000384 if (Layout.getAssembler().isThumbFunc(&Sym))
Rafael Espindola66f96fe2014-03-21 22:00:29 +0000385 Res |= 1;
Rafael Espindola9735f4f2010-09-27 21:23:02 +0000386
Rafael Espindola66f96fe2014-03-21 22:00:29 +0000387 return Res;
Rafael Espindola9735f4f2010-09-27 21:23:02 +0000388}
389
Jim Grosbach56ed0bb2015-06-04 23:25:54 +0000390void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm,
Rafael Espindola93e3cf02010-12-07 00:27:36 +0000391 const MCAsmLayout &Layout) {
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000392 // The presence of symbol versions causes undefined symbols and
393 // versions declared with @@@ to be renamed.
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000394 for (const MCSymbol &A : Asm.symbols()) {
395 const auto &Alias = cast<MCSymbolELF>(A);
Rafael Espindola6cd76e62010-10-28 18:33:03 +0000396 // Not an alias.
Rafael Espindola6efaf112014-04-28 17:05:36 +0000397 if (!Alias.isVariable())
Rafael Espindola6cd76e62010-10-28 18:33:03 +0000398 continue;
Rafael Espindola6efaf112014-04-28 17:05:36 +0000399 auto *Ref = dyn_cast<MCSymbolRefExpr>(Alias.getVariableValue());
400 if (!Ref)
401 continue;
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000402 const auto &Symbol = cast<MCSymbolELF>(Ref->getSymbol());
Rafael Espindola6cd76e62010-10-28 18:33:03 +0000403
Benjamin Kramer14807272010-10-27 19:53:52 +0000404 StringRef AliasName = Alias.getName();
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000405 size_t Pos = AliasName.find('@');
406 if (Pos == StringRef::npos)
407 continue;
408
Rafael Espindola6cd76e62010-10-28 18:33:03 +0000409 // Aliases defined with .symvar copy the binding from the symbol they alias.
410 // This is the first place we are able to copy this information.
Rafael Espindola4d37b2a2015-05-29 21:45:01 +0000411 Alias.setExternal(Symbol.isExternal());
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000412 Alias.setBinding(Symbol.getBinding());
Rafael Espindola6cd76e62010-10-28 18:33:03 +0000413
Benjamin Kramer14807272010-10-27 19:53:52 +0000414 StringRef Rest = AliasName.substr(Pos);
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000415 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
416 continue;
417
Rafael Espindola26496e62010-10-27 17:56:18 +0000418 // FIXME: produce a better error message.
419 if (Symbol.isUndefined() && Rest.startswith("@@") &&
420 !Rest.startswith("@@@"))
421 report_fatal_error("A @@ version cannot be undefined");
422
Benjamin Kramer14807272010-10-27 19:53:52 +0000423 Renames.insert(std::make_pair(&Symbol, &Alias));
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000424 }
425}
426
Roman Divacky5a1c5492014-01-07 20:17:03 +0000427static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) {
428 uint8_t Type = newType;
429
430 // Propagation rules:
431 // IFUNC > FUNC > OBJECT > NOTYPE
432 // TLS_OBJECT > OBJECT > NOTYPE
433 //
434 // dont let the new type degrade the old type
435 switch (origType) {
436 default:
437 break;
438 case ELF::STT_GNU_IFUNC:
439 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT ||
440 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
441 Type = ELF::STT_GNU_IFUNC;
442 break;
443 case ELF::STT_FUNC:
444 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
445 Type == ELF::STT_TLS)
446 Type = ELF::STT_FUNC;
447 break;
448 case ELF::STT_OBJECT:
449 if (Type == ELF::STT_NOTYPE)
450 Type = ELF::STT_OBJECT;
451 break;
452 case ELF::STT_TLS:
453 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
454 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
455 Type = ELF::STT_TLS;
456 break;
457 }
458
459 return Type;
460}
461
Rafael Espindolae48421f2015-05-28 20:25:29 +0000462void ELFObjectWriter::writeSymbol(SymbolTableWriter &Writer,
463 uint32_t StringIndex, ELFSymbolData &MSD,
Daniel Dunbarfe0c28f2010-11-13 07:33:40 +0000464 const MCAsmLayout &Layout) {
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000465 const auto &Symbol = cast<MCSymbolELF>(*MSD.Symbol);
Rafael Espindolaa8695762015-06-02 00:25:12 +0000466 const MCSymbolELF *Base =
467 cast_or_null<MCSymbolELF>(Layout.getBaseSymbol(Symbol));
Rafael Espindola85a84912014-03-26 00:16:43 +0000468
469 // This has to be in sync with when computeSymbolTable uses SHN_ABS or
470 // SHN_COMMON.
Rafael Espindola4d37b2a2015-05-29 21:45:01 +0000471 bool IsReserved = !Base || Symbol.isCommon();
Rafael Espindola3fe87a12010-10-31 00:16:26 +0000472
Jack Carter2f8d9d92013-02-19 21:57:35 +0000473 // Binding and Type share the same byte as upper and lower nibbles
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000474 uint8_t Binding = Symbol.getBinding();
475 uint8_t Type = Symbol.getType();
Rafael Espindolaa6e3a592014-03-23 03:33:20 +0000476 if (Base) {
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000477 Type = mergeTypeForSet(Type, Base->getType());
Rafael Espindolaa6e3a592014-03-23 03:33:20 +0000478 }
Rafael Espindolaf8794ff2015-06-04 00:47:43 +0000479 uint8_t Info = (Binding << 4) | Type;
Jack Carter2f8d9d92013-02-19 21:57:35 +0000480
Joerg Sonnenbergerfc184732013-10-29 01:06:17 +0000481 // Other and Visibility share the same byte with Visibility using the lower
Jack Carter2f8d9d92013-02-19 21:57:35 +0000482 // 2 bits
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000483 uint8_t Visibility = Symbol.getVisibility();
Rafael Espindola8c006ee2015-06-04 05:59:23 +0000484 uint8_t Other = Symbol.getOther() | Visibility;
Rafael Espindola5f2d6a52010-10-06 21:02:29 +0000485
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000486 uint64_t Value = SymbolValue(*MSD.Symbol, Layout);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000487 uint64_t Size = 0;
Matt Fleming6c1ad482010-08-16 18:57:57 +0000488
Rafael Espindola7c23cba2015-05-29 17:24:52 +0000489 const MCExpr *ESize = MSD.Symbol->getSize();
Rafael Espindolaa041ef12014-03-27 00:28:24 +0000490 if (!ESize && Base)
Rafael Espindola7c23cba2015-05-29 17:24:52 +0000491 ESize = Base->getSize();
Rafael Espindolaf0591c12010-09-21 00:24:38 +0000492
Rafael Espindola73c0ae72010-12-22 16:03:00 +0000493 if (ESize) {
494 int64_t Res;
Rafael Espindola94a88d72015-04-06 15:27:57 +0000495 if (!ESize->evaluateKnownAbsolute(Res, Layout))
Rafael Espindola73c0ae72010-12-22 16:03:00 +0000496 report_fatal_error("Size expression must be absolute.");
497 Size = Res;
Matt Fleming6c1ad482010-08-16 18:57:57 +0000498 }
499
500 // Write out the symbol table entry
Rafael Espindolae48421f2015-05-28 20:25:29 +0000501 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
502 IsReserved);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000503}
504
Rafael Espindola5904e122014-03-29 06:26:49 +0000505// It is always valid to create a relocation with a symbol. It is preferable
506// to use a relocation with a section if that is possible. Using the section
507// allows us to omit some local symbols from the symbol table.
Rafael Espindolab60c8292014-04-29 12:46:50 +0000508bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm,
509 const MCSymbolRefExpr *RefA,
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000510 const MCSymbol *S, uint64_t C,
Rafael Espindola5904e122014-03-29 06:26:49 +0000511 unsigned Type) const {
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000512 const auto *Sym = cast_or_null<MCSymbolELF>(S);
Rafael Espindola5904e122014-03-29 06:26:49 +0000513 // A PCRel relocation to an absolute value has no symbol (or section). We
514 // represent that with a relocation to a null section.
515 if (!RefA)
516 return false;
Rafael Espindola240028d2010-11-14 23:53:26 +0000517
Rafael Espindola5904e122014-03-29 06:26:49 +0000518 MCSymbolRefExpr::VariantKind Kind = RefA->getKind();
519 switch (Kind) {
520 default:
521 break;
522 // The .odp creation emits a relocation against the symbol ".TOC." which
523 // create a R_PPC64_TOC relocation. However the relocation symbol name
524 // in final object creation should be NULL, since the symbol does not
525 // really exist, it is just the reference to TOC base for the current
526 // object file. Since the symbol is undefined, returning false results
527 // in a relocation with a null section which is the desired result.
528 case MCSymbolRefExpr::VK_PPC_TOCBASE:
529 return false;
530
531 // These VariantKind cause the relocation to refer to something other than
532 // the symbol itself, like a linker generated table. Since the address of
533 // symbol is not relevant, we cannot replace the symbol with the
534 // section and patch the difference in the addend.
535 case MCSymbolRefExpr::VK_GOT:
536 case MCSymbolRefExpr::VK_PLT:
537 case MCSymbolRefExpr::VK_GOTPCREL:
Rafael Espindola5904e122014-03-29 06:26:49 +0000538 case MCSymbolRefExpr::VK_PPC_GOT_LO:
539 case MCSymbolRefExpr::VK_PPC_GOT_HI:
540 case MCSymbolRefExpr::VK_PPC_GOT_HA:
541 return true;
Rafael Espindola240028d2010-11-14 23:53:26 +0000542 }
Rafael Espindola240028d2010-11-14 23:53:26 +0000543
Rafael Espindola5904e122014-03-29 06:26:49 +0000544 // An undefined symbol is not in any section, so the relocation has to point
545 // to the symbol itself.
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000546 assert(Sym && "Expected a symbol");
547 if (Sym->isUndefined())
Rafael Espindola5904e122014-03-29 06:26:49 +0000548 return true;
549
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000550 unsigned Binding = Sym->getBinding();
Rafael Espindola5904e122014-03-29 06:26:49 +0000551 switch(Binding) {
552 default:
553 llvm_unreachable("Invalid Binding");
554 case ELF::STB_LOCAL:
555 break;
556 case ELF::STB_WEAK:
557 // If the symbol is weak, it might be overridden by a symbol in another
558 // file. The relocation has to point to the symbol so that the linker
559 // can update it.
560 return true;
561 case ELF::STB_GLOBAL:
562 // Global ELF symbols can be preempted by the dynamic linker. The relocation
563 // has to point to the symbol for a reason analogous to the STB_WEAK case.
564 return true;
Rafael Espindola8c3039b2010-11-15 16:33:49 +0000565 }
Rafael Espindola75d65b92010-09-25 05:42:19 +0000566
Rafael Espindola5904e122014-03-29 06:26:49 +0000567 // If a relocation points to a mergeable section, we have to be careful.
568 // If the offset is zero, a relocation with the section will encode the
569 // same information. With a non-zero offset, the situation is different.
570 // For example, a relocation can point 42 bytes past the end of a string.
571 // If we change such a relocation to use the section, the linker would think
572 // that it pointed to another string and subtracting 42 at runtime will
573 // produce the wrong value.
Saleem Abdulrasool9b106ea2016-11-22 04:32:54 +0000574 if (Sym->isInSection()) {
575 auto &Sec = cast<MCSectionELF>(Sym->getSection());
576 unsigned Flags = Sec.getFlags();
577 if (Flags & ELF::SHF_MERGE) {
578 if (C != 0)
579 return true;
Rafael Espindolab1b49782014-04-02 12:15:20 +0000580
Saleem Abdulrasool9b106ea2016-11-22 04:32:54 +0000581 // It looks like gold has a bug (http://sourceware.org/PR16794) and can
582 // only handle section relocations to mergeable sections if using RELA.
583 if (!hasRelocationAddend())
584 return true;
585 }
586
587 // Most TLS relocations use a got, so they need the symbol. Even those that
588 // are just an offset (@tpoff), require a symbol in gold versions before
589 // 5efeedf61e4fe720fd3e9a08e6c91c10abb66d42 (2014-09-26) which fixed
590 // http://sourceware.org/PR16773.
591 if (Flags & ELF::SHF_TLS)
Rafael Espindolab1b49782014-04-02 12:15:20 +0000592 return true;
Rafael Espindola9f75d5d2010-11-24 21:57:39 +0000593 }
594
Rafael Espindola9ef84412014-04-11 19:18:01 +0000595 // If the symbol is a thumb function the final relocation must set the lowest
596 // bit. With a symbol that is done by just having the symbol have that bit
597 // set, so we would lose the bit if we relocated with the section.
598 // FIXME: We could use the section but add the bit to the relocation value.
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000599 if (Asm.isThumbFunc(Sym))
Rafael Espindola9ef84412014-04-11 19:18:01 +0000600 return true;
601
Rafael Espindolaece40ca2015-05-29 18:26:09 +0000602 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type))
Rafael Espindola5904e122014-03-29 06:26:49 +0000603 return true;
604 return false;
Rafael Espindola75d65b92010-09-25 05:42:19 +0000605}
606
Rafael Espindoladb8a5862015-04-17 20:05:17 +0000607// True if the assembler knows nothing about the final value of the symbol.
608// This doesn't cover the comdat issues, since in those cases the assembler
609// can at least know that all symbols in the section will move together.
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000610static bool isWeak(const MCSymbolELF &Sym) {
611 if (Sym.getType() == ELF::STT_GNU_IFUNC)
Rafael Espindolaa635d832015-04-17 08:46:11 +0000612 return true;
613
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000614 switch (Sym.getBinding()) {
Rafael Espindolaa635d832015-04-17 08:46:11 +0000615 default:
616 llvm_unreachable("Unknown binding");
617 case ELF::STB_LOCAL:
618 return false;
619 case ELF::STB_GLOBAL:
Rafael Espindoladb8a5862015-04-17 20:05:17 +0000620 return false;
Rafael Espindolaa635d832015-04-17 08:46:11 +0000621 case ELF::STB_WEAK:
622 case ELF::STB_GNU_UNIQUE:
623 return true;
624 }
Rafael Espindolac9e70682015-03-24 23:48:44 +0000625}
626
Jim Grosbach36e60e92015-06-04 22:24:41 +0000627void ELFObjectWriter::recordRelocation(MCAssembler &Asm,
Jason W Kim495c2bb2010-12-06 21:57:34 +0000628 const MCAsmLayout &Layout,
629 const MCFragment *Fragment,
Rafael Espindola26585542015-01-19 21:11:14 +0000630 const MCFixup &Fixup, MCValue Target,
Rafael Espindolaceecfe5b2017-07-11 23:56:10 +0000631 uint64_t &FixedValue) {
632 MCAsmBackend &Backend = Asm.getBackend();
633 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
634 MCFixupKindInfo::FKF_IsPCRel;
Rafael Espindola7549f872015-05-26 00:36:57 +0000635 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent());
Rafael Espindola5904e122014-03-29 06:26:49 +0000636 uint64_t C = Target.getConstant();
637 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
Rafael Espindola00ebfd42016-01-13 22:23:36 +0000638 MCContext &Ctx = Asm.getContext();
Jason W Kim495c2bb2010-12-06 21:57:34 +0000639
Rafael Espindola5904e122014-03-29 06:26:49 +0000640 if (const MCSymbolRefExpr *RefB = Target.getSymB()) {
Rafael Espindola5904e122014-03-29 06:26:49 +0000641 // Let A, B and C being the components of Target and R be the location of
642 // the fixup. If the fixup is not pcrel, we want to compute (A - B + C).
643 // If it is pcrel, we want to compute (A - B + C - R).
Jason W Kim495c2bb2010-12-06 21:57:34 +0000644
Rafael Espindola5904e122014-03-29 06:26:49 +0000645 // In general, ELF has no relocations for -B. It can only represent (A + C)
646 // or (A + C - R). If B = R + K and the relocation is not pcrel, we can
647 // replace B to implement it: (A - R - K + C)
Oliver Stannard9be59af2015-11-17 10:00:43 +0000648 if (IsPCRel) {
Rafael Espindola00ebfd42016-01-13 22:23:36 +0000649 Ctx.reportError(
Rafael Espindola5904e122014-03-29 06:26:49 +0000650 Fixup.getLoc(),
651 "No relocation available to represent this relative expression");
Oliver Stannard9be59af2015-11-17 10:00:43 +0000652 return;
653 }
David Majnemera45a1762014-01-06 07:39:46 +0000654
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000655 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol());
Jason W Kim495c2bb2010-12-06 21:57:34 +0000656
Oliver Stannard9be59af2015-11-17 10:00:43 +0000657 if (SymB.isUndefined()) {
Rafael Espindola00ebfd42016-01-13 22:23:36 +0000658 Ctx.reportError(Fixup.getLoc(),
659 Twine("symbol '") + SymB.getName() +
660 "' can not be undefined in a subtraction expression");
Oliver Stannard9be59af2015-11-17 10:00:43 +0000661 return;
662 }
Jason W Kim495c2bb2010-12-06 21:57:34 +0000663
Rafael Espindola5904e122014-03-29 06:26:49 +0000664 assert(!SymB.isAbsolute() && "Should have been folded");
665 const MCSection &SecB = SymB.getSection();
Oliver Stannard9be59af2015-11-17 10:00:43 +0000666 if (&SecB != &FixupSection) {
Rafael Espindola00ebfd42016-01-13 22:23:36 +0000667 Ctx.reportError(Fixup.getLoc(),
668 "Cannot represent a difference across sections");
Oliver Stannard9be59af2015-11-17 10:00:43 +0000669 return;
670 }
Jason W Kim495c2bb2010-12-06 21:57:34 +0000671
Duncan P. N. Exon Smith2a404832015-05-19 23:53:20 +0000672 uint64_t SymBOffset = Layout.getSymbolOffset(SymB);
Rafael Espindola5904e122014-03-29 06:26:49 +0000673 uint64_t K = SymBOffset - FixupOffset;
674 IsPCRel = true;
675 C -= K;
Jason W Kim495c2bb2010-12-06 21:57:34 +0000676 }
677
Rafael Espindola5904e122014-03-29 06:26:49 +0000678 // We either rejected the fixup or folded B into C at this point.
679 const MCSymbolRefExpr *RefA = Target.getSymA();
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000680 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr;
Rafael Espindola5904e122014-03-29 06:26:49 +0000681
Rafael Espindola212fdde2015-06-03 21:52:06 +0000682 bool ViaWeakRef = false;
683 if (SymA && SymA->isVariable()) {
684 const MCExpr *Expr = SymA->getVariableValue();
685 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) {
686 if (Inner->getKind() == MCSymbolRefExpr::VK_WEAKREF) {
687 SymA = cast<MCSymbolELF>(&Inner->getSymbol());
688 ViaWeakRef = true;
689 }
690 }
691 }
692
Rafael Espindola8340f942016-01-13 22:56:57 +0000693 unsigned Type = getRelocType(Ctx, Target, Fixup, IsPCRel);
Daniel Sandersa463d312016-05-06 13:49:25 +0000694 uint64_t OriginalC = C;
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000695 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type);
Rafael Espindola5904e122014-03-29 06:26:49 +0000696 if (!RelocateWithSymbol && SymA && !SymA->isUndefined())
Duncan P. N. Exon Smith2a404832015-05-19 23:53:20 +0000697 C += Layout.getSymbolOffset(*SymA);
Rafael Espindola5904e122014-03-29 06:26:49 +0000698
699 uint64_t Addend = 0;
700 if (hasRelocationAddend()) {
701 Addend = C;
702 C = 0;
703 }
704
705 FixedValue = C;
706
Rafael Espindola5904e122014-03-29 06:26:49 +0000707 if (!RelocateWithSymbol) {
708 const MCSection *SecA =
709 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr;
Rafael Espindolab6613022014-10-17 01:48:58 +0000710 auto *ELFSec = cast_or_null<MCSectionELF>(SecA);
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000711 const auto *SectionSymbol =
712 ELFSec ? cast<MCSymbolELF>(ELFSec->getBeginSymbol()) : nullptr;
Rafael Espindolaa401eee2015-06-04 15:33:30 +0000713 if (SectionSymbol)
714 SectionSymbol->setUsedInReloc();
Daniel Sandersa463d312016-05-06 13:49:25 +0000715 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA,
716 OriginalC);
Rafael Espindola34948e52015-04-30 00:45:46 +0000717 Relocations[&FixupSection].push_back(Rec);
Rafael Espindola5904e122014-03-29 06:26:49 +0000718 return;
719 }
Roman Divackydfbecd12011-08-04 19:08:19 +0000720
Daniel Sandersa463d312016-05-06 13:49:25 +0000721 const auto *RenamedSymA = SymA;
Rafael Espindola5904e122014-03-29 06:26:49 +0000722 if (SymA) {
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000723 if (const MCSymbolELF *R = Renames.lookup(SymA))
Daniel Sandersa463d312016-05-06 13:49:25 +0000724 RenamedSymA = R;
Rafael Espindolad7facaf2011-08-04 13:05:26 +0000725
Rafael Espindola212fdde2015-06-03 21:52:06 +0000726 if (ViaWeakRef)
Daniel Sandersa463d312016-05-06 13:49:25 +0000727 RenamedSymA->setIsWeakrefUsedInReloc();
Rafael Espindola5904e122014-03-29 06:26:49 +0000728 else
Daniel Sandersa463d312016-05-06 13:49:25 +0000729 RenamedSymA->setUsedInReloc();
Rafael Espindola5904e122014-03-29 06:26:49 +0000730 }
Daniel Sandersa463d312016-05-06 13:49:25 +0000731 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA,
732 OriginalC);
Rafael Espindola34948e52015-04-30 00:45:46 +0000733 Relocations[&FixupSection].push_back(Rec);
Jason W Kim495c2bb2010-12-06 21:57:34 +0000734}
735
Rafael Espindola3b5ee552014-04-28 13:39:57 +0000736bool ELFObjectWriter::isInSymtab(const MCAsmLayout &Layout,
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000737 const MCSymbolELF &Symbol, bool Used,
Rafael Espindola3b5ee552014-04-28 13:39:57 +0000738 bool Renamed) {
Rafael Espindola7fadc0e2014-03-20 02:12:01 +0000739 if (Symbol.isVariable()) {
740 const MCExpr *Expr = Symbol.getVariableValue();
741 if (const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr)) {
742 if (Ref->getKind() == MCSymbolRefExpr::VK_WEAKREF)
743 return false;
744 }
745 }
Rafael Espindola16145972010-11-01 14:28:48 +0000746
Rafael Espindolaee8d1512010-10-19 19:31:37 +0000747 if (Used)
748 return true;
749
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000750 if (Renamed)
751 return false;
752
Rafael Espindolaef1e8632015-06-03 21:23:21 +0000753 if (Symbol.isVariable() && Symbol.isUndefined()) {
754 // FIXME: this is here just to diagnose the case of a var = commmon_sym.
755 Layout.getBaseSymbol(Symbol);
756 return false;
Rafael Espindola3b5ee552014-04-28 13:39:57 +0000757 }
Rafael Espindola9e18e962011-02-23 20:22:07 +0000758
Rafael Espindolaef1e8632015-06-03 21:23:21 +0000759 if (Symbol.isUndefined() && !Symbol.isBindingSet())
Rafael Espindolaa5efd6a2010-10-27 14:44:52 +0000760 return false;
761
Rafael Espindolaee8d1512010-10-19 19:31:37 +0000762 if (Symbol.isTemporary())
Rafael Espindolab1d07892010-10-05 18:01:23 +0000763 return false;
764
Rafael Espindolaa401eee2015-06-04 15:33:30 +0000765 if (Symbol.getType() == ELF::STT_SECTION)
766 return false;
767
Rafael Espindolab1d07892010-10-05 18:01:23 +0000768 return true;
769}
770
Rafael Espindolaea1b3942015-04-07 19:00:17 +0000771void ELFObjectWriter::computeSymbolTable(
772 MCAssembler &Asm, const MCAsmLayout &Layout,
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000773 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
774 SectionOffsetsTy &SectionOffsets) {
Rafael Espindola5960cee2015-05-22 23:58:30 +0000775 MCContext &Ctx = Asm.getContext();
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000776 SymbolTableWriter Writer(*this, is64Bit());
777
Rafael Espindola5960cee2015-05-22 23:58:30 +0000778 // Symbol table
779 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32;
780 MCSectionELF *SymtabSection =
781 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, "");
782 SymtabSection->setAlignment(is64Bit() ? 8 : 4);
783 SymbolTableIndex = addToSectionTable(SymtabSection);
784
Rafael Espindolab20fbb82015-06-05 18:21:00 +0000785 align(SymtabSection->getAlignment());
David Majnemerabdb2d2a2015-09-01 16:19:03 +0000786 uint64_t SecStart = getStream().tell();
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000787
788 // The first entry is the undefined symbol entry.
789 Writer.writeSymbol(0, 0, 0, 0, 0, 0, false);
790
Rafael Espindolacfbd35c2015-05-28 20:11:34 +0000791 std::vector<ELFSymbolData> LocalSymbolData;
792 std::vector<ELFSymbolData> ExternalSymbolData;
Rafael Espindolacfbd35c2015-05-28 20:11:34 +0000793
Rafael Espindolabee6e9f2010-10-14 16:34:44 +0000794 // Add the data for the symbols.
Rafael Espindola5960cee2015-05-22 23:58:30 +0000795 bool HasLargeSectionIndex = false;
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000796 for (const MCSymbol &S : Asm.symbols()) {
797 const auto &Symbol = cast<MCSymbolELF>(S);
Rafael Espindolaada43f62015-06-03 21:30:10 +0000798 bool Used = Symbol.isUsedInReloc();
Rafael Espindola212fdde2015-06-03 21:52:06 +0000799 bool WeakrefUsed = Symbol.isWeakrefUsedInReloc();
Rafael Espindola8c52a9b2015-06-03 21:41:59 +0000800 bool isSignature = Symbol.isSignature();
Rafael Espindola7d0ba342010-11-14 04:17:37 +0000801
Duncan P. N. Exon Smith469f9db2015-05-20 04:39:01 +0000802 if (!isInSymtab(Layout, Symbol, Used || WeakrefUsed || isSignature,
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000803 Renames.count(&Symbol)))
Matt Fleming6c1ad482010-08-16 18:57:57 +0000804 continue;
805
Oliver Stannard9be59af2015-11-17 10:00:43 +0000806 if (Symbol.isTemporary() && Symbol.isUndefined()) {
807 Ctx.reportError(SMLoc(), "Undefined temporary symbol");
808 continue;
809 }
Rafael Espindola6dff8142015-06-25 20:10:45 +0000810
Matt Fleming6c1ad482010-08-16 18:57:57 +0000811 ELFSymbolData MSD;
Rafael Espindolaa8695762015-06-02 00:25:12 +0000812 MSD.Symbol = cast<MCSymbolELF>(&Symbol);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000813
Rafael Espindola8c52a9b2015-06-03 21:41:59 +0000814 bool Local = Symbol.getBinding() == ELF::STB_LOCAL;
Rafael Espindola6dff8142015-06-25 20:10:45 +0000815 assert(Local || !Symbol.isTemporary());
816
Rafael Espindolaf4b44302015-05-29 15:07:27 +0000817 if (Symbol.isAbsolute()) {
Rafael Espindola022bb762014-03-24 03:43:21 +0000818 MSD.SectionIndex = ELF::SHN_ABS;
Rafael Espindola14672502015-05-29 17:48:04 +0000819 } else if (Symbol.isCommon()) {
Rafael Espindolabee6e9f2010-10-14 16:34:44 +0000820 assert(!Local);
Rafael Espindolaf0591c12010-09-21 00:24:38 +0000821 MSD.SectionIndex = ELF::SHN_COMMON;
Rafael Espindolaf4b44302015-05-29 15:07:27 +0000822 } else if (Symbol.isUndefined()) {
Rafael Espindola5960cee2015-05-22 23:58:30 +0000823 if (isSignature && !Used) {
Rafael Espindola89feff32015-04-28 22:59:58 +0000824 MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
Rafael Espindola5960cee2015-05-22 23:58:30 +0000825 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
826 HasLargeSectionIndex = true;
827 } else {
Rafael Espindola7d0ba342010-11-14 04:17:37 +0000828 MSD.SectionIndex = ELF::SHN_UNDEF;
Rafael Espindola5960cee2015-05-22 23:58:30 +0000829 }
Matt Fleming6c1ad482010-08-16 18:57:57 +0000830 } else {
Rafael Espindolad6340032010-11-10 21:51:05 +0000831 const MCSectionELF &Section =
Rafael Espindolaf4b44302015-05-29 15:07:27 +0000832 static_cast<const MCSectionELF &>(Symbol.getSection());
Rafael Espindolad6340032010-11-10 21:51:05 +0000833 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000834 assert(MSD.SectionIndex && "Invalid section index!");
Rafael Espindola5960cee2015-05-22 23:58:30 +0000835 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
836 HasLargeSectionIndex = true;
Rafael Espindolafbcf0db2010-10-15 15:39:06 +0000837 }
838
Rafael Espindola5a67ed12015-01-22 14:20:45 +0000839 // The @@@ in symbol version is replaced with @ in undefined symbols and @@
840 // in defined ones.
841 //
842 // FIXME: All name handling should be done before we get to the writer,
NAKAMURA Takumib01d86b2015-02-25 11:02:00 +0000843 // including dealing with GNU-style version suffixes. Fixing this isn't
Rafael Espindola5a67ed12015-01-22 14:20:45 +0000844 // trivial.
845 //
846 // We thus have to be careful to not perform the symbol version replacement
847 // blindly:
848 //
849 // The ELF format is used on Windows by the MCJIT engine. Thus, on
850 // Windows, the ELFObjectWriter can encounter symbols mangled using the MS
851 // Visual Studio C++ name mangling scheme. Symbols mangled using the MSVC
852 // C++ name mangling can legally have "@@@" as a sub-string. In that case,
853 // the EFLObjectWriter should not interpret the "@@@" sub-string as
854 // specifying GNU-style symbol versioning. The ELFObjectWriter therefore
855 // checks for the MSVC C++ name mangling prefix which is either "?", "@?",
856 // "__imp_?" or "__imp_@?".
857 //
858 // It would have been interesting to perform the MS mangling prefix check
859 // only when the target triple is of the form *-pc-windows-elf. But, it
860 // seems that this information is not easily accessible from the
861 // ELFObjectWriter.
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000862 StringRef Name = Symbol.getName();
Evgeniy Stepanov9e0d41a2015-06-22 23:36:03 +0000863 SmallString<32> Buf;
Rafael Espindola5a67ed12015-01-22 14:20:45 +0000864 if (!Name.startswith("?") && !Name.startswith("@?") &&
865 !Name.startswith("__imp_?") && !Name.startswith("__imp_@?")) {
866 // This symbol isn't following the MSVC C++ name mangling convention. We
867 // can thus safely interpret the @@@ in symbol names as specifying symbol
868 // versioning.
Rafael Espindola5a67ed12015-01-22 14:20:45 +0000869 size_t Pos = Name.find("@@@");
870 if (Pos != StringRef::npos) {
871 Buf += Name.substr(0, Pos);
872 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
873 Buf += Name.substr(Pos + Skip);
Rafael Espindolafc063e82015-10-22 18:32:06 +0000874 Name = VersionSymSaver.save(Buf.c_str());
Rafael Espindola5a67ed12015-01-22 14:20:45 +0000875 }
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000876 }
Rafael Espindolab6613022014-10-17 01:48:58 +0000877
878 // Sections have their own string table
Rafael Espindolafc063e82015-10-22 18:32:06 +0000879 if (Symbol.getType() != ELF::STT_SECTION) {
880 MSD.Name = Name;
881 StrTabBuilder.add(Name);
882 }
Rafael Espindolaeb0c2c12010-10-27 15:18:17 +0000883
Rafael Espindola10d23872015-05-29 14:20:40 +0000884 if (Local)
Rafael Espindolaa5efd6a2010-10-27 14:44:52 +0000885 LocalSymbolData.push_back(MSD);
886 else
887 ExternalSymbolData.push_back(MSD);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000888 }
889
Rafael Espindola2cd19512015-07-02 16:59:57 +0000890 // This holds the .symtab_shndx section index.
891 unsigned SymtabShndxSectionIndex = 0;
892
Rafael Espindola5960cee2015-05-22 23:58:30 +0000893 if (HasLargeSectionIndex) {
894 MCSectionELF *SymtabShndxSection =
895 Ctx.getELFSection(".symtab_shndxr", ELF::SHT_SYMTAB_SHNDX, 0, 4, "");
896 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection);
897 SymtabShndxSection->setAlignment(4);
898 }
899
Rafael Espindola1fd36272015-05-28 19:29:15 +0000900 ArrayRef<std::string> FileNames = Asm.getFileNames();
901 for (const std::string &Name : FileNames)
Rafael Espindola66f3c9c2015-05-28 18:03:20 +0000902 StrTabBuilder.add(Name);
Hans Wennborg83e6e1e2014-04-30 16:25:02 +0000903
Rafael Espindola21956e42015-10-23 21:48:05 +0000904 StrTabBuilder.finalize();
Hans Wennborg83e6e1e2014-04-30 16:25:02 +0000905
Peter Collingbourne5b75fd92017-03-03 21:22:06 +0000906 // File symbols are emitted first and handled separately from normal symbols,
907 // i.e. a non-STT_FILE symbol with the same name may appear.
Rafael Espindola0cbea292015-05-28 20:00:13 +0000908 for (const std::string &Name : FileNames)
909 Writer.writeSymbol(StrTabBuilder.getOffset(Name),
910 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT,
911 ELF::SHN_ABS, true);
912
Matt Fleming6c1ad482010-08-16 18:57:57 +0000913 // Symbols are required to be in lexicographic order.
914 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end());
915 array_pod_sort(ExternalSymbolData.begin(), ExternalSymbolData.end());
Matt Fleming6c1ad482010-08-16 18:57:57 +0000916
917 // Set the symbol indices. Local symbols must come before all other
918 // symbols with non-local bindings.
Rafael Espindola1fd36272015-05-28 19:29:15 +0000919 unsigned Index = FileNames.size() + 1;
Rafael Espindola0e3decf2010-11-14 03:12:24 +0000920
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000921 for (ELFSymbolData &MSD : LocalSymbolData) {
Daniel Jasper41de8022015-06-23 11:31:32 +0000922 unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION
923 ? 0
924 : StrTabBuilder.getOffset(MSD.Name);
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000925 MSD.Symbol->setIndex(Index++);
Rafael Espindolae48421f2015-05-28 20:25:29 +0000926 writeSymbol(Writer, StringIndex, MSD, Layout);
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000927 }
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000928
929 // Write the symbol table entries.
Rafael Espindola0cbea292015-05-28 20:00:13 +0000930 LastLocalSymbolIndex = Index;
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000931
Rafael Espindoladcda9972015-05-28 19:43:20 +0000932 for (ELFSymbolData &MSD : ExternalSymbolData) {
Rafael Espindolae48421f2015-05-28 20:25:29 +0000933 unsigned StringIndex = StrTabBuilder.getOffset(MSD.Name);
Rafael Espindola0cbea292015-05-28 20:00:13 +0000934 MSD.Symbol->setIndex(Index++);
Rafael Espindolae48421f2015-05-28 20:25:29 +0000935 writeSymbol(Writer, StringIndex, MSD, Layout);
Rafael Espindola95fb9b92015-06-02 20:38:46 +0000936 assert(MSD.Symbol->getBinding() != ELF::STB_LOCAL);
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000937 }
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000938
David Majnemerabdb2d2a2015-09-01 16:19:03 +0000939 uint64_t SecEnd = getStream().tell();
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000940 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd);
941
942 ArrayRef<uint32_t> ShndxIndexes = Writer.getShndxIndexes();
943 if (ShndxIndexes.empty()) {
944 assert(SymtabShndxSectionIndex == 0);
945 return;
946 }
947 assert(SymtabShndxSectionIndex != 0);
948
David Majnemerabdb2d2a2015-09-01 16:19:03 +0000949 SecStart = getStream().tell();
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000950 const MCSectionELF *SymtabShndxSection =
951 SectionTable[SymtabShndxSectionIndex - 1];
952 for (uint32_t Index : ShndxIndexes)
953 write(Index);
David Majnemerabdb2d2a2015-09-01 16:19:03 +0000954 SecEnd = getStream().tell();
Rafael Espindolaaa486e92015-05-28 17:54:01 +0000955 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000956}
957
Rafael Espindola0709a7b2015-05-21 19:20:38 +0000958MCSectionELF *
Rafael Espindola0a82ad72015-05-21 20:43:13 +0000959ELFObjectWriter::createRelocationSection(MCContext &Ctx,
Rafael Espindolabda19802015-04-30 14:21:49 +0000960 const MCSectionELF &Sec) {
Rafael Espindola34948e52015-04-30 00:45:46 +0000961 if (Relocations[&Sec].empty())
Rafael Espindolabda19802015-04-30 14:21:49 +0000962 return nullptr;
Rafael Espindola1557fd62011-03-20 18:44:20 +0000963
Rafael Espindola34948e52015-04-30 00:45:46 +0000964 const StringRef SectionName = Sec.getSectionName();
Rafael Espindolaead85492015-02-17 20:31:13 +0000965 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel";
966 RelaSectionName += SectionName;
Benjamin Kramerfd054152010-08-17 17:56:13 +0000967
Rafael Espindolaead85492015-02-17 20:31:13 +0000968 unsigned EntrySize;
969 if (hasRelocationAddend())
970 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela);
971 else
972 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel);
Matt Fleming6c1ad482010-08-16 18:57:57 +0000973
Rafael Espindolaead85492015-02-17 20:31:13 +0000974 unsigned Flags = 0;
Rafael Espindola34948e52015-04-30 00:45:46 +0000975 if (Sec.getFlags() & ELF::SHF_GROUP)
Rafael Espindolaead85492015-02-17 20:31:13 +0000976 Flags = ELF::SHF_GROUP;
Rafael Espindolaead85492015-02-17 20:31:13 +0000977
Rafael Espindola0709a7b2015-05-21 19:20:38 +0000978 MCSectionELF *RelaSection = Ctx.createELFRelSection(
Rafael Espindolaead85492015-02-17 20:31:13 +0000979 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
Rafael Espindola34948e52015-04-30 00:45:46 +0000980 Flags, EntrySize, Sec.getGroup(), &Sec);
Rafael Espindola0a82ad72015-05-21 20:43:13 +0000981 RelaSection->setAlignment(is64Bit() ? 8 : 4);
Rafael Espindolabda19802015-04-30 14:21:49 +0000982 return RelaSection;
Rafael Espindola1557fd62011-03-20 18:44:20 +0000983}
Matt Fleming6c1ad482010-08-16 18:57:57 +0000984
George Rimarc91e38c2016-05-27 12:27:32 +0000985// Include the debug info compression header.
986bool ELFObjectWriter::maybeWriteCompression(
987 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle,
988 unsigned Alignment) {
989 if (ZLibStyle) {
990 uint64_t HdrSize =
991 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr);
992 if (Size <= HdrSize + CompressedContents.size())
993 return false;
994 // Platform specific header is followed by compressed data.
995 if (is64Bit()) {
996 // Write Elf64_Chdr header.
997 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB));
998 write(static_cast<ELF::Elf64_Word>(0)); // ch_reserved field.
999 write(static_cast<ELF::Elf64_Xword>(Size));
1000 write(static_cast<ELF::Elf64_Xword>(Alignment));
1001 } else {
1002 // Write Elf32_Chdr header otherwise.
1003 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB));
1004 write(static_cast<ELF::Elf32_Word>(Size));
1005 write(static_cast<ELF::Elf32_Word>(Alignment));
1006 }
1007 return true;
1008 }
1009
1010 // "ZLIB" followed by 8 bytes representing the uncompressed size of the section,
1011 // useful for consumers to preallocate a buffer to decompress into.
Richard Smithb910e562016-05-25 00:14:12 +00001012 const StringRef Magic = "ZLIB";
1013 if (Size <= Magic.size() + sizeof(Size) + CompressedContents.size())
1014 return false;
George Rimarc91e38c2016-05-27 12:27:32 +00001015 write(ArrayRef<char>(Magic.begin(), Magic.size()));
1016 writeBE64(Size);
Richard Smithb910e562016-05-25 00:14:12 +00001017 return true;
1018}
1019
Rafael Espindolae15b1b72015-05-27 13:30:50 +00001020void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec,
Rafael Espindola868b3f42015-04-30 21:51:58 +00001021 const MCAsmLayout &Layout) {
Rafael Espindolae15b1b72015-05-27 13:30:50 +00001022 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec);
Rafael Espindola868b3f42015-04-30 21:51:58 +00001023 StringRef SectionName = Section.getSectionName();
David Blaikie8019bf82014-04-10 21:53:53 +00001024
Saleem Abdulrasool1f62f572017-06-09 00:40:19 +00001025 auto &MC = Asm.getContext();
1026 const auto &MAI = MC.getAsmInfo();
1027
Rafael Espindola868b3f42015-04-30 21:51:58 +00001028 // Compressing debug_frame requires handling alignment fragments which is
1029 // more work (possibly generalizing MCAssembler.cpp:writeFragment to allow
1030 // for writing to arbitrary buffers) for little benefit.
George Rimarc91e38c2016-05-27 12:27:32 +00001031 bool CompressionEnabled =
Saleem Abdulrasool1f62f572017-06-09 00:40:19 +00001032 MAI->compressDebugSections() != DebugCompressionType::None;
George Rimarc91e38c2016-05-27 12:27:32 +00001033 if (!CompressionEnabled || !SectionName.startswith(".debug_") ||
1034 SectionName == ".debug_frame") {
Rafael Espindola64acc7f2015-05-26 02:17:21 +00001035 Asm.writeSectionData(&Section, Layout);
Rafael Espindola868b3f42015-04-30 21:51:58 +00001036 return;
1037 }
1038
Saleem Abdulrasool1f62f572017-06-09 00:40:19 +00001039 assert((MAI->compressDebugSections() == DebugCompressionType::Z ||
1040 MAI->compressDebugSections() == DebugCompressionType::GNU) &&
1041 "expected zlib or zlib-gnu style compression");
1042
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001043 SmallVector<char, 128> UncompressedData;
1044 raw_svector_ostream VecOS(UncompressedData);
1045 raw_pwrite_stream &OldStream = getStream();
1046 setStream(VecOS);
1047 Asm.writeSectionData(&Section, Layout);
1048 setStream(OldStream);
David Blaikie8019bf82014-04-10 21:53:53 +00001049
Rafael Espindola868b3f42015-04-30 21:51:58 +00001050 SmallVector<char, 128> CompressedContents;
George Rimar167ca4a2017-01-17 15:45:07 +00001051 if (Error E = zlib::compress(
1052 StringRef(UncompressedData.data(), UncompressedData.size()),
1053 CompressedContents)) {
1054 consumeError(std::move(E));
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001055 getStream() << UncompressedData;
David Blaikie8019bf82014-04-10 21:53:53 +00001056 return;
Rafael Espindola868b3f42015-04-30 21:51:58 +00001057 }
David Blaikie8019bf82014-04-10 21:53:53 +00001058
Saleem Abdulrasool1f62f572017-06-09 00:40:19 +00001059 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z;
George Rimarc91e38c2016-05-27 12:27:32 +00001060 if (!maybeWriteCompression(UncompressedData.size(), CompressedContents,
1061 ZlibStyle, Sec.getAlignment())) {
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001062 getStream() << UncompressedData;
Rafael Espindola868b3f42015-04-30 21:51:58 +00001063 return;
1064 }
George Rimarc91e38c2016-05-27 12:27:32 +00001065
1066 if (ZlibStyle)
1067 // Set the compressed flag. That is zlib style.
1068 Section.setFlags(Section.getFlags() | ELF::SHF_COMPRESSED);
1069 else
1070 // Add "z" prefix to section name. This is zlib-gnu style.
Saleem Abdulrasool1f62f572017-06-09 00:40:19 +00001071 MC.renameELFSection(&Section, (".z" + SectionName.drop_front(1)).str());
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001072 getStream() << CompressedContents;
David Blaikie8019bf82014-04-10 21:53:53 +00001073}
1074
Daniel Dunbarfe0c28f2010-11-13 07:33:40 +00001075void ELFObjectWriter::WriteSecHdrEntry(uint32_t Name, uint32_t Type,
1076 uint64_t Flags, uint64_t Address,
1077 uint64_t Offset, uint64_t Size,
1078 uint32_t Link, uint32_t Info,
1079 uint64_t Alignment,
1080 uint64_t EntrySize) {
Jim Grosbach36e60e92015-06-04 22:24:41 +00001081 write32(Name); // sh_name: index into string table
1082 write32(Type); // sh_type
Matt Fleming6c1ad482010-08-16 18:57:57 +00001083 WriteWord(Flags); // sh_flags
1084 WriteWord(Address); // sh_addr
1085 WriteWord(Offset); // sh_offset
1086 WriteWord(Size); // sh_size
Jim Grosbach36e60e92015-06-04 22:24:41 +00001087 write32(Link); // sh_link
1088 write32(Info); // sh_info
Matt Fleming6c1ad482010-08-16 18:57:57 +00001089 WriteWord(Alignment); // sh_addralign
1090 WriteWord(EntrySize); // sh_entsize
1091}
1092
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001093void ELFObjectWriter::writeRelocations(const MCAssembler &Asm,
Rafael Espindola34948e52015-04-30 00:45:46 +00001094 const MCSectionELF &Sec) {
1095 std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec];
Akira Hatanaka64ad2cf2012-03-23 23:06:45 +00001096
Rafael Espindolaf44db242015-12-17 16:22:06 +00001097 // We record relocations by pushing to the end of a vector. Reverse the vector
1098 // to get the relocations in the order they were created.
1099 // In most cases that is not important, but it can be for special sections
1100 // (.eh_frame) or specific relocations (TLS optimizations on SystemZ).
1101 std::reverse(Relocs.begin(), Relocs.end());
Rafael Espindolad0e16522015-12-17 15:08:24 +00001102
Rafael Espindolaf44db242015-12-17 16:22:06 +00001103 // Sort the relocation entries. MIPS needs this.
Petar Jovanovic0380d0b2015-04-14 13:23:34 +00001104 TargetObjectWriter->sortRelocs(Asm, Relocs);
Matt Fleming6c1ad482010-08-16 18:57:57 +00001105
1106 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
Rafael Espindola5904e122014-03-29 06:26:49 +00001107 const ELFRelocationEntry &Entry = Relocs[e - i - 1];
Rafael Espindola5e9ed902015-05-28 20:53:09 +00001108 unsigned Index = Entry.Symbol ? Entry.Symbol->getIndex() : 0;
Rafael Espindola5904e122014-03-29 06:26:49 +00001109
Rafael Espindolafdaae0d2010-12-18 03:27:34 +00001110 if (is64Bit()) {
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001111 write(Entry.Offset);
Simon Atanasyan9f676a72017-09-21 14:04:47 +00001112 if (TargetObjectWriter->getEMachine() == ELF::EM_MIPS) {
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001113 write(uint32_t(Index));
Benjamin Kramer6c3c3492010-09-09 18:01:29 +00001114
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001115 write(TargetObjectWriter->getRSsym(Entry.Type));
1116 write(TargetObjectWriter->getRType3(Entry.Type));
1117 write(TargetObjectWriter->getRType2(Entry.Type));
1118 write(TargetObjectWriter->getRType(Entry.Type));
Rafael Espindola5904e122014-03-29 06:26:49 +00001119 } else {
Jack Carter8ad0c272012-06-27 22:28:30 +00001120 struct ELF::Elf64_Rela ERE64;
Rafael Espindola5904e122014-03-29 06:26:49 +00001121 ERE64.setSymbolAndType(Index, Entry.Type);
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001122 write(ERE64.r_info);
Jack Carter8ad0c272012-06-27 22:28:30 +00001123 }
Rafael Espindolafdaae0d2010-12-18 03:27:34 +00001124 if (hasRelocationAddend())
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001125 write(Entry.Addend);
Benjamin Kramer6c3c3492010-09-09 18:01:29 +00001126 } else {
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001127 write(uint32_t(Entry.Offset));
Benjamin Kramer6c3c3492010-09-09 18:01:29 +00001128
Rafael Espindolabce26a12010-10-05 15:11:03 +00001129 struct ELF::Elf32_Rela ERE32;
Rafael Espindola5904e122014-03-29 06:26:49 +00001130 ERE32.setSymbolAndType(Index, Entry.Type);
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001131 write(ERE32.r_info);
Benjamin Kramer6c3c3492010-09-09 18:01:29 +00001132
Rafael Espindolafdaae0d2010-12-18 03:27:34 +00001133 if (hasRelocationAddend())
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001134 write(uint32_t(Entry.Addend));
Simon Atanasyanede43b72017-09-21 14:04:53 +00001135
1136 if (TargetObjectWriter->getEMachine() == ELF::EM_MIPS) {
1137 if (uint32_t RType = TargetObjectWriter->getRType2(Entry.Type)) {
1138 write(uint32_t(Entry.Offset));
1139
1140 ERE32.setSymbolAndType(0, RType);
1141 write(ERE32.r_info);
1142 write(uint32_t(0));
1143 }
1144 if (uint32_t RType = TargetObjectWriter->getRType3(Entry.Type)) {
1145 write(uint32_t(Entry.Offset));
1146
1147 ERE32.setSymbolAndType(0, RType);
1148 write(ERE32.r_info);
1149 write(uint32_t(0));
1150 }
1151 }
Benjamin Kramer6c3c3492010-09-09 18:01:29 +00001152 }
Matt Fleming6c1ad482010-08-16 18:57:57 +00001153 }
1154}
1155
Rafael Espindolab1863912015-04-30 21:10:06 +00001156const MCSectionELF *ELFObjectWriter::createStringTable(MCContext &Ctx) {
Rafael Espindola08850b32015-05-25 21:56:55 +00001157 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1];
Rafael Espindola39751af2016-10-04 22:43:25 +00001158 StrTabBuilder.write(getStream());
Rafael Espindolabda19802015-04-30 14:21:49 +00001159 return StrtabSection;
Rafael Espindolaa3e9a222010-11-11 18:13:52 +00001160}
1161
Rafael Espindolae92c1bf2015-05-21 19:42:35 +00001162void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
1163 uint32_t GroupSymbolIndex, uint64_t Offset,
1164 uint64_t Size, const MCSectionELF &Section) {
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001165 uint64_t sh_link = 0;
1166 uint64_t sh_info = 0;
1167
1168 switch(Section.getType()) {
Rafael Espindola86fe2fe2015-04-06 03:16:51 +00001169 default:
1170 // Nothing to do.
1171 break;
1172
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001173 case ELF::SHT_DYNAMIC:
Rafael Espindola74ef4802015-04-30 21:20:06 +00001174 llvm_unreachable("SHT_DYNAMIC in a relocatable object");
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001175
1176 case ELF::SHT_REL:
1177 case ELF::SHT_RELA: {
Rafael Espindola3a7c0eb2015-02-17 20:37:50 +00001178 sh_link = SymbolTableIndex;
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001179 assert(sh_link && ".symtab not found");
Evgeniy Stepanov43dcf4d2017-03-14 19:28:51 +00001180 const MCSection *InfoSection = Section.getAssociatedSection();
1181 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection));
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001182 break;
1183 }
1184
1185 case ELF::SHT_SYMTAB:
1186 case ELF::SHT_DYNSYM:
1187 sh_link = StringTableIndex;
1188 sh_info = LastLocalSymbolIndex;
1189 break;
1190
1191 case ELF::SHT_SYMTAB_SHNDX:
1192 sh_link = SymbolTableIndex;
1193 break;
1194
Nick Lewyckyc6ac5f72011-10-07 23:28:32 +00001195 case ELF::SHT_GROUP:
Rafael Espindolaa3e9a222010-11-11 18:13:52 +00001196 sh_link = SymbolTableIndex;
1197 sh_info = GroupSymbolIndex;
1198 break;
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001199 }
1200
Evgeniy Stepanov43dcf4d2017-03-14 19:28:51 +00001201 if (Section.getFlags() & ELF::SHF_LINK_ORDER) {
1202 const MCSymbol *Sym = Section.getAssociatedSymbol();
1203 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection());
1204 sh_link = SectionIndexMap.lookup(Sec);
1205 }
Logan Chien4b724422013-02-05 14:18:59 +00001206
Rafael Espindola5960cee2015-05-22 23:58:30 +00001207 WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()),
Rafael Espindola28687582015-05-21 19:36:43 +00001208 Section.getType(), Section.getFlags(), 0, Offset, Size,
1209 sh_link, sh_info, Section.getAlignment(),
1210 Section.getEntrySize());
Rafael Espindola5a8d7812010-11-10 23:36:59 +00001211}
1212
Rafael Espindola7fe7e052015-02-17 20:40:59 +00001213void ELFObjectWriter::writeSectionHeader(
Rafael Espindola57c80832015-06-04 20:55:49 +00001214 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap,
Rafael Espindolaa8201692015-04-28 15:26:21 +00001215 const SectionOffsetsTy &SectionOffsets) {
Rafael Espindolab1863912015-04-30 21:10:06 +00001216 const unsigned NumSections = SectionTable.size();
Rafael Espindolaa3e9a222010-11-11 18:13:52 +00001217
Matt Fleming6c1ad482010-08-16 18:57:57 +00001218 // Null section first.
Rafael Espindola3fe87a12010-10-31 00:16:26 +00001219 uint64_t FirstSectionSize =
Rafael Espindolabf0db6c2015-04-15 13:07:47 +00001220 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0;
Rafael Espindola88d1f632015-04-29 20:25:24 +00001221 WriteSecHdrEntry(0, 0, 0, 0, 0, FirstSectionSize, 0, 0, 0, 0);
Matt Fleming6c1ad482010-08-16 18:57:57 +00001222
Rafael Espindola08850b32015-05-25 21:56:55 +00001223 for (const MCSectionELF *Section : SectionTable) {
Rafael Espindolaa3e9a222010-11-11 18:13:52 +00001224 uint32_t GroupSymbolIndex;
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001225 unsigned Type = Section->getType();
1226 if (Type != ELF::SHT_GROUP)
Rafael Espindolaa3e9a222010-11-11 18:13:52 +00001227 GroupSymbolIndex = 0;
1228 else
Rafael Espindola5e9ed902015-05-28 20:53:09 +00001229 GroupSymbolIndex = Section->getGroup()->getIndex();
Matt Fleming6c1ad482010-08-16 18:57:57 +00001230
Rafael Espindolabda19802015-04-30 14:21:49 +00001231 const std::pair<uint64_t, uint64_t> &Offsets =
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001232 SectionOffsets.find(Section)->second;
Rafael Espindola1aa20fc2015-05-21 19:46:39 +00001233 uint64_t Size;
Rafael Espindola5a1e80b2015-05-26 02:00:36 +00001234 if (Type == ELF::SHT_NOBITS)
1235 Size = Layout.getSectionAddressSize(Section);
1236 else
Rafael Espindola1aa20fc2015-05-21 19:46:39 +00001237 Size = Offsets.second - Offsets.first;
Rafael Espindola60ebca92010-12-02 03:09:06 +00001238
Rafael Espindolae92c1bf2015-05-21 19:42:35 +00001239 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
Rafael Espindola28687582015-05-21 19:36:43 +00001240 *Section);
Matt Fleming6c1ad482010-08-16 18:57:57 +00001241 }
1242}
1243
Jim Grosbach36e60e92015-06-04 22:24:41 +00001244void ELFObjectWriter::writeObject(MCAssembler &Asm,
Rafael Espindola1557fd62011-03-20 18:44:20 +00001245 const MCAsmLayout &Layout) {
Rafael Espindolabda19802015-04-30 14:21:49 +00001246 MCContext &Ctx = Asm.getContext();
Rafael Espindola5960cee2015-05-22 23:58:30 +00001247 MCSectionELF *StrtabSection =
1248 Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0);
1249 StringTableIndex = addToSectionTable(StrtabSection);
Rafael Espindolabda19802015-04-30 14:21:49 +00001250
Rafael Espindola1557fd62011-03-20 18:44:20 +00001251 RevGroupMapTy RevGroupMap;
1252 SectionIndexMapTy SectionIndexMap;
1253
Rafael Espindolabda19802015-04-30 14:21:49 +00001254 std::map<const MCSymbol *, std::vector<const MCSectionELF *>> GroupMembers;
Rafael Espindola1557fd62011-03-20 18:44:20 +00001255
Rafael Espindola1557fd62011-03-20 18:44:20 +00001256 // Write out the ELF header ...
Rafael Espindola8c7829b2015-04-29 20:39:37 +00001257 writeHeader(Asm);
Rafael Espindola1557fd62011-03-20 18:44:20 +00001258
Rafael Espindola7230f802015-04-08 11:41:24 +00001259 // ... then the sections ...
Rafael Espindolabda19802015-04-30 14:21:49 +00001260 SectionOffsetsTy SectionOffsets;
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001261 std::vector<MCSectionELF *> Groups;
1262 std::vector<MCSectionELF *> Relocations;
Rafael Espindolae15b1b72015-05-27 13:30:50 +00001263 for (MCSection &Sec : Asm) {
1264 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec);
Rafael Espindolabda19802015-04-30 14:21:49 +00001265
Rafael Espindolab20fbb82015-06-05 18:21:00 +00001266 align(Section.getAlignment());
Rafael Espindola1557fd62011-03-20 18:44:20 +00001267
Rafael Espindola642a2212015-04-14 22:54:16 +00001268 // Remember the offset into the file for this section.
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001269 uint64_t SecStart = getStream().tell();
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001270
Rafael Espindola0ccf9b72015-06-02 21:30:13 +00001271 const MCSymbolELF *SignatureSymbol = Section.getGroup();
Rafael Espindolae15b1b72015-05-27 13:30:50 +00001272 writeSectionData(Asm, Section, Layout);
Rafael Espindolab8cbb262015-04-30 00:30:40 +00001273
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001274 uint64_t SecEnd = getStream().tell();
Rafael Espindolabda19802015-04-30 14:21:49 +00001275 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd);
1276
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001277 MCSectionELF *RelSection = createRelocationSection(Ctx, Section);
Rafael Espindolabda19802015-04-30 14:21:49 +00001278
1279 if (SignatureSymbol) {
Rafael Espindolab5d316b2015-05-29 20:21:02 +00001280 Asm.registerSymbol(*SignatureSymbol);
Rafael Espindolabda19802015-04-30 14:21:49 +00001281 unsigned &GroupIdx = RevGroupMap[SignatureSymbol];
1282 if (!GroupIdx) {
Rafael Espindola0709a7b2015-05-21 19:20:38 +00001283 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol);
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001284 GroupIdx = addToSectionTable(Group);
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001285 Group->setAlignment(4);
1286 Groups.push_back(Group);
Rafael Espindolabda19802015-04-30 14:21:49 +00001287 }
Rafael Espindola7830fc82015-06-05 17:54:25 +00001288 std::vector<const MCSectionELF *> &Members =
1289 GroupMembers[SignatureSymbol];
1290 Members.push_back(&Section);
Rafael Espindolabda19802015-04-30 14:21:49 +00001291 if (RelSection)
Rafael Espindola7830fc82015-06-05 17:54:25 +00001292 Members.push_back(RelSection);
Rafael Espindolabda19802015-04-30 14:21:49 +00001293 }
1294
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001295 SectionIndexMap[&Section] = addToSectionTable(&Section);
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001296 if (RelSection) {
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001297 SectionIndexMap[RelSection] = addToSectionTable(RelSection);
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001298 Relocations.push_back(RelSection);
1299 }
Rafael Espindolabda19802015-04-30 14:21:49 +00001300 }
1301
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001302 for (MCSectionELF *Group : Groups) {
Rafael Espindolab20fbb82015-06-05 18:21:00 +00001303 align(Group->getAlignment());
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001304
1305 // Remember the offset into the file for this section.
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001306 uint64_t SecStart = getStream().tell();
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001307
1308 const MCSymbol *SignatureSymbol = Group->getGroup();
1309 assert(SignatureSymbol);
1310 write(uint32_t(ELF::GRP_COMDAT));
1311 for (const MCSectionELF *Member : GroupMembers[SignatureSymbol]) {
1312 uint32_t SecIndex = SectionIndexMap.lookup(Member);
1313 write(SecIndex);
1314 }
1315
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001316 uint64_t SecEnd = getStream().tell();
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001317 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd);
1318 }
1319
1320 // Compute symbol table information.
Rafael Espindolaaa486e92015-05-28 17:54:01 +00001321 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, SectionOffsets);
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001322
1323 for (MCSectionELF *RelSection : Relocations) {
Rafael Espindolab20fbb82015-06-05 18:21:00 +00001324 align(RelSection->getAlignment());
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001325
1326 // Remember the offset into the file for this section.
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001327 uint64_t SecStart = getStream().tell();
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001328
Evgeniy Stepanov43dcf4d2017-03-14 19:28:51 +00001329 writeRelocations(Asm,
1330 cast<MCSectionELF>(*RelSection->getAssociatedSection()));
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001331
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001332 uint64_t SecEnd = getStream().tell();
Rafael Espindola0a82ad72015-05-21 20:43:13 +00001333 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd);
Rafael Espindola642a2212015-04-14 22:54:16 +00001334 }
1335
Rafael Espindola88d1f632015-04-29 20:25:24 +00001336 {
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001337 uint64_t SecStart = getStream().tell();
Rafael Espindolab1863912015-04-30 21:10:06 +00001338 const MCSectionELF *Sec = createStringTable(Ctx);
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001339 uint64_t SecEnd = getStream().tell();
Rafael Espindolabda19802015-04-30 14:21:49 +00001340 SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd);
Rafael Espindola88abc392015-04-29 20:34:31 +00001341 }
1342
Rafael Espindola642a2212015-04-14 22:54:16 +00001343 uint64_t NaturalAlignment = is64Bit() ? 8 : 4;
Rafael Espindolab20fbb82015-06-05 18:21:00 +00001344 align(NaturalAlignment);
Rafael Espindola1557fd62011-03-20 18:44:20 +00001345
Rafael Espindola5568c832016-01-19 15:19:08 +00001346 const uint64_t SectionHeaderOffset = getStream().tell();
Rafael Espindola642a2212015-04-14 22:54:16 +00001347
Rafael Espindola1557fd62011-03-20 18:44:20 +00001348 // ... then the section header table ...
Rafael Espindola57c80832015-06-04 20:55:49 +00001349 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets);
Rafael Espindola642a2212015-04-14 22:54:16 +00001350
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001351 uint16_t NumSections = (SectionTable.size() + 1 >= ELF::SHN_LORESERVE)
Aaron Ballman9cab7322015-04-30 14:03:12 +00001352 ? (uint16_t)ELF::SHN_UNDEF
Rafael Espindola03d7abb2015-04-30 20:53:27 +00001353 : SectionTable.size() + 1;
Rafael Espindola8c7829b2015-04-29 20:39:37 +00001354 if (sys::IsLittleEndianHost != IsLittleEndian)
1355 sys::swapByteOrder(NumSections);
1356 unsigned NumSectionsOffset;
1357
Rafael Espindola642a2212015-04-14 22:54:16 +00001358 if (is64Bit()) {
1359 uint64_t Val = SectionHeaderOffset;
1360 if (sys::IsLittleEndianHost != IsLittleEndian)
1361 sys::swapByteOrder(Val);
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001362 getStream().pwrite(reinterpret_cast<char *>(&Val), sizeof(Val),
1363 offsetof(ELF::Elf64_Ehdr, e_shoff));
Rafael Espindola8c7829b2015-04-29 20:39:37 +00001364 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum);
Rafael Espindola642a2212015-04-14 22:54:16 +00001365 } else {
1366 uint32_t Val = SectionHeaderOffset;
1367 if (sys::IsLittleEndianHost != IsLittleEndian)
1368 sys::swapByteOrder(Val);
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001369 getStream().pwrite(reinterpret_cast<char *>(&Val), sizeof(Val),
1370 offsetof(ELF::Elf32_Ehdr, e_shoff));
Rafael Espindola8c7829b2015-04-29 20:39:37 +00001371 NumSectionsOffset = offsetof(ELF::Elf32_Ehdr, e_shnum);
Rafael Espindola642a2212015-04-14 22:54:16 +00001372 }
David Majnemerabdb2d2a2015-09-01 16:19:03 +00001373 getStream().pwrite(reinterpret_cast<char *>(&NumSections),
1374 sizeof(NumSections), NumSectionsOffset);
Rafael Espindola1557fd62011-03-20 18:44:20 +00001375}
1376
Jim Grosbach36e60e92015-06-04 22:24:41 +00001377bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(
Rafael Espindola95fb9b92015-06-02 20:38:46 +00001378 const MCAssembler &Asm, const MCSymbol &SA, const MCFragment &FB,
Rafael Espindola35d61892015-04-17 21:15:17 +00001379 bool InSet, bool IsPCRel) const {
Rafael Espindola95fb9b92015-06-02 20:38:46 +00001380 const auto &SymA = cast<MCSymbolELF>(SA);
Rafael Espindola35d61892015-04-17 21:15:17 +00001381 if (IsPCRel) {
1382 assert(!InSet);
Peter Collingbourne36003052017-04-08 23:35:49 +00001383 if (isWeak(SymA))
Rafael Espindola35d61892015-04-17 21:15:17 +00001384 return false;
1385 }
Jim Grosbach36e60e92015-06-04 22:24:41 +00001386 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB,
Rafael Espindola35d61892015-04-17 21:15:17 +00001387 InSet, IsPCRel);
Eli Friedmand92d17b2011-03-03 07:24:36 +00001388}
1389
Lang Hames60fbc7c2017-10-10 16:28:07 +00001390std::unique_ptr<MCObjectWriter>
Lang Hamesdcb312b2017-10-09 23:53:15 +00001391llvm::createELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW,
1392 raw_pwrite_stream &OS, bool IsLittleEndian) {
Lang Hames60fbc7c2017-10-10 16:28:07 +00001393 return llvm::make_unique<ELFObjectWriter>(std::move(MOTW), OS,
1394 IsLittleEndian);
Rafael Espindolab264d332011-12-21 17:30:17 +00001395}