Newer
Older
UbixOS / doc / html / ld_8c.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UbixOS V2: src/sys/kernel/ld.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_7efffd2b1fae7bb6f2aa85845c863494.html">kernel</a></div>
<h1>ld.c File Reference</h1><code>#include &lt;<a class="el" href="types_8h-source.html">ubixos/types.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="ld_8h-source.html">ubixos/ld.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="sched_8h-source.html">ubixos/sched.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="elf_8h-source.html">ubixos/elf.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="kpanic_8h-source.html">ubixos/kpanic.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="kprintf_8h-source.html">lib/kprintf.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="kmalloc_8h-source.html">lib/kmalloc.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="vfs_8h-source.html">vfs/vfs.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="vmm_8h-source.html">vmm/vmm.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="string_8h-source.html">string.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="assert_8h-source.html">assert.h</a>&gt;</code><br>

<p>
Include dependency graph for ld.c:<p><center><img src="ld_8c__incl.png" border="0" usemap="#src/sys/kernel/ld.c_map" alt=""></center>
<map name="src/sys/kernel/ld.c_map">
<area href="types_8h.html" shape="rect" coords="548,263,668,289" alt="">
<area href="ld_8h.html" shape="rect" coords="388,85,484,112" alt="">
<area href="sched_8h.html" shape="rect" coords="375,161,498,188" alt="">
<area href="elf_8h.html" shape="rect" coords="212,161,311,188" alt="">
<area href="kpanic_8h.html" shape="rect" coords="198,212,326,239" alt="">
<area href="kprintf_8h.html" shape="rect" coords="387,263,486,289" alt="">
<area href="kmalloc_8h.html" shape="rect" coords="383,313,490,340" alt="">
<area href="vfs_8h.html" shape="rect" coords="398,364,475,391" alt="">
<area href="vmm_8h.html" shape="rect" coords="208,415,315,441" alt="">
<area href="string_8h.html" shape="rect" coords="226,465,298,492" alt="">
<area href="assert_8h.html" shape="rect" coords="224,516,299,543" alt="">
</map>

