<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>CodeWarrior Development ToolsのトピックRe: Code Warrior LCF file question</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612499#M5155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lv,&lt;/P&gt;&lt;P&gt;what's your chip part number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jennie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2016 04:05:29 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2016-10-08T04:05:29Z</dc:date>
    <item>
      <title>Code Warrior LCF file question</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612498#M5154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;GROUP : {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ivor_branch_table (VLECODE) LOAD (ADDR(exception_handlers)) : {}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .__exception_handlers&amp;nbsp; (VLECODE) LOAD (_e_ivor_branch_table) : {} &lt;BR /&gt;&amp;nbsp;} &amp;gt; exception_handlers&lt;/P&gt;&lt;P&gt;Where&amp;nbsp;is the&amp;nbsp;section ".ivor_branch_table" defined?&lt;/P&gt;&lt;P&gt;Where is the&amp;nbsp;symbol "_e_ivor_branch_table" defined?&lt;/P&gt;&lt;P&gt;How to understand the meaning of structure above?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;state: code above is generated by IDE automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 03:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612498#M5154</guid>
      <dc:creator>lvyang</dc:creator>
      <dc:date>2016-10-07T03:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior LCF file question</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612499#M5155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lv,&lt;/P&gt;&lt;P&gt;what's your chip part number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jennie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 04:05:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612499#M5155</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-08T04:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior LCF file question</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612500#M5156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPC560P34&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 05:25:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612500#M5156</guid>
      <dc:creator>lvyang</dc:creator>
      <dc:date>2016-10-08T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior LCF file question</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612501#M5157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section .ivor_branch_table is is defined by this line:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="font-size: 11pt;"&gt;.ivor_branch_table (VLECODE) LOAD (ADDR(exception_handlers)) : {}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Symbol _e_ivor_branch_table is automatically generated by linker. It is the address of the end of the section &lt;EM&gt;&lt;STRONG style="font-size: 11pt;"&gt;.ivor_branch_table&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Meaning of the group is following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;1) create section .ivor_branch_table and load it to the address of exceptions_handlers defined in memory location.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;2) create section .__exception_handlers and load it to address defined by _e_ivor_branch_table symbol (below the section .ivor_branch_table). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;If you have any other questions, please feel free to write me back.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Martin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:40:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612501#M5157</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-10-11T10:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior LCF file question</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612502#M5158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 05:53:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Code-Warrior-LCF-file-question/m-p/612502#M5158</guid>
      <dc:creator>lvyang</dc:creator>
      <dc:date>2016-10-12T05:53:19Z</dc:date>
    </item>
  </channel>
</rss>

