<div dir="ltr">Hi all,<div><br></div><div>I'm trying to use Clang to compile a C project. Unfortunately, it is heavily depend on the linker script. It has something like:</div><div><br></div><div><div>  . = ALIGN(4);</div>

<div>  FSymTab : {</div><div>      __fsymtab_start = .;</div><div>      KEEP(*(FSymTab))</div><div>      __fsymtab_end = .;</div><div>  }</div><div>  . = ALIGN(4);</div><div><br></div><div>to get the _start and _end address of some section. Is there any equivalence in Clang? I searched on Google for a while bug failed to have an idea...</div>

<div><br></div>-- <br>Cheers,<br>Grissiom
</div></div>