mpvrc/linux_raw_sys/elf/index.html

2 lines
No EOL
13 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="The ELF ABI. 🧝"><title>linux_raw_sys::elf - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="linux_raw_sys" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.1 (e71f9a9a9 2025-01-27)" data-channel="1.84.1" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../../static.files/storage-59e33391.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../linux_raw_sys/index.html">linux_<wbr>raw_<wbr>sys</a><span class="version">0.4.14</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module elf</a></h2><h3><a href="#structs">Module Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#constants" title="Constants">Constants</a></li><li><a href="#functions" title="Functions">Functions</a></li><li><a href="#unions" title="Unions">Unions</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate linux_<wbr>raw_<wbr>sys</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="../index.html">linux_raw_sys</a></span><h1>Module <span>elf</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/linux_raw_sys/elf.rs.html#1-287">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The ELF ABI. 🧝</p>
</div></details><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Elf_Dyn.html" title="struct linux_raw_sys::elf::Elf_Dyn">Elf_Dyn</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Ehdr.html" title="struct linux_raw_sys::elf::Elf_Ehdr">Elf_<wbr>Ehdr</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Phdr.html" title="struct linux_raw_sys::elf::Elf_Phdr">Elf_<wbr>Phdr</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Rel.html" title="struct linux_raw_sys::elf::Elf_Rel">Elf_Rel</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Rela.html" title="struct linux_raw_sys::elf::Elf_Rela">Elf_<wbr>Rela</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Sym.html" title="struct linux_raw_sys::elf::Elf_Sym">Elf_Sym</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Verdaux.html" title="struct linux_raw_sys::elf::Elf_Verdaux">Elf_<wbr>Verdaux</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_Verdef.html" title="struct linux_raw_sys::elf::Elf_Verdef">Elf_<wbr>Verdef</a></div></li><li><div class="item-name"><a class="struct" href="struct.Elf_auxv_t.html" title="struct linux_raw_sys::elf::Elf_auxv_t">Elf_<wbr>auxv_<wbr>t</a></div></li></ul><h2 id="constants" class="section-header">Constants<a href="#constants" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="constant" href="constant.DT_HASH.html" title="constant linux_raw_sys::elf::DT_HASH">DT_HASH</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_NULL.html" title="constant linux_raw_sys::elf::DT_NULL">DT_NULL</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_REL.html" title="constant linux_raw_sys::elf::DT_REL">DT_REL</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_RELA.html" title="constant linux_raw_sys::elf::DT_RELA">DT_RELA</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_RELAENT.html" title="constant linux_raw_sys::elf::DT_RELAENT">DT_<wbr>RELAENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_RELASZ.html" title="constant linux_raw_sys::elf::DT_RELASZ">DT_<wbr>RELASZ</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_RELENT.html" title="constant linux_raw_sys::elf::DT_RELENT">DT_<wbr>RELENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_RELSZ.html" title="constant linux_raw_sys::elf::DT_RELSZ">DT_<wbr>RELSZ</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_STRTAB.html" title="constant linux_raw_sys::elf::DT_STRTAB">DT_<wbr>STRTAB</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_SYMENT.html" title="constant linux_raw_sys::elf::DT_SYMENT">DT_<wbr>SYMENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_SYMTAB.html" title="constant linux_raw_sys::elf::DT_SYMTAB">DT_<wbr>SYMTAB</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_VERDEF.html" title="constant linux_raw_sys::elf::DT_VERDEF">DT_<wbr>VERDEF</a></div></li><li><div class="item-name"><a class="constant" href="constant.DT_VERSYM.html" title="constant linux_raw_sys::elf::DT_VERSYM">DT_<wbr>VERSYM</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_ABIVERSION.html" title="constant linux_raw_sys::elf::EI_ABIVERSION">EI_<wbr>ABIVERSION</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_CLASS.html" title="constant linux_raw_sys::elf::EI_CLASS">EI_<wbr>CLASS</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_DATA.html" title="constant linux_raw_sys::elf::EI_DATA">EI_DATA</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_NIDENT.html" title="constant linux_raw_sys::elf::EI_NIDENT">EI_<wbr>NIDENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_OSABI.html" title="constant linux_raw_sys::elf::EI_OSABI">EI_<wbr>OSABI</a></div></li><li><div class="item-name"><a class="constant" href="constant.EI_VERSION.html" title="constant linux_raw_sys::elf::EI_VERSION">EI_<wbr>VERSION</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFABIVERSION.html" title="constant linux_raw_sys::elf::ELFABIVERSION">ELFABIVERSION</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFCLASS.html" title="constant linux_raw_sys::elf::ELFCLASS">ELFCLASS</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFDATA.html" title="constant linux_raw_sys::elf::ELFDATA">ELFDATA</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFMAG.html" title="constant linux_raw_sys::elf::ELFMAG">ELFMAG</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFOSABI_LINUX.html" title="constant linux_raw_sys::elf::ELFOSABI_LINUX">ELFOSABI_<wbr>LINUX</a></div></li><li><div class="item-name"><a class="constant" href="constant.ELFOSABI_SYSV.html" title="constant linux_raw_sys::elf::ELFOSABI_SYSV">ELFOSABI_<wbr>SYSV</a></div></li><li><div class="item-name"><a class="constant" href="constant.EM_CURRENT.html" title="constant linux_raw_sys::elf::EM_CURRENT">EM_<wbr>CURRENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.ET_DYN.html" title="constant linux_raw_sys::elf::ET_DYN">ET_DYN</a></div></li><li><div class="item-name"><a class="constant" href="constant.EV_CURRENT.html" title="constant linux_raw_sys::elf::EV_CURRENT">EV_<wbr>CURRENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.PF_R.html" title="constant linux_raw_sys::elf::PF_R">PF_R</a></div></li><li><div class="item-name"><a class="constant" href="constant.PF_W.html" title="constant linux_raw_sys::elf::PF_W">PF_W</a></div></li><li><div class="item-name"><a class="constant" href="constant.PF_X.html" title="constant linux_raw_sys::elf::PF_X">PF_X</a></div></li><li><div class="item-name"><a class="constant" href="constant.PN_XNUM.html" title="constant linux_raw_sys::elf::PN_XNUM">PN_XNUM</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_DYNAMIC.html" title="constant linux_raw_sys::elf::PT_DYNAMIC">PT_<wbr>DYNAMIC</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_GNU_RELRO.html" title="constant linux_raw_sys::elf::PT_GNU_RELRO">PT_<wbr>GNU_<wbr>RELRO</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_GNU_STACK.html" title="constant linux_raw_sys::elf::PT_GNU_STACK">PT_<wbr>GNU_<wbr>STACK</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_INTERP.html" title="constant linux_raw_sys::elf::PT_INTERP">PT_<wbr>INTERP</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_LOAD.html" title="constant linux_raw_sys::elf::PT_LOAD">PT_LOAD</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_PHDR.html" title="constant linux_raw_sys::elf::PT_PHDR">PT_PHDR</a></div></li><li><div class="item-name"><a class="constant" href="constant.PT_TLS.html" title="constant linux_raw_sys::elf::PT_TLS">PT_TLS</a></div></li><li><div class="item-name"><a class="constant" href="constant.R_RELATIVE.html" title="constant linux_raw_sys::elf::R_RELATIVE">R_<wbr>RELATIVE</a></div></li><li><div class="item-name"><a class="constant" href="constant.SELFMAG.html" title="constant linux_raw_sys::elf::SELFMAG">SELFMAG</a></div></li><li><div class="item-name"><a class="constant" href="constant.SHN_ABS.html" title="constant linux_raw_sys::elf::SHN_ABS">SHN_ABS</a></div></li><li><div class="item-name"><a class="constant" href="constant.SHN_UNDEF.html" title="constant linux_raw_sys::elf::SHN_UNDEF">SHN_<wbr>UNDEF</a></div></li><li><div class="item-name"><a class="constant" href="constant.STB_GLOBAL.html" title="constant linux_raw_sys::elf::STB_GLOBAL">STB_<wbr>GLOBAL</a></div></li><li><div class="item-name"><a class="constant" href="constant.STB_WEAK.html" title="constant linux_raw_sys::elf::STB_WEAK">STB_<wbr>WEAK</a></div></li><li><div class="item-name"><a class="constant" href="constant.STN_UNDEF.html" title="constant linux_raw_sys::elf::STN_UNDEF">STN_<wbr>UNDEF</a></div></li><li><div class="item-name"><a class="constant" href="constant.STT_FUNC.html" title="constant linux_raw_sys::elf::STT_FUNC">STT_<wbr>FUNC</a></div></li><li><div class="item-name"><a class="constant" href="constant.STT_NOTYPE.html" title="constant linux_raw_sys::elf::STT_NOTYPE">STT_<wbr>NOTYPE</a></div></li><li><div class="item-name"><a class="constant" href="constant.STV_DEFAULT.html" title="constant linux_raw_sys::elf::STV_DEFAULT">STV_<wbr>DEFAULT</a></div></li><li><div class="item-name"><a class="constant" href="constant.VER_DEF_CURRENT.html" title="constant linux_raw_sys::elf::VER_DEF_CURRENT">VER_<wbr>DEF_<wbr>CURRENT</a></div></li><li><div class="item-name"><a class="constant" href="constant.VER_FLG_BASE.html" title="constant linux_raw_sys::elf::VER_FLG_BASE">VER_<wbr>FLG_<wbr>BASE</a></div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.ELF_ST_BIND.html" title="fn linux_raw_sys::elf::ELF_ST_BIND">ELF_<wbr>ST_<wbr>BIND</a></div></li><li><div class="item-name"><a class="fn" href="fn.ELF_ST_TYPE.html" title="fn linux_raw_sys::elf::ELF_ST_TYPE">ELF_<wbr>ST_<wbr>TYPE</a></div></li><li><div class="item-name"><a class="fn" href="fn.ELF_ST_VISIBILITY.html" title="fn linux_raw_sys::elf::ELF_ST_VISIBILITY">ELF_<wbr>ST_<wbr>VISIBILITY</a></div></li></ul><h2 id="unions" class="section-header">Unions<a href="#unions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="union" href="union.Elf_Dyn_Union.html" title="union linux_raw_sys::elf::Elf_Dyn_Union">Elf_<wbr>Dyn_<wbr>Union</a></div></li></ul></section></div></main></body></html>