Architectures.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- This file documents the BFD library.
  4. Copyright (C) 1991-2017 Free Software Foundation, Inc.
  5. Permission is granted to copy, distribute and/or modify this document
  6. under the terms of the GNU Free Documentation License, Version 1.3 or
  7. any later version published by the Free Software Foundation; with the
  8. Invariant Sections being "GNU General Public License" and "Funding
  9. Free Software", the Front-Cover texts being (a) (see below), and with
  10. the Back-Cover Texts being (b) (see below). A copy of the license is
  11. included in the section entitled "GNU Free Documentation License".
  12. (a) The FSF's Front-Cover Text is:
  13. A GNU Manual
  14. (b) The FSF's Back-Cover Text is:
  15. You have freedom to copy and modify this GNU Manual, like GNU
  16. software. Copies published by the Free Software Foundation raise
  17. funds for GNU development. -->
  18. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  19. <head>
  20. <title>Untitled Document: Architectures</title>
  21. <meta name="description" content="Untitled Document: Architectures">
  22. <meta name="keywords" content="Untitled Document: Architectures">
  23. <meta name="resource-type" content="document">
  24. <meta name="distribution" content="global">
  25. <meta name="Generator" content="makeinfo">
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  27. <link href="index.html#Top" rel="start" title="Top">
  28. <link href="BFD-Index.html#BFD-Index" rel="index" title="BFD Index">
  29. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  30. <link href="BFD-front-end.html#BFD-front-end" rel="up" title="BFD front end">
  31. <link href="Opening-and-Closing.html#Opening-and-Closing" rel="next" title="Opening and Closing">
  32. <link href="bfd_005ftarget.html#bfd_005ftarget" rel="prev" title="bfd_target">
  33. <style type="text/css">
  34. <!--
  35. a.summary-letter {text-decoration: none}
  36. blockquote.smallquotation {font-size: smaller}
  37. div.display {margin-left: 3.2em}
  38. div.example {margin-left: 3.2em}
  39. div.indentedblock {margin-left: 3.2em}
  40. div.lisp {margin-left: 3.2em}
  41. div.smalldisplay {margin-left: 3.2em}
  42. div.smallexample {margin-left: 3.2em}
  43. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  44. div.smalllisp {margin-left: 3.2em}
  45. kbd {font-style:oblique}
  46. pre.display {font-family: inherit}
  47. pre.format {font-family: inherit}
  48. pre.menu-comment {font-family: serif}
  49. pre.menu-preformatted {font-family: serif}
  50. pre.smalldisplay {font-family: inherit; font-size: smaller}
  51. pre.smallexample {font-size: smaller}
  52. pre.smallformat {font-family: inherit; font-size: smaller}
  53. pre.smalllisp {font-size: smaller}
  54. span.nocodebreak {white-space:nowrap}
  55. span.nolinebreak {white-space:nowrap}
  56. span.roman {font-family:serif; font-weight:normal}
  57. span.sansserif {font-family:sans-serif; font-weight:normal}
  58. ul.no-bullet {list-style: none}
  59. -->
  60. </style>
  61. </head>
  62. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  63. <a name="Architectures"></a>
  64. <div class="header">
  65. <p>
  66. Next: <a href="Opening-and-Closing.html#Opening-and-Closing" accesskey="n" rel="next">Opening and Closing</a>, Previous: <a href="Targets.html#Targets" accesskey="p" rel="prev">Targets</a>, Up: <a href="BFD-front-end.html#BFD-front-end" accesskey="u" rel="up">BFD front end</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="BFD-Index.html#BFD-Index" title="Index" rel="index">Index</a>]</p>
  67. </div>
  68. <hr>
  69. <a name="Architectures-1"></a>
  70. <h3 class="section">2.13 Architectures</h3>
  71. <p>BFD keeps one atom in a BFD describing the
  72. architecture of the data attached to the BFD: a pointer to a
  73. <code>bfd_arch_info_type</code>.
  74. </p>
  75. <p>Pointers to structures can be requested independently of a BFD
  76. so that an architecture&rsquo;s information can be interrogated
  77. without access to an open BFD.
  78. </p>
  79. <p>The architecture information is provided by each architecture package.
  80. The set of default architectures is selected by the macro
  81. <code>SELECT_ARCHITECTURES</code>. This is normally set up in the
  82. <samp>config/<var>target</var>.mt</samp> file of your choice. If the name is not
  83. defined, then all the architectures supported are included.
  84. </p>
  85. <p>When BFD starts up, all the architectures are called with an
  86. initialize method. It is up to the architecture back end to
  87. insert as many items into the list of architectures as it wants to;
  88. generally this would be one for each machine and one for the
  89. default case (an item with a machine field of 0).
  90. </p>
  91. <p>BFD&rsquo;s idea of an architecture is implemented in <samp>archures.c</samp>.
  92. </p>
  93. <a name="bfd_005farchitecture"></a>
  94. <h4 class="subsection">2.13.1 bfd_architecture</h4>
  95. <p><strong>Description</strong><br>
  96. This enum gives the object file&rsquo;s CPU architecture, in a
  97. global sense&mdash;i.e., what processor family does it belong to?
  98. Another field indicates which processor within
  99. the family is in use. The machine gives a number which
  100. distinguishes different versions of the architecture,
  101. containing, for example, 2 and 3 for Intel i960 KA and i960 KB,
  102. and 68020 and 68030 for Motorola 68020 and 68030.
  103. </p><div class="example">
  104. <pre class="example">enum bfd_architecture
  105. {
  106. bfd_arch_unknown, /* File arch not known. */
  107. bfd_arch_obscure, /* Arch known, not one of these. */
  108. bfd_arch_m68k, /* Motorola 68xxx */
  109. #define bfd_mach_m68000 1
  110. #define bfd_mach_m68008 2
  111. #define bfd_mach_m68010 3
  112. #define bfd_mach_m68020 4
  113. #define bfd_mach_m68030 5
  114. #define bfd_mach_m68040 6
  115. #define bfd_mach_m68060 7
  116. #define bfd_mach_cpu32 8
  117. #define bfd_mach_fido 9
  118. #define bfd_mach_mcf_isa_a_nodiv 10
  119. #define bfd_mach_mcf_isa_a 11
  120. #define bfd_mach_mcf_isa_a_mac 12
  121. #define bfd_mach_mcf_isa_a_emac 13
  122. #define bfd_mach_mcf_isa_aplus 14
  123. #define bfd_mach_mcf_isa_aplus_mac 15
  124. #define bfd_mach_mcf_isa_aplus_emac 16
  125. #define bfd_mach_mcf_isa_b_nousp 17
  126. #define bfd_mach_mcf_isa_b_nousp_mac 18
  127. #define bfd_mach_mcf_isa_b_nousp_emac 19
  128. #define bfd_mach_mcf_isa_b 20
  129. #define bfd_mach_mcf_isa_b_mac 21
  130. #define bfd_mach_mcf_isa_b_emac 22
  131. #define bfd_mach_mcf_isa_b_float 23
  132. #define bfd_mach_mcf_isa_b_float_mac 24
  133. #define bfd_mach_mcf_isa_b_float_emac 25
  134. #define bfd_mach_mcf_isa_c 26
  135. #define bfd_mach_mcf_isa_c_mac 27
  136. #define bfd_mach_mcf_isa_c_emac 28
  137. #define bfd_mach_mcf_isa_c_nodiv 29
  138. #define bfd_mach_mcf_isa_c_nodiv_mac 30
  139. #define bfd_mach_mcf_isa_c_nodiv_emac 31
  140. bfd_arch_vax, /* DEC Vax */
  141. bfd_arch_i960, /* Intel 960 */
  142. /* The order of the following is important.
  143. lower number indicates a machine type that
  144. only accepts a subset of the instructions
  145. available to machines with higher numbers.
  146. The exception is the &quot;ca&quot;, which is
  147. incompatible with all other machines except
  148. &quot;core&quot;. */
  149. #define bfd_mach_i960_core 1
  150. #define bfd_mach_i960_ka_sa 2
  151. #define bfd_mach_i960_kb_sb 3
  152. #define bfd_mach_i960_mc 4
  153. #define bfd_mach_i960_xa 5
  154. #define bfd_mach_i960_ca 6
  155. #define bfd_mach_i960_jx 7
  156. #define bfd_mach_i960_hx 8
  157. bfd_arch_or1k, /* OpenRISC 1000 */
  158. #define bfd_mach_or1k 1
  159. #define bfd_mach_or1knd 2
  160. bfd_arch_sparc, /* SPARC */
  161. #define bfd_mach_sparc 1
  162. /* The difference between v8plus and v9 is that v9 is a true 64 bit env. */
  163. #define bfd_mach_sparc_sparclet 2
  164. #define bfd_mach_sparc_sparclite 3
  165. #define bfd_mach_sparc_v8plus 4
  166. #define bfd_mach_sparc_v8plusa 5 /* with ultrasparc add'ns. */
  167. #define bfd_mach_sparc_sparclite_le 6
  168. #define bfd_mach_sparc_v9 7
  169. #define bfd_mach_sparc_v9a 8 /* with ultrasparc add'ns. */
  170. #define bfd_mach_sparc_v8plusb 9 /* with cheetah add'ns. */
  171. #define bfd_mach_sparc_v9b 10 /* with cheetah add'ns. */
  172. #define bfd_mach_sparc_v8plusc 11 /* with UA2005 and T1 add'ns. */
  173. #define bfd_mach_sparc_v9c 12 /* with UA2005 and T1 add'ns. */
  174. #define bfd_mach_sparc_v8plusd 13 /* with UA2007 and T3 add'ns. */
  175. #define bfd_mach_sparc_v9d 14 /* with UA2007 and T3 add'ns. */
  176. #define bfd_mach_sparc_v8pluse 15 /* with OSA2001 and T4 add'ns (no IMA). */
  177. #define bfd_mach_sparc_v9e 16 /* with OSA2001 and T4 add'ns (no IMA). */
  178. #define bfd_mach_sparc_v8plusv 17 /* with OSA2011 and T4 and IMA and FJMAU add'ns. */
  179. #define bfd_mach_sparc_v9v 18 /* with OSA2011 and T4 and IMA and FJMAU add'ns. */
  180. #define bfd_mach_sparc_v8plusm 19 /* with OSA2015 and M7 add'ns. */
  181. #define bfd_mach_sparc_v9m 20 /* with OSA2015 and M7 add'ns. */
  182. /* Nonzero if MACH has the v9 instruction set. */
  183. #define bfd_mach_sparc_v9_p(mach) \
  184. ((mach) &gt;= bfd_mach_sparc_v8plus &amp;&amp; (mach) &lt;= bfd_mach_sparc_v9m \
  185. &amp;&amp; (mach) != bfd_mach_sparc_sparclite_le)
  186. /* Nonzero if MACH is a 64 bit sparc architecture. */
  187. #define bfd_mach_sparc_64bit_p(mach) \
  188. ((mach) &gt;= bfd_mach_sparc_v9 \
  189. &amp;&amp; (mach) != bfd_mach_sparc_v8plusb \
  190. &amp;&amp; (mach) != bfd_mach_sparc_v8plusc \
  191. &amp;&amp; (mach) != bfd_mach_sparc_v8plusd \
  192. &amp;&amp; (mach) != bfd_mach_sparc_v8pluse \
  193. &amp;&amp; (mach) != bfd_mach_sparc_v8plusv \
  194. &amp;&amp; (mach) != bfd_mach_sparc_v8plusm)
  195. bfd_arch_spu, /* PowerPC SPU */
  196. #define bfd_mach_spu 256
  197. bfd_arch_mips, /* MIPS Rxxxx */
  198. #define bfd_mach_mips3000 3000
  199. #define bfd_mach_mips3900 3900
  200. #define bfd_mach_mips4000 4000
  201. #define bfd_mach_mips4010 4010
  202. #define bfd_mach_mips4100 4100
  203. #define bfd_mach_mips4111 4111
  204. #define bfd_mach_mips4120 4120
  205. #define bfd_mach_mips4300 4300
  206. #define bfd_mach_mips4400 4400
  207. #define bfd_mach_mips4600 4600
  208. #define bfd_mach_mips4650 4650
  209. #define bfd_mach_mips5000 5000
  210. #define bfd_mach_mips5400 5400
  211. #define bfd_mach_mips5500 5500
  212. #define bfd_mach_mips5900 5900
  213. #define bfd_mach_mips6000 6000
  214. #define bfd_mach_mips7000 7000
  215. #define bfd_mach_mips8000 8000
  216. #define bfd_mach_mips9000 9000
  217. #define bfd_mach_mips10000 10000
  218. #define bfd_mach_mips12000 12000
  219. #define bfd_mach_mips14000 14000
  220. #define bfd_mach_mips16000 16000
  221. #define bfd_mach_mips16 16
  222. #define bfd_mach_mips5 5
  223. #define bfd_mach_mips_loongson_2e 3001
  224. #define bfd_mach_mips_loongson_2f 3002
  225. #define bfd_mach_mips_loongson_3a 3003
  226. #define bfd_mach_mips_sb1 12310201 /* octal 'SB', 01 */
  227. #define bfd_mach_mips_octeon 6501
  228. #define bfd_mach_mips_octeonp 6601
  229. #define bfd_mach_mips_octeon2 6502
  230. #define bfd_mach_mips_octeon3 6503
  231. #define bfd_mach_mips_xlr 887682 /* decimal 'XLR' */
  232. #define bfd_mach_mipsisa32 32
  233. #define bfd_mach_mipsisa32r2 33
  234. #define bfd_mach_mipsisa32r3 34
  235. #define bfd_mach_mipsisa32r5 36
  236. #define bfd_mach_mipsisa32r6 37
  237. #define bfd_mach_mipsisa64 64
  238. #define bfd_mach_mipsisa64r2 65
  239. #define bfd_mach_mipsisa64r3 66
  240. #define bfd_mach_mipsisa64r5 68
  241. #define bfd_mach_mipsisa64r6 69
  242. #define bfd_mach_mips_micromips 96
  243. bfd_arch_i386, /* Intel 386 */
  244. #define bfd_mach_i386_intel_syntax (1 &lt;&lt; 0)
  245. #define bfd_mach_i386_i8086 (1 &lt;&lt; 1)
  246. #define bfd_mach_i386_i386 (1 &lt;&lt; 2)
  247. #define bfd_mach_x86_64 (1 &lt;&lt; 3)
  248. #define bfd_mach_x64_32 (1 &lt;&lt; 4)
  249. #define bfd_mach_i386_i386_intel_syntax (bfd_mach_i386_i386 | bfd_mach_i386_intel_syntax)
  250. #define bfd_mach_x86_64_intel_syntax (bfd_mach_x86_64 | bfd_mach_i386_intel_syntax)
  251. #define bfd_mach_x64_32_intel_syntax (bfd_mach_x64_32 | bfd_mach_i386_intel_syntax)
  252. bfd_arch_l1om, /* Intel L1OM */
  253. #define bfd_mach_l1om (1 &lt;&lt; 5)
  254. #define bfd_mach_l1om_intel_syntax (bfd_mach_l1om | bfd_mach_i386_intel_syntax)
  255. bfd_arch_k1om, /* Intel K1OM */
  256. #define bfd_mach_k1om (1 &lt;&lt; 6)
  257. #define bfd_mach_k1om_intel_syntax (bfd_mach_k1om | bfd_mach_i386_intel_syntax)
  258. #define bfd_mach_i386_nacl (1 &lt;&lt; 7)
  259. #define bfd_mach_i386_i386_nacl (bfd_mach_i386_i386 | bfd_mach_i386_nacl)
  260. #define bfd_mach_x86_64_nacl (bfd_mach_x86_64 | bfd_mach_i386_nacl)
  261. #define bfd_mach_x64_32_nacl (bfd_mach_x64_32 | bfd_mach_i386_nacl)
  262. bfd_arch_iamcu, /* Intel MCU */
  263. #define bfd_mach_iamcu (1 &lt;&lt; 8)
  264. #define bfd_mach_i386_iamcu (bfd_mach_i386_i386 | bfd_mach_iamcu)
  265. #define bfd_mach_i386_iamcu_intel_syntax (bfd_mach_i386_iamcu | bfd_mach_i386_intel_syntax)
  266. bfd_arch_we32k, /* AT&amp;T WE32xxx */
  267. bfd_arch_tahoe, /* CCI/Harris Tahoe */
  268. bfd_arch_i860, /* Intel 860 */
  269. bfd_arch_i370, /* IBM 360/370 Mainframes */
  270. bfd_arch_romp, /* IBM ROMP PC/RT */
  271. bfd_arch_convex, /* Convex */
  272. bfd_arch_m88k, /* Motorola 88xxx */
  273. bfd_arch_m98k, /* Motorola 98xxx */
  274. bfd_arch_pyramid, /* Pyramid Technology */
  275. bfd_arch_h8300, /* Renesas H8/300 (formerly Hitachi H8/300) */
  276. #define bfd_mach_h8300 1
  277. #define bfd_mach_h8300h 2
  278. #define bfd_mach_h8300s 3
  279. #define bfd_mach_h8300hn 4
  280. #define bfd_mach_h8300sn 5
  281. #define bfd_mach_h8300sx 6
  282. #define bfd_mach_h8300sxn 7
  283. bfd_arch_pdp11, /* DEC PDP-11 */
  284. bfd_arch_plugin,
  285. bfd_arch_powerpc, /* PowerPC */
  286. #define bfd_mach_ppc 32
  287. #define bfd_mach_ppc64 64
  288. #define bfd_mach_ppc_403 403
  289. #define bfd_mach_ppc_403gc 4030
  290. #define bfd_mach_ppc_405 405
  291. #define bfd_mach_ppc_505 505
  292. #define bfd_mach_ppc_601 601
  293. #define bfd_mach_ppc_602 602
  294. #define bfd_mach_ppc_603 603
  295. #define bfd_mach_ppc_ec603e 6031
  296. #define bfd_mach_ppc_604 604
  297. #define bfd_mach_ppc_620 620
  298. #define bfd_mach_ppc_630 630
  299. #define bfd_mach_ppc_750 750
  300. #define bfd_mach_ppc_860 860
  301. #define bfd_mach_ppc_a35 35
  302. #define bfd_mach_ppc_rs64ii 642
  303. #define bfd_mach_ppc_rs64iii 643
  304. #define bfd_mach_ppc_7400 7400
  305. #define bfd_mach_ppc_e500 500
  306. #define bfd_mach_ppc_e500mc 5001
  307. #define bfd_mach_ppc_e500mc64 5005
  308. #define bfd_mach_ppc_e5500 5006
  309. #define bfd_mach_ppc_e6500 5007
  310. #define bfd_mach_ppc_titan 83
  311. #define bfd_mach_ppc_vle 84
  312. bfd_arch_rs6000, /* IBM RS/6000 */
  313. #define bfd_mach_rs6k 6000
  314. #define bfd_mach_rs6k_rs1 6001
  315. #define bfd_mach_rs6k_rsc 6003
  316. #define bfd_mach_rs6k_rs2 6002
  317. bfd_arch_hppa, /* HP PA RISC */
  318. #define bfd_mach_hppa10 10
  319. #define bfd_mach_hppa11 11
  320. #define bfd_mach_hppa20 20
  321. #define bfd_mach_hppa20w 25
  322. bfd_arch_d10v, /* Mitsubishi D10V */
  323. #define bfd_mach_d10v 1
  324. #define bfd_mach_d10v_ts2 2
  325. #define bfd_mach_d10v_ts3 3
  326. bfd_arch_d30v, /* Mitsubishi D30V */
  327. bfd_arch_dlx, /* DLX */
  328. bfd_arch_m68hc11, /* Motorola 68HC11 */
  329. bfd_arch_m68hc12, /* Motorola 68HC12 */
  330. #define bfd_mach_m6812_default 0
  331. #define bfd_mach_m6812 1
  332. #define bfd_mach_m6812s 2
  333. bfd_arch_m9s12x, /* Freescale S12X */
  334. bfd_arch_m9s12xg, /* Freescale XGATE */
  335. bfd_arch_z8k, /* Zilog Z8000 */
  336. #define bfd_mach_z8001 1
  337. #define bfd_mach_z8002 2
  338. bfd_arch_h8500, /* Renesas H8/500 (formerly Hitachi H8/500) */
  339. bfd_arch_sh, /* Renesas / SuperH SH (formerly Hitachi SH) */
  340. #define bfd_mach_sh 1
  341. #define bfd_mach_sh2 0x20
  342. #define bfd_mach_sh_dsp 0x2d
  343. #define bfd_mach_sh2a 0x2a
  344. #define bfd_mach_sh2a_nofpu 0x2b
  345. #define bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu 0x2a1
  346. #define bfd_mach_sh2a_nofpu_or_sh3_nommu 0x2a2
  347. #define bfd_mach_sh2a_or_sh4 0x2a3
  348. #define bfd_mach_sh2a_or_sh3e 0x2a4
  349. #define bfd_mach_sh2e 0x2e
  350. #define bfd_mach_sh3 0x30
  351. #define bfd_mach_sh3_nommu 0x31
  352. #define bfd_mach_sh3_dsp 0x3d
  353. #define bfd_mach_sh3e 0x3e
  354. #define bfd_mach_sh4 0x40
  355. #define bfd_mach_sh4_nofpu 0x41
  356. #define bfd_mach_sh4_nommu_nofpu 0x42
  357. #define bfd_mach_sh4a 0x4a
  358. #define bfd_mach_sh4a_nofpu 0x4b
  359. #define bfd_mach_sh4al_dsp 0x4d
  360. #define bfd_mach_sh5 0x50
  361. bfd_arch_alpha, /* Dec Alpha */
  362. #define bfd_mach_alpha_ev4 0x10
  363. #define bfd_mach_alpha_ev5 0x20
  364. #define bfd_mach_alpha_ev6 0x30
  365. bfd_arch_arm, /* Advanced Risc Machines ARM. */
  366. #define bfd_mach_arm_unknown 0
  367. #define bfd_mach_arm_2 1
  368. #define bfd_mach_arm_2a 2
  369. #define bfd_mach_arm_3 3
  370. #define bfd_mach_arm_3M 4
  371. #define bfd_mach_arm_4 5
  372. #define bfd_mach_arm_4T 6
  373. #define bfd_mach_arm_5 7
  374. #define bfd_mach_arm_5T 8
  375. #define bfd_mach_arm_5TE 9
  376. #define bfd_mach_arm_XScale 10
  377. #define bfd_mach_arm_ep9312 11
  378. #define bfd_mach_arm_iWMMXt 12
  379. #define bfd_mach_arm_iWMMXt2 13
  380. bfd_arch_nds32, /* Andes NDS32 */
  381. #define bfd_mach_n1 1
  382. #define bfd_mach_n1h 2
  383. #define bfd_mach_n1h_v2 3
  384. #define bfd_mach_n1h_v3 4
  385. #define bfd_mach_n1h_v3m 5
  386. bfd_arch_ns32k, /* National Semiconductors ns32000 */
  387. bfd_arch_w65, /* WDC 65816 */
  388. bfd_arch_tic30, /* Texas Instruments TMS320C30 */
  389. bfd_arch_tic4x, /* Texas Instruments TMS320C3X/4X */
  390. #define bfd_mach_tic3x 30
  391. #define bfd_mach_tic4x 40
  392. bfd_arch_tic54x, /* Texas Instruments TMS320C54X */
  393. bfd_arch_tic6x, /* Texas Instruments TMS320C6X */
  394. bfd_arch_tic80, /* TI TMS320c80 (MVP) */
  395. bfd_arch_v850, /* NEC V850 */
  396. bfd_arch_v850_rh850,/* NEC V850 (using RH850 ABI) */
  397. #define bfd_mach_v850 1
  398. #define bfd_mach_v850e 'E'
  399. #define bfd_mach_v850e1 '1'
  400. #define bfd_mach_v850e2 0x4532
  401. #define bfd_mach_v850e2v3 0x45325633
  402. #define bfd_mach_v850e3v5 0x45335635 /* ('E'|'3'|'V'|'5') */
  403. bfd_arch_arc, /* ARC Cores */
  404. #define bfd_mach_arc_a4 0
  405. #define bfd_mach_arc_a5 1
  406. #define bfd_mach_arc_arc600 2
  407. #define bfd_mach_arc_arc601 4
  408. #define bfd_mach_arc_arc700 3
  409. #define bfd_mach_arc_arcv2 5
  410. bfd_arch_m32c, /* Renesas M16C/M32C. */
  411. #define bfd_mach_m16c 0x75
  412. #define bfd_mach_m32c 0x78
  413. bfd_arch_m32r, /* Renesas M32R (formerly Mitsubishi M32R/D) */
  414. #define bfd_mach_m32r 1 /* For backwards compatibility. */
  415. #define bfd_mach_m32rx 'x'
  416. #define bfd_mach_m32r2 '2'
  417. bfd_arch_mn10200, /* Matsushita MN10200 */
  418. bfd_arch_mn10300, /* Matsushita MN10300 */
  419. #define bfd_mach_mn10300 300
  420. #define bfd_mach_am33 330
  421. #define bfd_mach_am33_2 332
  422. bfd_arch_fr30,
  423. #define bfd_mach_fr30 0x46523330
  424. bfd_arch_frv,
  425. #define bfd_mach_frv 1
  426. #define bfd_mach_frvsimple 2
  427. #define bfd_mach_fr300 300
  428. #define bfd_mach_fr400 400
  429. #define bfd_mach_fr450 450
  430. #define bfd_mach_frvtomcat 499 /* fr500 prototype */
  431. #define bfd_mach_fr500 500
  432. #define bfd_mach_fr550 550
  433. bfd_arch_moxie, /* The moxie processor */
  434. #define bfd_mach_moxie 1
  435. bfd_arch_ft32, /* The ft32 processor */
  436. #define bfd_mach_ft32 1
  437. bfd_arch_mcore,
  438. bfd_arch_mep,
  439. #define bfd_mach_mep 1
  440. #define bfd_mach_mep_h1 0x6831
  441. #define bfd_mach_mep_c5 0x6335
  442. bfd_arch_metag,
  443. #define bfd_mach_metag 1
  444. bfd_arch_ia64, /* HP/Intel ia64 */
  445. #define bfd_mach_ia64_elf64 64
  446. #define bfd_mach_ia64_elf32 32
  447. bfd_arch_ip2k, /* Ubicom IP2K microcontrollers. */
  448. #define bfd_mach_ip2022 1
  449. #define bfd_mach_ip2022ext 2
  450. bfd_arch_iq2000, /* Vitesse IQ2000. */
  451. #define bfd_mach_iq2000 1
  452. #define bfd_mach_iq10 2
  453. bfd_arch_epiphany, /* Adapteva EPIPHANY */
  454. #define bfd_mach_epiphany16 1
  455. #define bfd_mach_epiphany32 2
  456. bfd_arch_mt,
  457. #define bfd_mach_ms1 1
  458. #define bfd_mach_mrisc2 2
  459. #define bfd_mach_ms2 3
  460. bfd_arch_pj,
  461. bfd_arch_avr, /* Atmel AVR microcontrollers. */
  462. #define bfd_mach_avr1 1
  463. #define bfd_mach_avr2 2
  464. #define bfd_mach_avr25 25
  465. #define bfd_mach_avr3 3
  466. #define bfd_mach_avr31 31
  467. #define bfd_mach_avr35 35
  468. #define bfd_mach_avr4 4
  469. #define bfd_mach_avr5 5
  470. #define bfd_mach_avr51 51
  471. #define bfd_mach_avr6 6
  472. #define bfd_mach_avrtiny 100
  473. #define bfd_mach_avrxmega1 101
  474. #define bfd_mach_avrxmega2 102
  475. #define bfd_mach_avrxmega3 103
  476. #define bfd_mach_avrxmega4 104
  477. #define bfd_mach_avrxmega5 105
  478. #define bfd_mach_avrxmega6 106
  479. #define bfd_mach_avrxmega7 107
  480. bfd_arch_bfin, /* ADI Blackfin */
  481. #define bfd_mach_bfin 1
  482. bfd_arch_cr16, /* National Semiconductor CompactRISC (ie CR16). */
  483. #define bfd_mach_cr16 1
  484. bfd_arch_cr16c, /* National Semiconductor CompactRISC. */
  485. #define bfd_mach_cr16c 1
  486. bfd_arch_crx, /* National Semiconductor CRX. */
  487. #define bfd_mach_crx 1
  488. bfd_arch_cris, /* Axis CRIS */
  489. #define bfd_mach_cris_v0_v10 255
  490. #define bfd_mach_cris_v32 32
  491. #define bfd_mach_cris_v10_v32 1032
  492. bfd_arch_riscv,
  493. #define bfd_mach_riscv32 132
  494. #define bfd_mach_riscv64 164
  495. bfd_arch_rl78,
  496. #define bfd_mach_rl78 0x75
  497. bfd_arch_rx, /* Renesas RX. */
  498. #define bfd_mach_rx 0x75
  499. bfd_arch_s390, /* IBM s390 */
  500. #define bfd_mach_s390_31 31
  501. #define bfd_mach_s390_64 64
  502. bfd_arch_score, /* Sunplus score */
  503. #define bfd_mach_score3 3
  504. #define bfd_mach_score7 7
  505. bfd_arch_mmix, /* Donald Knuth's educational processor. */
  506. bfd_arch_xstormy16,
  507. #define bfd_mach_xstormy16 1
  508. bfd_arch_msp430, /* Texas Instruments MSP430 architecture. */
  509. #define bfd_mach_msp11 11
  510. #define bfd_mach_msp110 110
  511. #define bfd_mach_msp12 12
  512. #define bfd_mach_msp13 13
  513. #define bfd_mach_msp14 14
  514. #define bfd_mach_msp15 15
  515. #define bfd_mach_msp16 16
  516. #define bfd_mach_msp20 20
  517. #define bfd_mach_msp21 21
  518. #define bfd_mach_msp22 22
  519. #define bfd_mach_msp23 23
  520. #define bfd_mach_msp24 24
  521. #define bfd_mach_msp26 26
  522. #define bfd_mach_msp31 31
  523. #define bfd_mach_msp32 32
  524. #define bfd_mach_msp33 33
  525. #define bfd_mach_msp41 41
  526. #define bfd_mach_msp42 42
  527. #define bfd_mach_msp43 43
  528. #define bfd_mach_msp44 44
  529. #define bfd_mach_msp430x 45
  530. #define bfd_mach_msp46 46
  531. #define bfd_mach_msp47 47
  532. #define bfd_mach_msp54 54
  533. bfd_arch_xc16x, /* Infineon's XC16X Series. */
  534. #define bfd_mach_xc16x 1
  535. #define bfd_mach_xc16xl 2
  536. #define bfd_mach_xc16xs 3
  537. bfd_arch_xgate, /* Freescale XGATE */
  538. #define bfd_mach_xgate 1
  539. bfd_arch_xtensa, /* Tensilica's Xtensa cores. */
  540. #define bfd_mach_xtensa 1
  541. bfd_arch_z80,
  542. #define bfd_mach_z80strict 1 /* No undocumented opcodes. */
  543. #define bfd_mach_z80 3 /* With ixl, ixh, iyl, and iyh. */
  544. #define bfd_mach_z80full 7 /* All undocumented instructions. */
  545. #define bfd_mach_r800 11 /* R800: successor with multiplication. */
  546. bfd_arch_lm32, /* Lattice Mico32 */
  547. #define bfd_mach_lm32 1
  548. bfd_arch_microblaze,/* Xilinx MicroBlaze. */
  549. bfd_arch_tilepro, /* Tilera TILEPro */
  550. bfd_arch_tilegx, /* Tilera TILE-Gx */
  551. #define bfd_mach_tilepro 1
  552. #define bfd_mach_tilegx 1
  553. #define bfd_mach_tilegx32 2
  554. bfd_arch_aarch64, /* AArch64 */
  555. #define bfd_mach_aarch64 0
  556. #define bfd_mach_aarch64_ilp32 32
  557. bfd_arch_nios2, /* Nios II */
  558. #define bfd_mach_nios2 0
  559. #define bfd_mach_nios2r1 1
  560. #define bfd_mach_nios2r2 2
  561. bfd_arch_visium, /* Visium */
  562. #define bfd_mach_visium 1
  563. bfd_arch_last
  564. };
  565. </pre></div>
  566. <a name="bfd_005farch_005finfo"></a>
  567. <h4 class="subsection">2.13.2 bfd_arch_info</h4>
  568. <p><strong>Description</strong><br>
  569. This structure contains information on architectures for use
  570. within BFD.
  571. </p><div class="example">
  572. <pre class="example">
  573. typedef struct bfd_arch_info
  574. {
  575. int bits_per_word;
  576. int bits_per_address;
  577. int bits_per_byte;
  578. enum bfd_architecture arch;
  579. unsigned long mach;
  580. const char *arch_name;
  581. const char *printable_name;
  582. unsigned int section_align_power;
  583. /* TRUE if this is the default machine for the architecture.
  584. The default arch should be the first entry for an arch so that
  585. all the entries for that arch can be accessed via <code>next</code>. */
  586. bfd_boolean the_default;
  587. const struct bfd_arch_info * (*compatible)
  588. (const struct bfd_arch_info *a, const struct bfd_arch_info *b);
  589. bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
  590. /* Allocate via bfd_malloc and return a fill buffer of size COUNT. If
  591. IS_BIGENDIAN is TRUE, the order of bytes is big endian. If CODE is
  592. TRUE, the buffer contains code. */
  593. void *(*fill) (bfd_size_type count, bfd_boolean is_bigendian,
  594. bfd_boolean code);
  595. const struct bfd_arch_info *next;
  596. }
  597. bfd_arch_info_type;
  598. </pre></div>
  599. <a name="index-bfd_005fprintable_005fname"></a>
  600. <a name="bfd_005fprintable_005fname"></a>
  601. <h4 class="subsubsection">2.13.2.1 <code>bfd_printable_name</code></h4>
  602. <p><strong>Synopsis</strong>
  603. </p><div class="example">
  604. <pre class="example">const char *bfd_printable_name (bfd *abfd);
  605. </pre></div>
  606. <p><strong>Description</strong><br>
  607. Return a printable string representing the architecture and machine
  608. from the pointer to the architecture info structure.
  609. </p>
  610. <a name="index-bfd_005fscan_005farch"></a>
  611. <a name="bfd_005fscan_005farch"></a>
  612. <h4 class="subsubsection">2.13.2.2 <code>bfd_scan_arch</code></h4>
  613. <p><strong>Synopsis</strong>
  614. </p><div class="example">
  615. <pre class="example">const bfd_arch_info_type *bfd_scan_arch (const char *string);
  616. </pre></div>
  617. <p><strong>Description</strong><br>
  618. Figure out if BFD supports any cpu which could be described with
  619. the name <var>string</var>. Return a pointer to an <code>arch_info</code>
  620. structure if a machine is found, otherwise NULL.
  621. </p>
  622. <a name="index-bfd_005farch_005flist"></a>
  623. <a name="bfd_005farch_005flist"></a>
  624. <h4 class="subsubsection">2.13.2.3 <code>bfd_arch_list</code></h4>
  625. <p><strong>Synopsis</strong>
  626. </p><div class="example">
  627. <pre class="example">const char **bfd_arch_list (void);
  628. </pre></div>
  629. <p><strong>Description</strong><br>
  630. Return a freshly malloced NULL-terminated vector of the names
  631. of all the valid BFD architectures. Do not modify the names.
  632. </p>
  633. <a name="index-bfd_005farch_005fget_005fcompatible"></a>
  634. <a name="bfd_005farch_005fget_005fcompatible"></a>
  635. <h4 class="subsubsection">2.13.2.4 <code>bfd_arch_get_compatible</code></h4>
  636. <p><strong>Synopsis</strong>
  637. </p><div class="example">
  638. <pre class="example">const bfd_arch_info_type *bfd_arch_get_compatible
  639. (const bfd *abfd, const bfd *bbfd, bfd_boolean accept_unknowns);
  640. </pre></div>
  641. <p><strong>Description</strong><br>
  642. Determine whether two BFDs&rsquo; architectures and machine types
  643. are compatible. Calculates the lowest common denominator
  644. between the two architectures and machine types implied by
  645. the BFDs and returns a pointer to an <code>arch_info</code> structure
  646. describing the compatible machine.
  647. </p>
  648. <a name="index-bfd_005fdefault_005farch_005fstruct"></a>
  649. <a name="bfd_005fdefault_005farch_005fstruct"></a>
  650. <h4 class="subsubsection">2.13.2.5 <code>bfd_default_arch_struct</code></h4>
  651. <p><strong>Description</strong><br>
  652. The <code>bfd_default_arch_struct</code> is an item of
  653. <code>bfd_arch_info_type</code> which has been initialized to a fairly
  654. generic state. A BFD starts life by pointing to this
  655. structure, until the correct back end has determined the real
  656. architecture of the file.
  657. </p><div class="example">
  658. <pre class="example">extern const bfd_arch_info_type bfd_default_arch_struct;
  659. </pre></div>
  660. <a name="index-bfd_005fset_005farch_005finfo"></a>
  661. <a name="bfd_005fset_005farch_005finfo"></a>
  662. <h4 class="subsubsection">2.13.2.6 <code>bfd_set_arch_info</code></h4>
  663. <p><strong>Synopsis</strong>
  664. </p><div class="example">
  665. <pre class="example">void bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg);
  666. </pre></div>
  667. <p><strong>Description</strong><br>
  668. Set the architecture info of <var>abfd</var> to <var>arg</var>.
  669. </p>
  670. <a name="index-bfd_005fdefault_005fset_005farch_005fmach"></a>
  671. <a name="bfd_005fdefault_005fset_005farch_005fmach"></a>
  672. <h4 class="subsubsection">2.13.2.7 <code>bfd_default_set_arch_mach</code></h4>
  673. <p><strong>Synopsis</strong>
  674. </p><div class="example">
  675. <pre class="example">bfd_boolean bfd_default_set_arch_mach
  676. (bfd *abfd, enum bfd_architecture arch, unsigned long mach);
  677. </pre></div>
  678. <p><strong>Description</strong><br>
  679. Set the architecture and machine type in BFD <var>abfd</var>
  680. to <var>arch</var> and <var>mach</var>. Find the correct
  681. pointer to a structure and insert it into the <code>arch_info</code>
  682. pointer.
  683. </p>
  684. <a name="index-bfd_005fget_005farch"></a>
  685. <a name="bfd_005fget_005farch"></a>
  686. <h4 class="subsubsection">2.13.2.8 <code>bfd_get_arch</code></h4>
  687. <p><strong>Synopsis</strong>
  688. </p><div class="example">
  689. <pre class="example">enum bfd_architecture bfd_get_arch (bfd *abfd);
  690. </pre></div>
  691. <p><strong>Description</strong><br>
  692. Return the enumerated type which describes the BFD <var>abfd</var>&rsquo;s
  693. architecture.
  694. </p>
  695. <a name="index-bfd_005fget_005fmach"></a>
  696. <a name="bfd_005fget_005fmach"></a>
  697. <h4 class="subsubsection">2.13.2.9 <code>bfd_get_mach</code></h4>
  698. <p><strong>Synopsis</strong>
  699. </p><div class="example">
  700. <pre class="example">unsigned long bfd_get_mach (bfd *abfd);
  701. </pre></div>
  702. <p><strong>Description</strong><br>
  703. Return the long type which describes the BFD <var>abfd</var>&rsquo;s
  704. machine.
  705. </p>
  706. <a name="index-bfd_005farch_005fbits_005fper_005fbyte"></a>
  707. <a name="bfd_005farch_005fbits_005fper_005fbyte"></a>
  708. <h4 class="subsubsection">2.13.2.10 <code>bfd_arch_bits_per_byte</code></h4>
  709. <p><strong>Synopsis</strong>
  710. </p><div class="example">
  711. <pre class="example">unsigned int bfd_arch_bits_per_byte (bfd *abfd);
  712. </pre></div>
  713. <p><strong>Description</strong><br>
  714. Return the number of bits in one of the BFD <var>abfd</var>&rsquo;s
  715. architecture&rsquo;s bytes.
  716. </p>
  717. <a name="index-bfd_005farch_005fbits_005fper_005faddress"></a>
  718. <a name="bfd_005farch_005fbits_005fper_005faddress"></a>
  719. <h4 class="subsubsection">2.13.2.11 <code>bfd_arch_bits_per_address</code></h4>
  720. <p><strong>Synopsis</strong>
  721. </p><div class="example">
  722. <pre class="example">unsigned int bfd_arch_bits_per_address (bfd *abfd);
  723. </pre></div>
  724. <p><strong>Description</strong><br>
  725. Return the number of bits in one of the BFD <var>abfd</var>&rsquo;s
  726. architecture&rsquo;s addresses.
  727. </p>
  728. <a name="index-bfd_005fdefault_005fcompatible"></a>
  729. <a name="bfd_005fdefault_005fcompatible"></a>
  730. <h4 class="subsubsection">2.13.2.12 <code>bfd_default_compatible</code></h4>
  731. <p><strong>Synopsis</strong>
  732. </p><div class="example">
  733. <pre class="example">const bfd_arch_info_type *bfd_default_compatible
  734. (const bfd_arch_info_type *a, const bfd_arch_info_type *b);
  735. </pre></div>
  736. <p><strong>Description</strong><br>
  737. The default function for testing for compatibility.
  738. </p>
  739. <a name="index-bfd_005fdefault_005fscan"></a>
  740. <a name="bfd_005fdefault_005fscan"></a>
  741. <h4 class="subsubsection">2.13.2.13 <code>bfd_default_scan</code></h4>
  742. <p><strong>Synopsis</strong>
  743. </p><div class="example">
  744. <pre class="example">bfd_boolean bfd_default_scan
  745. (const struct bfd_arch_info *info, const char *string);
  746. </pre></div>
  747. <p><strong>Description</strong><br>
  748. The default function for working out whether this is an
  749. architecture hit and a machine hit.
  750. </p>
  751. <a name="index-bfd_005fget_005farch_005finfo"></a>
  752. <a name="bfd_005fget_005farch_005finfo"></a>
  753. <h4 class="subsubsection">2.13.2.14 <code>bfd_get_arch_info</code></h4>
  754. <p><strong>Synopsis</strong>
  755. </p><div class="example">
  756. <pre class="example">const bfd_arch_info_type *bfd_get_arch_info (bfd *abfd);
  757. </pre></div>
  758. <p><strong>Description</strong><br>
  759. Return the architecture info struct in <var>abfd</var>.
  760. </p>
  761. <a name="index-bfd_005flookup_005farch"></a>
  762. <a name="bfd_005flookup_005farch"></a>
  763. <h4 class="subsubsection">2.13.2.15 <code>bfd_lookup_arch</code></h4>
  764. <p><strong>Synopsis</strong>
  765. </p><div class="example">
  766. <pre class="example">const bfd_arch_info_type *bfd_lookup_arch
  767. (enum bfd_architecture arch, unsigned long machine);
  768. </pre></div>
  769. <p><strong>Description</strong><br>
  770. Look for the architecture info structure which matches the
  771. arguments <var>arch</var> and <var>machine</var>. A machine of 0 matches the
  772. machine/architecture structure which marks itself as the
  773. default.
  774. </p>
  775. <a name="index-bfd_005fprintable_005farch_005fmach"></a>
  776. <a name="bfd_005fprintable_005farch_005fmach"></a>
  777. <h4 class="subsubsection">2.13.2.16 <code>bfd_printable_arch_mach</code></h4>
  778. <p><strong>Synopsis</strong>
  779. </p><div class="example">
  780. <pre class="example">const char *bfd_printable_arch_mach
  781. (enum bfd_architecture arch, unsigned long machine);
  782. </pre></div>
  783. <p><strong>Description</strong><br>
  784. Return a printable string representing the architecture and
  785. machine type.
  786. </p>
  787. <p>This routine is depreciated.
  788. </p>
  789. <a name="index-bfd_005foctets_005fper_005fbyte"></a>
  790. <a name="bfd_005foctets_005fper_005fbyte"></a>
  791. <h4 class="subsubsection">2.13.2.17 <code>bfd_octets_per_byte</code></h4>
  792. <p><strong>Synopsis</strong>
  793. </p><div class="example">
  794. <pre class="example">unsigned int bfd_octets_per_byte (bfd *abfd);
  795. </pre></div>
  796. <p><strong>Description</strong><br>
  797. Return the number of octets (8-bit quantities) per target byte
  798. (minimum addressable unit). In most cases, this will be one, but some
  799. DSP targets have 16, 32, or even 48 bits per byte.
  800. </p>
  801. <a name="index-bfd_005farch_005fmach_005foctets_005fper_005fbyte"></a>
  802. <a name="bfd_005farch_005fmach_005foctets_005fper_005fbyte"></a>
  803. <h4 class="subsubsection">2.13.2.18 <code>bfd_arch_mach_octets_per_byte</code></h4>
  804. <p><strong>Synopsis</strong>
  805. </p><div class="example">
  806. <pre class="example">unsigned int bfd_arch_mach_octets_per_byte
  807. (enum bfd_architecture arch, unsigned long machine);
  808. </pre></div>
  809. <p><strong>Description</strong><br>
  810. See bfd_octets_per_byte.
  811. </p>
  812. <p>This routine is provided for those cases where a bfd * is not
  813. available
  814. </p>
  815. <a name="index-bfd_005farch_005fdefault_005ffill"></a>
  816. <a name="bfd_005farch_005fdefault_005ffill"></a>
  817. <h4 class="subsubsection">2.13.2.19 <code>bfd_arch_default_fill</code></h4>
  818. <p><strong>Synopsis</strong>
  819. </p><div class="example">
  820. <pre class="example">void *bfd_arch_default_fill (bfd_size_type count,
  821. bfd_boolean is_bigendian,
  822. bfd_boolean code);
  823. </pre></div>
  824. <p><strong>Description</strong><br>
  825. Allocate via bfd_malloc and return a fill buffer of size COUNT.
  826. If IS_BIGENDIAN is TRUE, the order of bytes is big endian. If
  827. CODE is TRUE, the buffer contains code.
  828. </p>
  829. <hr>
  830. <div class="header">
  831. <p>
  832. Next: <a href="Opening-and-Closing.html#Opening-and-Closing" accesskey="n" rel="next">Opening and Closing</a>, Previous: <a href="Targets.html#Targets" accesskey="p" rel="prev">Targets</a>, Up: <a href="BFD-front-end.html#BFD-front-end" accesskey="u" rel="up">BFD front end</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="BFD-Index.html#BFD-Index" title="Index" rel="index">Index</a>]</p>
  833. </div>
  834. </body>
  835. </html>