SpaghettiKart/segments_8h_source.html

253 lines
30 KiB
HTML

<!-- HTML header for doxygen 1.10.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Mario Kart 64: include/segments.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<link href="docs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Mario Kart 64
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('segments_8h_source.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">segments.h</div></div>
</div><!--header-->
<div class="contents">
<a href="segments_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef SEGMENTS_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define SEGMENTS_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;libultraship.h&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;<a class="code" href="macros_8h.html">macros.h</a>&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a5d9c8e65759367d19eda7d85d4fe36fa">_memoryPoolSegmentNoloadStart</a>[];</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a361f54b8c4b4e31cf3ecdbf4b1d00185">_memoryPoolSegmentNoloadEnd</a>[];</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a5abd1d81c608882a0d8f517b8c383d6c">_endingSegmentStart</a>[];</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a480b6132b84a4af88340c9d2c098e913">_endingSegmentRomStart</a>[];</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a2f00f01ea9f63c8a716281f20c7a8e77">_endingSegmentRomEnd</a>[];</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a84298edcd96683e0cb18204f8c79632b">_endingSegmentNoloadEnd</a>[];</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#af9766dd80e443b04229aa09ee71f68e5">_racingSegmentStart</a>[];</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#aaefd65646408f3fbd4b9176e36951e43">_racingSegmentNoloadEnd</a>[];</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#ab32e22bec107298e99cef7b7563166d1">_racingSegmentRomStart</a>[];</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#ad3cada6bd878c8da147459e98054d18d">_racingSegmentRomEnd</a>[];</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a5fb071029a2685c4728754d96cbc9545">_trigTablesSegmentStart</a>[];</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#afd88ef6454e0c8a5e141f558584c4bfb">_trigTablesSegmentSize</a>[];</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a407f4be2e020c9618562f7853e5adc95">_trigTablesSegmentRomStart</a>[];</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a3e923581f5947a3d809b446ce3761a2b">_data_segment2SegmentRomStart</a>[];</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a4656f718a3a818747accc3b9d3ee8f60">_data_segment2SegmentRomEnd</a>[];</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#ac35df085ed5a1475bf04d6f82996366b">_common_texturesSegmentRomStart</a>[];</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a4ad897f859b63aa53cded94baa7fd4ac">_common_texturesSegmentRomEnd</a>[];</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a420a1461911f0c6d97f7a9a2e6fa99bc">_ceremonyDataSegmentRomStart</a>[];</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a7929c34c95fe113ccab671ed9de129ee">_ceremonyDataSegmentRomEnd</a>[];</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a1c95b2354ca5fbdfcf205d2bbd6c5084">_startupLogoSegmentRomStart</a>[];</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keyword">extern</span> u8 <a class="code hl_variable" href="segments_8h.html#a38d4f923742f7bc3032611ace82b8afe">_startupLogoSegmentRomEnd</a>[];</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="segments_8h.html#a378904609c6c5b42e627a7cf34c28acf"> 43</a></span><span class="preprocessor">#define SEG_START 0x80000000</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="comment">// Defines duplicated even if the same for both for easier readability</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="preprocessor">#ifdef AVOID_UB</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="preprocessor">#if 0</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="preprocessor">#define MEMORY_POOL_START (uintptr_t) &amp; _memoryPoolSegmentNoloadStart[0]</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="preprocessor">#define MEMORY_POOL_END (uintptr_t) &amp; _memoryPoolSegmentNoloadEnd[0]</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="preprocessor">#define SEG_ENDING (uintptr_t) &amp; _endingSegmentStart[0]</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#define SEG_ENDING_ROM_START (uintptr_t) &amp; _endingSegmentRomStart[0]</span><span class="preprocessor"></span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">#define SEG_ENDING_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_endingSegmentNoloadEnd[0] - &amp;_endingSegmentStart[0]))</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="preprocessor">#define SEG_ENDING_ROM_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_endingSegmentRomEnd[0] - &amp;_endingSegmentRomStart[0]))</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#define SEG_RACING (uintptr_t) &amp; _racingSegmentStart[0]</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#define SEG_RACING_ROM_START (uintptr_t) &amp; _racingSegmentRomStart[0]</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#define SEG_RACING_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_racingSegmentNoloadEnd[0] - &amp;_racingSegmentStart[0]))</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#define SEG_RACING_ROM_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_racingSegmentRomEnd[0] - &amp;_racingSegmentRomStart[0]))</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#define TRIG_TABLES (uintptr_t) &amp; _trigTablesSegmentStart[0]</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#define TRIG_TABLES_ROM_START (uintptr_t) &amp; _trigTablesSegmentRomStart[0]</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#define TRIG_TABLES_SIZE (size_t) _trigTablesSegmentSize</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#define SEG_DATA_START (uintptr_t) &amp; _data_segment2SegmentRomStart[0]</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#define SEG_DATA_END (uintptr_t) &amp; _data_segment2SegmentRomEnd[0]</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#define COMMON_TEXTURES_ROM_START (uintptr_t) &amp; _common_texturesSegmentRomStart[0]</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="preprocessor">#define COMMON_TEXTURES_SIZE (ptrdiff_t)(&amp;_common_texturesSegmentRomEnd[0] - &amp;_common_texturesSegmentRomStart[0])</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="preprocessor">#define CEREMONY_DATA_ROM_START &amp;_ceremonyDataSegmentRomStart[0]</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="preprocessor">#define CEREMONY_DATA_ROM_END &amp;_ceremonyDataSegmentRomEnd[0]</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="preprocessor">#define STARTUP_LOGO_ROM_START &amp;_startupLogoSegmentRomStart[0]</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="preprocessor">#define STARTUP_LOGO_ROM_END &amp;_startupLogoSegmentRomEnd[0]</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="preprocessor">#else </span><span class="comment">// Required for ok</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="segments_8h.html#a914d38b452840fbdf4fd3a0bb601ff21"> 83</a></span><span class="preprocessor">#define MEMORY_POOL_START (uintptr_t) &amp; _memoryPoolSegmentNoloadStart</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="segments_8h.html#aef486f29a7da7891d45b3fd43401fc0b"> 84</a></span><span class="preprocessor">#define MEMORY_POOL_END (uintptr_t) 0x80242F00</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="segments_8h.html#ad3da5ce8bae6ed93cba43b1ac0808ec5"> 86</a></span><span class="preprocessor">#define SEG_ENDING (uintptr_t) 0x80280000</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="segments_8h.html#abb117a4e6ced0e6d4a7a627daa381915"> 87</a></span><span class="preprocessor">#define SEG_ENDING_ROM_START (u8*) &amp;_endingSegmentRomStart[0]</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="segments_8h.html#aed207ab149264a186c4a492d6a3d67ca"> 89</a></span><span class="preprocessor">#define SEG_ENDING_SIZE (size_t) 0xDF00</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="segments_8h.html#a436b2f9ce1608bf74c0519455fe3b3c5"> 90</a></span><span class="preprocessor">#define SEG_ENDING_ROM_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_endingSegmentRomEnd[0] - &amp;_endingSegmentRomStart[0]))</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="segments_8h.html#a329896c4a9fdd13172add7c9890947ed"> 92</a></span><span class="preprocessor">#define SEG_RACING (uintptr_t) 0x8028DF00</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="segments_8h.html#a8f799bd3910a3bd042bb4faa6d776f20"> 93</a></span><span class="preprocessor">#define SEG_RACING_ROM_START (u8*) &amp;_racingSegmentRomStart[0]</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="segments_8h.html#ad4646b8ed1e5c883b944832f3a141c99"> 94</a></span><span class="preprocessor">#define SEG_RACING_SIZE (size_t) 0x2C470</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="segments_8h.html#a5048de3bcd4ff96d1513bb3c7c28bbf3"> 96</a></span><span class="preprocessor">#define SEG_RACING_ROM_SIZE (size_t) ALIGN16((ptrdiff_t) (&amp;_racingSegmentRomEnd[0] - &amp;_racingSegmentRomStart[0]))</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="segments_8h.html#a761c05cde348942fdce0754b88fb1ca6"> 98</a></span><span class="preprocessor">#define TRIG_TABLES (uintptr_t) 0x802BA370</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="segments_8h.html#a20d77c6ed229d04a4e116f6efee58b65"> 99</a></span><span class="preprocessor">#define TRIG_TABLES_ROM_START (uintptr_t) &amp; _trigTablesSegmentRomStart[0]</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="segments_8h.html#a2e9dea20b55782f35a2f810a20bea0ab"> 100</a></span><span class="preprocessor">#define TRIG_TABLES_SIZE (size_t) 0x5810</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="segments_8h.html#a5c4b46682e3b26db8919944b7766bc43"> 102</a></span><span class="preprocessor">#define SEG_DATA_START (uintptr_t) &amp; _data_segment2SegmentRomStart[0]</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="segments_8h.html#a1ec99b3956bc9699291ce3ab90f3e8b3"> 103</a></span><span class="preprocessor">#define SEG_DATA_END (uintptr_t) &amp; _data_segment2SegmentRomEnd[0]</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="segments_8h.html#a03d3ab673722457d40c636948e99b361"> 105</a></span><span class="preprocessor">#define COMMON_TEXTURES_ROM_START (uintptr_t) &amp; _common_texturesSegmentRomStart[0]</span></div>
<div class="foldopen" id="foldopen00106" data-start="" data-end="">
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="segments_8h.html#a8f3b09eb89cbeb4d1694dbe836ea1df8"> 106</a></span><span class="preprocessor">#define COMMON_TEXTURES_SIZE \</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="preprocessor"> (ptrdiff_t)((uintptr_t) &amp; _common_texturesSegmentRomEnd - (uintptr_t) &amp; _common_texturesSegmentRomStart)</span></div>
</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> </div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="segments_8h.html#a83985bbab670a44f410118ee86e60ee8"> 109</a></span><span class="preprocessor">#define CEREMONY_DATA_ROM_START &amp;_ceremonyDataSegmentRomStart[0]</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="segments_8h.html#aae75a5f728076b2937858542b7e9dbd3"> 110</a></span><span class="preprocessor">#define CEREMONY_DATA_ROM_END &amp;_ceremonyDataSegmentRomEnd[0]</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="segments_8h.html#aafa03ea9c3a929c8050106c259a06089"> 112</a></span><span class="preprocessor">#define STARTUP_LOGO_ROM_START &amp;_startupLogoSegmentRomStart[0]</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="segments_8h.html#af2bfeaf6e27a9e9cfa20e109c4b23f94"> 113</a></span><span class="preprocessor">#define STARTUP_LOGO_ROM_END &amp;_startupLogoSegmentRomEnd[0]</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span><span class="preprocessor">#endif </span><span class="comment">/* AVOID_UB */</span><span class="preprocessor"></span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="preprocessor">#endif </span><span class="comment">/* SEGMENTS_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="amacros_8h_html"><div class="ttname"><a href="macros_8h.html">macros.h</a></div></div>
<div class="ttc" id="asegments_8h_html_a1c95b2354ca5fbdfcf205d2bbd6c5084"><div class="ttname"><a href="segments_8h.html#a1c95b2354ca5fbdfcf205d2bbd6c5084">_startupLogoSegmentRomStart</a></div><div class="ttdeci">u8 _startupLogoSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a2f00f01ea9f63c8a716281f20c7a8e77"><div class="ttname"><a href="segments_8h.html#a2f00f01ea9f63c8a716281f20c7a8e77">_endingSegmentRomEnd</a></div><div class="ttdeci">u8 _endingSegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a361f54b8c4b4e31cf3ecdbf4b1d00185"><div class="ttname"><a href="segments_8h.html#a361f54b8c4b4e31cf3ecdbf4b1d00185">_memoryPoolSegmentNoloadEnd</a></div><div class="ttdeci">u8 _memoryPoolSegmentNoloadEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a38d4f923742f7bc3032611ace82b8afe"><div class="ttname"><a href="segments_8h.html#a38d4f923742f7bc3032611ace82b8afe">_startupLogoSegmentRomEnd</a></div><div class="ttdeci">u8 _startupLogoSegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a3e923581f5947a3d809b446ce3761a2b"><div class="ttname"><a href="segments_8h.html#a3e923581f5947a3d809b446ce3761a2b">_data_segment2SegmentRomStart</a></div><div class="ttdeci">u8 _data_segment2SegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a407f4be2e020c9618562f7853e5adc95"><div class="ttname"><a href="segments_8h.html#a407f4be2e020c9618562f7853e5adc95">_trigTablesSegmentRomStart</a></div><div class="ttdeci">u8 _trigTablesSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a420a1461911f0c6d97f7a9a2e6fa99bc"><div class="ttname"><a href="segments_8h.html#a420a1461911f0c6d97f7a9a2e6fa99bc">_ceremonyDataSegmentRomStart</a></div><div class="ttdeci">u8 _ceremonyDataSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a4656f718a3a818747accc3b9d3ee8f60"><div class="ttname"><a href="segments_8h.html#a4656f718a3a818747accc3b9d3ee8f60">_data_segment2SegmentRomEnd</a></div><div class="ttdeci">u8 _data_segment2SegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a480b6132b84a4af88340c9d2c098e913"><div class="ttname"><a href="segments_8h.html#a480b6132b84a4af88340c9d2c098e913">_endingSegmentRomStart</a></div><div class="ttdeci">u8 _endingSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a4ad897f859b63aa53cded94baa7fd4ac"><div class="ttname"><a href="segments_8h.html#a4ad897f859b63aa53cded94baa7fd4ac">_common_texturesSegmentRomEnd</a></div><div class="ttdeci">u8 _common_texturesSegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a5abd1d81c608882a0d8f517b8c383d6c"><div class="ttname"><a href="segments_8h.html#a5abd1d81c608882a0d8f517b8c383d6c">_endingSegmentStart</a></div><div class="ttdeci">u8 _endingSegmentStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a5d9c8e65759367d19eda7d85d4fe36fa"><div class="ttname"><a href="segments_8h.html#a5d9c8e65759367d19eda7d85d4fe36fa">_memoryPoolSegmentNoloadStart</a></div><div class="ttdeci">u8 _memoryPoolSegmentNoloadStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a5fb071029a2685c4728754d96cbc9545"><div class="ttname"><a href="segments_8h.html#a5fb071029a2685c4728754d96cbc9545">_trigTablesSegmentStart</a></div><div class="ttdeci">u8 _trigTablesSegmentStart[]</div></div>
<div class="ttc" id="asegments_8h_html_a7929c34c95fe113ccab671ed9de129ee"><div class="ttname"><a href="segments_8h.html#a7929c34c95fe113ccab671ed9de129ee">_ceremonyDataSegmentRomEnd</a></div><div class="ttdeci">u8 _ceremonyDataSegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_a84298edcd96683e0cb18204f8c79632b"><div class="ttname"><a href="segments_8h.html#a84298edcd96683e0cb18204f8c79632b">_endingSegmentNoloadEnd</a></div><div class="ttdeci">u8 _endingSegmentNoloadEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_aaefd65646408f3fbd4b9176e36951e43"><div class="ttname"><a href="segments_8h.html#aaefd65646408f3fbd4b9176e36951e43">_racingSegmentNoloadEnd</a></div><div class="ttdeci">u8 _racingSegmentNoloadEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_ab32e22bec107298e99cef7b7563166d1"><div class="ttname"><a href="segments_8h.html#ab32e22bec107298e99cef7b7563166d1">_racingSegmentRomStart</a></div><div class="ttdeci">u8 _racingSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_ac35df085ed5a1475bf04d6f82996366b"><div class="ttname"><a href="segments_8h.html#ac35df085ed5a1475bf04d6f82996366b">_common_texturesSegmentRomStart</a></div><div class="ttdeci">u8 _common_texturesSegmentRomStart[]</div></div>
<div class="ttc" id="asegments_8h_html_ad3cada6bd878c8da147459e98054d18d"><div class="ttname"><a href="segments_8h.html#ad3cada6bd878c8da147459e98054d18d">_racingSegmentRomEnd</a></div><div class="ttdeci">u8 _racingSegmentRomEnd[]</div></div>
<div class="ttc" id="asegments_8h_html_af9766dd80e443b04229aa09ee71f68e5"><div class="ttname"><a href="segments_8h.html#af9766dd80e443b04229aa09ee71f68e5">_racingSegmentStart</a></div><div class="ttdeci">u8 _racingSegmentStart[]</div></div>
<div class="ttc" id="asegments_8h_html_afd88ef6454e0c8a5e141f558584c4bfb"><div class="ttname"><a href="segments_8h.html#afd88ef6454e0c8a5e141f558584c4bfb">_trigTablesSegmentSize</a></div><div class="ttdeci">u8 _trigTablesSegmentSize[]</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="segments_8h.html">segments.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
</ul>
</div>
</body>
</html>