1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-23 02:49:12 +03:00
mold/input_sections.cc

5 lines
149 B
C++
Raw Normal View History

2020-10-13 14:35:35 +03:00
#include "chibild.h"
InputSection::InputSection(ObjectFile *file, const ELF64LE::Shdr *hdr, StringRef name)
: file(file), hdr(hdr), name(name) {}