# elf-std **Repository Path**: cclinuxer/elf-std ## Basic Information - **Project Name**: elf-std - **Description**: ELF Related Standards - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-12-15 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ELF 相关规范在线地址 * gLSB: [Linux Standard Base](http://refspecs.linuxfoundation.org/lsb.shtml) * archLSB: [IA32](http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-IA32/LSB-Core-IA32/book1.html), [AMD64](http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Desktop-AMD64/LSB-Desktop-AMD64/book1.html), [IA64](http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-IA64/LSB-Core-IA64/book1.html), [PPC32](http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Desktop-PPC32/LSB-Desktop-PPC32/book1.html) * Format: [ELF 1.2](http://refspecs.linuxfoundation.org/elf/elf.pdf), [ELF 64](https://uclibc.org/docs/elf-64-gen.pdf), [DAWRF 4.0](http://dwarfstd.org/doc/DWARF4.pdf), [COFF](http://www.ti.com/lit/an/spraao8/spraao8.pdf), [PE](http://www.skyfree.org/linux/references/coff.pdf), [Mach-O](https://github.com/aidansteele/osx-abi-macho-file-format-reference) * gABI: [Unix System V ABI v4.1](https://uclibc.org/docs/SysV-ABI.pdf), Part 4; [gABI4+](http://refspecs.linuxfoundation.org/elf/gabi4+/contents.html) * archABI: [I386](http://refspecs.linuxfoundation.org/elf/abi386-4.pdf), [X64](http://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf), [IA64](http://refspecs.linuxfoundation.org/elf/IA64-SysV-psABI.pdf), [MIPS](http://refspecs.linuxfoundation.org/elf/mipsabi.pdf), [MIPS64](https://www.linux-mips.org/pub/linux/mips/doc/ABI/elf64-2.4.pdf), [PPC](http://refspecs.linuxfoundation.org/elf/elfspec_ppc.pdf), [ARM](http://refspecs.linuxfoundation.org/elf/ARMELF.pdf), [ARM64](http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf) * ISA: IA64: [Intel® 64 and IA-32 Arch Soft Dev Manual](https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf), I386: [INTEL 80386 PROG REF MANUAL](http://css.csail.mit.edu/6.858/2015/readings/i386.pdf), AMD64: [AMD Arch Prog Manual](https://developer.amd.com/resources/developer-guides-manuals/) * Language: [C, ISO/ICE 9899:2011](http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf); [ASM, X86 Ref Manual](https://docs.oracle.com/cd/E19641-01/802-1948/802-1948.pdf) * POSIX API: [SUSV4, IEEE POSIX 1003.1~2017](https://pubs.opengroup.org/onlinepubs/9699919799/) * SVID: [SVID4, System V Interface Definition, V4](http://refspecs.linuxfoundation.org/svid4/) * FHS: [Filesystem Hierarchy Standard](http://refspecs.linuxfoundation.org/fhs.shtml) * More: GNU [binutils](https://sourceware.org/binutils/docs/) [gcc](https://gcc.gnu.org/onlinedocs/), [gdb](https://www.gnu.org/software/gdb/documentation/), [Linux Refspecs](http://refspecs.linuxfoundation.org/), [Linux LSB 5.0 Refs](http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/normativerefs.html), [Unix.org](http://www.unix.org/online.html), [AMD DGM](https://developer.amd.com/resources/developer-guides-manuals/), [Intel SDM](https://software.intel.com/en-us/articles/intel-sdm), [Uclibc docs](https://uclibc.org/docs/), [Opengroup.org](https://pubs.opengroup.org/onlinepubs/), Open-std.org [1](http://www.open-std.org/jtc1/sc22/wg14/www/docs/) [2](http://open-std.org/), [port70](http://port70.net/~nsz/c/), [Skyfree.org](http://www.skyfree.org/linux/references/references.html)