<p>
<a href="ld_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ld_8c.html#b0622e93915d1824df770950e425875f">ldEnable</a> ()</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="b0622e93915d1824df770950e425875f"></a><!-- doxytag: member="ld.c::ldEnable" ref="b0622e93915d1824df770950e425875f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> ldEnable           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ld_8c-source.html#l00042">42</a> of file <a class="el" href="ld_8c-source.html">ld.c</a>.
<p>
References <a class="el" href="sched_8c-source.html#l00051">_current</a>, <a class="el" href="assert_8h-source.html#l00064">assert</a>, <a class="el" href="elf_8h-source.html#l00102">elfHeader::eEntry</a>, <a class="el" href="elf_8h-source.html#l00172">ELF32_R_SYM</a>, <a class="el" href="elf_8h-source.html#l00173">ELF32_R_TYPE</a>, <a class="el" href="elf_8c-source.html#l00107">elfGetRelType()</a>, <a class="el" href="elf_8h-source.html#l00108">elfHeader::ePhnum</a>, <a class="el" href="elf_8h-source.html#l00103">elfHeader::ePhoff</a>, <a class="el" href="elf_8h-source.html#l00110">elfHeader::eShnum</a>, <a class="el" href="elf_8h-source.html#l00104">elfHeader::eShoff</a>, <a class="el" href="elf_8h-source.html#l00111">elfHeader::eShstrndx</a>, <a class="el" href="file_8c-source.html#l00398">fclose()</a>, <a class="el" href="file_8c-source.html#l00274">fopen()</a>, <a class="el" href="file_8c-source.html#l00178">fread()</a>, <a class="el" href="file_8c-source.html#l00208">fseek()</a>, <a class="el" href="sched_8h-source.html#l00055">taskStruct::id</a>, <a class="el" href="kpanic_8h-source.html#l00033">K_PANIC</a>, <a class="el" href="kmalloc_8c-source.html#l00351">kfree()</a>, <a class="el" href="kmalloc_8c-source.html#l00247">kmalloc()</a>, <a class="el" href="kprintf_8c-source.html#l00038">kprintf()</a>, <a class="el" href="kmod_8h-source.html#l00035">LD_START</a>, <a class="el" href="memset_8c-source.html#l00037">memset()</a>, <a class="el" href="paging_8h-source.html#l00052">PAGE_DEFAULT</a>, <a class="el" href="elf_8h-source.html#l00120">elfProgramHeader::phMemsz</a>, <a class="el" href="elf_8h-source.html#l00117">elfProgramHeader::phVaddr</a>, <a class="el" href="elf_8h-source.html#l00081">PT_DYNAMIC</a>, <a class="el" href="elf_8h-source.html#l00091">PT_GNU_STACK</a>, <a class="el" href="elf_8h-source.html#l00080">PT_LOAD</a>, <a class="el" href="elf_8h-source.html#l00093">PT_PAX_FLAGS</a>, <a class="el" href="elf_8h-source.html#l00040">R_386_32</a>, <a class="el" href="elf_8h-source.html#l00041">R_386_PC32</a>, <a class="el" href="elf_8h-source.html#l00047">R_386_RELATIVE</a>, <a class="el" href="elf_8h-source.html#l00131">elfSectionHeader::shSize</a>, <a class="el" href="string_8c-source.html#l00032">strcmp()</a>, <a class="el" href="paging_8c-source.html#l00160">vmm_remapPage()</a>, <a class="el" href="vmm__memory_8c-source.html#l00186">vmmFindFreePage()</a>, and <a class="el" href="ap-boot_8S-source.html#l00052">x1000</a>.
<p>
Referenced by <a class="el" href="exec_8c-source.html#l00334">sysExec()</a>.
<p>
Here is the call graph for this function:<p><center><img src="ld_8c_b0622e93915d1824df770950e425875f_cgraph.png" border="0" usemap="#ld_8c_b0622e93915d1824df770950e425875f_cgraph_map" alt=""></center>
<map name="ld_8c_b0622e93915d1824df770950e425875f_cgraph_map">
<area href="elf_8h.html#18371af6e681af62767a92ac64af1ebb" shape="rect" coords="148,5,263,32" alt="">
<area href="file_8h.html#872c22366b4c63f4bdb10cd3b7980b11" shape="rect" coords="175,563,236,589" alt="">
<area href="kmalloc_8h.html#aa9ed6886459604cf73ccdbf6410e487" shape="rect" coords="368,512,424,539" alt="">
<area href="kprint_8h.html#b2761bdf0cca73ad0fb5880895210cd8" shape="rect" coords="532,512,599,539" alt="">
<area href="lib_2string_8h.html#ce4b911463887af5e748326323e99a23" shape="rect" coords="527,284,604,311" alt="">
<area href="file_8h.html#d6a41ac88a7d46d574e8a675fdde136c" shape="rect" coords="175,411,236,437" alt="">
<area href="kmalloc_8h.html#150eab2ac4ce4553e21ca10e7f441762" shape="rect" coords="359,563,434,589" alt="">
<area href="lib_2string_8h.html#6f3dcb20ff11ff9db5904c3cfb61a38c" shape="rect" coords="532,81,599,108" alt="">
<area href="file_8h.html#3b06878a03209e88c008c77234b89359" shape="rect" coords="178,613,234,640" alt="">
<area href="file_8h.html#80528d8335cd52755f5d6a92e4f08391" shape="rect" coords="176,664,235,691" alt="">
<area href="paging_8h.html#a05f8d8947fb5bcec87fc6661f83243e" shape="rect" coords="136,715,275,741" alt="">
<area href="vmm_8h.html#976cf3919bf7c77c868021ec9374593b" shape="rect" coords="324,917,468,944" alt="">
<area href="spinlock_8h.html#2cd9a4502680fb8e7f0fe6b029e558b1" shape="rect" coords="526,791,606,817" alt="">
<area href="spinlock_8h.html#dd996cbbb3b9826dd9c8cf02b66a4c65" shape="rect" coords="518,613,614,640" alt="">
<area href="lib_2string_8h.html#c38cd16373d98782e1465bd3d5aba470" shape="rect" coords="364,259,428,285" alt="">
<area href="lib_2string_8h.html#dcec9a82a6a276e8edb0fd4fc26fe8f2" shape="rect" coords="368,309,424,336" alt="">
<area href="lib_2string_8h.html#9af7251f0c1b875e0e34b8e2b94dda39" shape="rect" coords="366,411,427,437" alt="">
<area href="mount_8h.html#a8cc926aa9badb781158b6738b1b0f2d" shape="rect" coords="338,107,455,133" alt="">
</map>

</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:23:50 2006 for UbixOS V2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>