<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 14, 2015 at 11:26 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> The linker creates non-section-based chunks for thunks which jump to DLL<br>
> functions, and we want to put such thunks to .text section along with other<br>
> regular chunks. The linker also creates data for DLL names, import tables,<br>
> etc, which we want to put into .rdata. So one type of OutputSection contains<br>
> various types of chunks.<br>
<br>
</span>I see. Correct me if I am wrong, but COFF has no notion of a segment,<br>
right. Just the output sections.<br></blockquote><div><br></div><div>Correct.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If that is the case this might be another genuine case where a format<br>
different is reflected in the code.</blockquote><div> </div><div>I agree. I don't see any reason to make Chunk an interface for ELF yet, so let's go ahead with this code to see how it works.</div></div></div></div>