__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Script for -Ur */
/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */
OUTPUT_FORMAT("elf64-bigaarch64", "elf64-bigaarch64",
"elf64-littleaarch64")
OUTPUT_ARCH(aarch64)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and the intermediate file has sections starting
at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
bug. But for now assigning the zero vmas works. */
SECTIONS
{
.interp 0 : { *(.interp) }
.note.gnu.build-id 0: { *(.note.gnu.build-id) }
.hash 0 : { *(.hash) }
.gnu.hash 0 : { *(.gnu.hash) }
.dynsym 0 : { *(.dynsym) }
.dynstr 0 : { *(.dynstr) }
.gnu.version 0 : { *(.gnu.version) }
.gnu.version_d 0: { *(.gnu.version_d) }
.gnu.version_r 0: { *(.gnu.version_r) }
.rela.init 0 : { *(.rela.init) }
.rela.text 0 : { *(.rela.text) }
.rela.fini 0 : { *(.rela.fini) }
.rela.rodata 0 : { *(.rela.rodata) }
.rela.data.rel.ro 0 : { *(.rela.data.rel.ro) }
.rela.data 0 : { *(.rela.data) }
.rela.tdata 0 : { *(.rela.tdata) }
.rela.tbss 0 : { *(.rela.tbss) }
.rela.ctors 0 : { *(.rela.ctors) }
.rela.dtors 0 : { *(.rela.dtors) }
.rela.got 0 : { *(.rela.got) }
.rela.bss 0 : { *(.rela.bss) }
.rela.ifunc 0 : { *(.rela.ifunc) }
.rela.plt 0 :
{
*(.rela.plt)
}
.init 0 :
{
KEEP (*(SORT_NONE(.init)))
} =0x1f2003d5
.plt 0 : { *(.plt) }
.text 0 :
{
*(.text .stub)
/* .gnu.warning sections are handled specially by elf.em. */
*(.gnu.warning)
} =0x1f2003d5
.fini 0 :
{
KEEP (*(SORT_NONE(.fini)))
} =0x1f2003d5
.rodata 0 : { *(.rodata) }
.rodata1 0 : { *(.rodata1) }
.eh_frame_hdr 0 : { *(.eh_frame_hdr) }
.eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
.sframe 0 : ONLY_IF_RO { *(.sframe) }
.gcc_except_table 0 : ONLY_IF_RO { *(.gcc_except_table) }
.gnu_extab 0 : ONLY_IF_RO { *(.gnu_extab*) }
/* These sections are generated by the Sun/Oracle C++ compiler. */
.exception_ranges 0 : ONLY_IF_RO { *(.exception_ranges) }
/* Exception handling */
.eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
.sframe 0 : ONLY_IF_RW { *(.sframe) }
.gnu_extab 0 : ONLY_IF_RW { *(.gnu_extab) }
.gcc_except_table 0 : ONLY_IF_RW { *(.gcc_except_table) }
.exception_ranges 0 : ONLY_IF_RW { *(.exception_ranges) }
/* Thread Local Storage sections */
.tdata 0 :
{
*(.tdata)
}
.tbss 0 : { *(.tbss) }
.jcr 0 : { KEEP (*(.jcr)) }
.dynamic 0 : { *(.dynamic) }
.got 0 : { *(.got) }
.got.plt 0 : { *(.got.plt) }
.data 0 :
{
*(.data)
SORT(CONSTRUCTORS)
}
.data1 0 : { *(.data1) }
.bss 0 :
{
*(.bss)
}
.stack 0 :
{
*(.stack)
}
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }
.stab.exclstr 0 : { *(.stab.exclstr) }
.stab.index 0 : { *(.stab.index) }
.stab.indexstr 0 : { *(.stab.indexstr) }
.comment 0 : { *(.comment) }
.gnu.build.attributes : { *(.gnu.build.attributes) }
/* DWARF debug sections.
Symbols in the DWARF debugging sections are relative to the beginning
of the section so we begin them at 0. */
/* DWARF 1. */
.debug 0 : { *(.debug) }
.line 0 : { *(.line) }
/* GNU DWARF 1 extensions. */
.debug_srcinfo 0 : { *(.debug_srcinfo) }
.debug_sfnames 0 : { *(.debug_sfnames) }
/* DWARF 1.1 and DWARF 2. */
.debug_aranges 0 : { *(.debug_aranges) }
.debug_pubnames 0 : { *(.debug_pubnames) }
/* DWARF 2. */
.debug_info 0 : { *(.debug_info) }
.debug_abbrev 0 : { *(.debug_abbrev) }
.debug_line 0 : { *(.debug_line) }
.debug_frame 0 : { *(.debug_frame) }
.debug_str 0 : { *(.debug_str) }
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
/* SGI/MIPS DWARF 2 extensions. */
.debug_weaknames 0 : { *(.debug_weaknames) }
.debug_funcnames 0 : { *(.debug_funcnames) }
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* DWARF 3. */
.debug_pubtypes 0 : { *(.debug_pubtypes) }
.debug_ranges 0 : { *(.debug_ranges) }
/* DWARF 5. */
.debug_addr 0 : { *(.debug_addr) }
.debug_line_str 0 : { *(.debug_line_str) }
.debug_loclists 0 : { *(.debug_loclists) }
.debug_macro 0 : { *(.debug_macro) }
.debug_names 0 : { *(.debug_names) }
.debug_rnglists 0 : { *(.debug_rnglists) }
.debug_str_offsets 0 : { *(.debug_str_offsets) }
.debug_sup 0 : { *(.debug_sup) }
.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aarch64elf.x | File | 8.74 KB | 0644 |
|
| aarch64elf.xbn | File | 8.64 KB | 0644 |
|
| aarch64elf.xc | File | 8.45 KB | 0644 |
|
| aarch64elf.xce | File | 8.72 KB | 0644 |
|
| aarch64elf.xd | File | 8.62 KB | 0644 |
|
| aarch64elf.xdc | File | 8.36 KB | 0644 |
|
| aarch64elf.xdce | File | 8.64 KB | 0644 |
|
| aarch64elf.xde | File | 8.89 KB | 0644 |
|
| aarch64elf.xdw | File | 8.35 KB | 0644 |
|
| aarch64elf.xdwe | File | 8.63 KB | 0644 |
|
| aarch64elf.xe | File | 8.98 KB | 0644 |
|
| aarch64elf.xn | File | 8.71 KB | 0644 |
|
| aarch64elf.xr | File | 4.89 KB | 0644 |
|
| aarch64elf.xs | File | 8.3 KB | 0644 |
|
| aarch64elf.xsc | File | 8.04 KB | 0644 |
|
| aarch64elf.xsce | File | 8.32 KB | 0644 |
|
| aarch64elf.xse | File | 8.57 KB | 0644 |
|
| aarch64elf.xsw | File | 8.03 KB | 0644 |
|
| aarch64elf.xswe | File | 8.31 KB | 0644 |
|
| aarch64elf.xu | File | 4.91 KB | 0644 |
|
| aarch64elf.xw | File | 8.44 KB | 0644 |
|
| aarch64elf.xwe | File | 8.71 KB | 0644 |
|
| aarch64elf32.x | File | 8.75 KB | 0644 |
|
| aarch64elf32.xbn | File | 8.65 KB | 0644 |
|
| aarch64elf32.xc | File | 8.45 KB | 0644 |
|
| aarch64elf32.xce | File | 8.73 KB | 0644 |
|
| aarch64elf32.xd | File | 8.63 KB | 0644 |
|
| aarch64elf32.xdc | File | 8.37 KB | 0644 |
|
| aarch64elf32.xdce | File | 8.64 KB | 0644 |
|
| aarch64elf32.xde | File | 8.9 KB | 0644 |
|
| aarch64elf32.xdw | File | 8.36 KB | 0644 |
|
| aarch64elf32.xdwe | File | 8.63 KB | 0644 |
|
| aarch64elf32.xe | File | 8.98 KB | 0644 |
|
| aarch64elf32.xn | File | 8.71 KB | 0644 |
|
| aarch64elf32.xr | File | 4.89 KB | 0644 |
|
| aarch64elf32.xs | File | 8.31 KB | 0644 |
|
| aarch64elf32.xsc | File | 8.05 KB | 0644 |
|
| aarch64elf32.xsce | File | 8.32 KB | 0644 |
|
| aarch64elf32.xse | File | 8.58 KB | 0644 |
|
| aarch64elf32.xsw | File | 8.04 KB | 0644 |
|
| aarch64elf32.xswe | File | 8.31 KB | 0644 |
|
| aarch64elf32.xu | File | 4.92 KB | 0644 |
|
| aarch64elf32.xw | File | 8.44 KB | 0644 |
|
| aarch64elf32.xwe | File | 8.72 KB | 0644 |
|
| aarch64elf32b.x | File | 8.74 KB | 0644 |
|
| aarch64elf32b.xbn | File | 8.65 KB | 0644 |
|
| aarch64elf32b.xc | File | 8.45 KB | 0644 |
|
| aarch64elf32b.xce | File | 8.72 KB | 0644 |
|
| aarch64elf32b.xd | File | 8.62 KB | 0644 |
|
| aarch64elf32b.xdc | File | 8.37 KB | 0644 |
|
| aarch64elf32b.xdce | File | 8.64 KB | 0644 |
|
| aarch64elf32b.xde | File | 8.9 KB | 0644 |
|
| aarch64elf32b.xdw | File | 8.36 KB | 0644 |
|
| aarch64elf32b.xdwe | File | 8.63 KB | 0644 |
|
| aarch64elf32b.xe | File | 8.98 KB | 0644 |
|
| aarch64elf32b.xn | File | 8.71 KB | 0644 |
|
| aarch64elf32b.xr | File | 4.89 KB | 0644 |
|
| aarch64elf32b.xs | File | 8.3 KB | 0644 |
|
| aarch64elf32b.xsc | File | 8.04 KB | 0644 |
|
| aarch64elf32b.xsce | File | 8.32 KB | 0644 |
|
| aarch64elf32b.xse | File | 8.58 KB | 0644 |
|
| aarch64elf32b.xsw | File | 8.04 KB | 0644 |
|
| aarch64elf32b.xswe | File | 8.31 KB | 0644 |
|
| aarch64elf32b.xu | File | 4.92 KB | 0644 |
|
| aarch64elf32b.xw | File | 8.44 KB | 0644 |
|
| aarch64elf32b.xwe | File | 8.71 KB | 0644 |
|
| aarch64elfb.x | File | 8.74 KB | 0644 |
|
| aarch64elfb.xbn | File | 8.64 KB | 0644 |
|
| aarch64elfb.xc | File | 8.44 KB | 0644 |
|
| aarch64elfb.xce | File | 8.72 KB | 0644 |
|
| aarch64elfb.xd | File | 8.62 KB | 0644 |
|
| aarch64elfb.xdc | File | 8.36 KB | 0644 |
|
| aarch64elfb.xdce | File | 8.63 KB | 0644 |
|
| aarch64elfb.xde | File | 8.89 KB | 0644 |
|
| aarch64elfb.xdw | File | 8.35 KB | 0644 |
|
| aarch64elfb.xdwe | File | 8.63 KB | 0644 |
|
| aarch64elfb.xe | File | 8.98 KB | 0644 |
|
| aarch64elfb.xn | File | 8.71 KB | 0644 |
|
| aarch64elfb.xr | File | 4.89 KB | 0644 |
|
| aarch64elfb.xs | File | 8.3 KB | 0644 |
|
| aarch64elfb.xsc | File | 8.04 KB | 0644 |
|
| aarch64elfb.xsce | File | 8.31 KB | 0644 |
|
| aarch64elfb.xse | File | 8.57 KB | 0644 |
|
| aarch64elfb.xsw | File | 8.03 KB | 0644 |
|
| aarch64elfb.xswe | File | 8.3 KB | 0644 |
|
| aarch64elfb.xu | File | 4.91 KB | 0644 |
|
| aarch64elfb.xw | File | 8.44 KB | 0644 |
|
| aarch64elfb.xwe | File | 8.71 KB | 0644 |
|
| aarch64linux.x | File | 8.98 KB | 0644 |
|
| aarch64linux.xbn | File | 8.82 KB | 0644 |
|
| aarch64linux.xc | File | 8.69 KB | 0644 |
|
| aarch64linux.xce | File | 8.96 KB | 0644 |
|
| aarch64linux.xd | File | 8.85 KB | 0644 |
|
| aarch64linux.xdc | File | 8.59 KB | 0644 |
|
| aarch64linux.xdce | File | 8.86 KB | 0644 |
|
| aarch64linux.xde | File | 9.12 KB | 0644 |
|
| aarch64linux.xdw | File | 8.58 KB | 0644 |
|
| aarch64linux.xdwe | File | 8.85 KB | 0644 |
|
| aarch64linux.xe | File | 9.22 KB | 0644 |
|
| aarch64linux.xn | File | 8.95 KB | 0644 |
|
| aarch64linux.xr | File | 4.86 KB | 0644 |
|
| aarch64linux.xs | File | 8.52 KB | 0644 |
|
| aarch64linux.xsc | File | 8.26 KB | 0644 |
|
| aarch64linux.xsce | File | 8.53 KB | 0644 |
|
| aarch64linux.xse | File | 8.79 KB | 0644 |
|
| aarch64linux.xsw | File | 8.25 KB | 0644 |
|
| aarch64linux.xswe | File | 8.52 KB | 0644 |
|
| aarch64linux.xu | File | 4.88 KB | 0644 |
|
| aarch64linux.xw | File | 8.68 KB | 0644 |
|
| aarch64linux.xwe | File | 8.95 KB | 0644 |
|
| aarch64linux32.x | File | 9.31 KB | 0644 |
|
| aarch64linux32.xbn | File | 9.15 KB | 0644 |
|
| aarch64linux32.xc | File | 9.02 KB | 0644 |
|
| aarch64linux32.xce | File | 9.29 KB | 0644 |
|
| aarch64linux32.xd | File | 9.18 KB | 0644 |
|
| aarch64linux32.xdc | File | 8.92 KB | 0644 |
|
| aarch64linux32.xdce | File | 9.2 KB | 0644 |
|
| aarch64linux32.xde | File | 9.46 KB | 0644 |
|
| aarch64linux32.xdw | File | 8.92 KB | 0644 |
|
| aarch64linux32.xdwe | File | 9.19 KB | 0644 |
|
| aarch64linux32.xe | File | 9.55 KB | 0644 |
|
| aarch64linux32.xn | File | 9.28 KB | 0644 |
|
| aarch64linux32.xr | File | 4.86 KB | 0644 |
|
| aarch64linux32.xs | File | 8.85 KB | 0644 |
|
| aarch64linux32.xsc | File | 8.59 KB | 0644 |
|
| aarch64linux32.xsce | File | 8.87 KB | 0644 |
|
| aarch64linux32.xse | File | 9.13 KB | 0644 |
|
| aarch64linux32.xsw | File | 8.59 KB | 0644 |
|
| aarch64linux32.xswe | File | 8.86 KB | 0644 |
|
| aarch64linux32.xu | File | 4.89 KB | 0644 |
|
| aarch64linux32.xw | File | 9.01 KB | 0644 |
|
| aarch64linux32.xwe | File | 9.29 KB | 0644 |
|
| aarch64linux32b.x | File | 9.31 KB | 0644 |
|
| aarch64linux32b.xbn | File | 9.15 KB | 0644 |
|
| aarch64linux32b.xc | File | 9.02 KB | 0644 |
|
| aarch64linux32b.xce | File | 9.29 KB | 0644 |
|
| aarch64linux32b.xd | File | 9.18 KB | 0644 |
|
| aarch64linux32b.xdc | File | 8.92 KB | 0644 |
|
| aarch64linux32b.xdce | File | 9.2 KB | 0644 |
|
| aarch64linux32b.xde | File | 9.45 KB | 0644 |
|
| aarch64linux32b.xdw | File | 8.91 KB | 0644 |
|
| aarch64linux32b.xdwe | File | 9.19 KB | 0644 |
|
| aarch64linux32b.xe | File | 9.55 KB | 0644 |
|
| aarch64linux32b.xn | File | 9.28 KB | 0644 |
|
| aarch64linux32b.xr | File | 4.86 KB | 0644 |
|
| aarch64linux32b.xs | File | 8.85 KB | 0644 |
|
| aarch64linux32b.xsc | File | 8.59 KB | 0644 |
|
| aarch64linux32b.xsce | File | 8.87 KB | 0644 |
|
| aarch64linux32b.xse | File | 9.12 KB | 0644 |
|
| aarch64linux32b.xsw | File | 8.58 KB | 0644 |
|
| aarch64linux32b.xswe | File | 8.86 KB | 0644 |
|
| aarch64linux32b.xu | File | 4.88 KB | 0644 |
|
| aarch64linux32b.xw | File | 9.01 KB | 0644 |
|
| aarch64linux32b.xwe | File | 9.28 KB | 0644 |
|
| aarch64linuxb.x | File | 8.98 KB | 0644 |
|
| aarch64linuxb.xbn | File | 8.81 KB | 0644 |
|
| aarch64linuxb.xc | File | 8.68 KB | 0644 |
|
| aarch64linuxb.xce | File | 8.96 KB | 0644 |
|
| aarch64linuxb.xd | File | 8.85 KB | 0644 |
|
| aarch64linuxb.xdc | File | 8.59 KB | 0644 |
|
| aarch64linuxb.xdce | File | 8.86 KB | 0644 |
|
| aarch64linuxb.xde | File | 9.12 KB | 0644 |
|
| aarch64linuxb.xdw | File | 8.58 KB | 0644 |
|
| aarch64linuxb.xdwe | File | 8.85 KB | 0644 |
|
| aarch64linuxb.xe | File | 9.22 KB | 0644 |
|
| aarch64linuxb.xn | File | 8.95 KB | 0644 |
|
| aarch64linuxb.xr | File | 4.85 KB | 0644 |
|
| aarch64linuxb.xs | File | 8.52 KB | 0644 |
|
| aarch64linuxb.xsc | File | 8.26 KB | 0644 |
|
| aarch64linuxb.xsce | File | 8.53 KB | 0644 |
|
| aarch64linuxb.xse | File | 8.79 KB | 0644 |
|
| aarch64linuxb.xsw | File | 8.25 KB | 0644 |
|
| aarch64linuxb.xswe | File | 8.52 KB | 0644 |
|
| aarch64linuxb.xu | File | 4.88 KB | 0644 |
|
| aarch64linuxb.xw | File | 8.67 KB | 0644 |
|
| aarch64linuxb.xwe | File | 8.95 KB | 0644 |
|
| armelf.x | File | 10.44 KB | 0644 |
|
| armelf.xbn | File | 10.35 KB | 0644 |
|
| armelf.xc | File | 9.93 KB | 0644 |
|
| armelf.xce | File | 10.2 KB | 0644 |
|
| armelf.xd | File | 10.24 KB | 0644 |
|
| armelf.xdc | File | 9.76 KB | 0644 |
|
| armelf.xdce | File | 10.04 KB | 0644 |
|
| armelf.xde | File | 10.52 KB | 0644 |
|
| armelf.xdw | File | 9.78 KB | 0644 |
|
| armelf.xdwe | File | 10.05 KB | 0644 |
|
| armelf.xe | File | 10.68 KB | 0644 |
|
| armelf.xn | File | 10.41 KB | 0644 |
|
| armelf.xr | File | 5.81 KB | 0644 |
|
| armelf.xs | File | 9.92 KB | 0644 |
|
| armelf.xsc | File | 9.44 KB | 0644 |
|
| armelf.xsce | File | 9.72 KB | 0644 |
|
| armelf.xse | File | 10.2 KB | 0644 |
|
| armelf.xsw | File | 9.46 KB | 0644 |
|
| armelf.xswe | File | 9.73 KB | 0644 |
|
| armelf.xu | File | 5.83 KB | 0644 |
|
| armelf.xw | File | 9.94 KB | 0644 |
|
| armelf.xwe | File | 10.22 KB | 0644 |
|
| armelf_linux_eabi.x | File | 10.03 KB | 0644 |
|
| armelf_linux_eabi.xbn | File | 9.87 KB | 0644 |
|
| armelf_linux_eabi.xc | File | 9.52 KB | 0644 |
|
| armelf_linux_eabi.xce | File | 9.79 KB | 0644 |
|
| armelf_linux_eabi.xd | File | 9.81 KB | 0644 |
|
| armelf_linux_eabi.xdc | File | 9.33 KB | 0644 |
|
| armelf_linux_eabi.xdce | File | 9.6 KB | 0644 |
|
| armelf_linux_eabi.xde | File | 10.08 KB | 0644 |
|
| armelf_linux_eabi.xdw | File | 9.34 KB | 0644 |
|
| armelf_linux_eabi.xdwe | File | 9.62 KB | 0644 |
|
| armelf_linux_eabi.xe | File | 10.27 KB | 0644 |
|
| armelf_linux_eabi.xn | File | 10 KB | 0644 |
|
| armelf_linux_eabi.xr | File | 5.4 KB | 0644 |
|
| armelf_linux_eabi.xs | File | 9.48 KB | 0644 |
|
| armelf_linux_eabi.xsc | File | 9 KB | 0644 |
|
| armelf_linux_eabi.xsce | File | 9.27 KB | 0644 |
|
| armelf_linux_eabi.xse | File | 9.75 KB | 0644 |
|
| armelf_linux_eabi.xsw | File | 9.01 KB | 0644 |
|
| armelf_linux_eabi.xswe | File | 9.29 KB | 0644 |
|
| armelf_linux_eabi.xu | File | 5.42 KB | 0644 |
|
| armelf_linux_eabi.xw | File | 9.53 KB | 0644 |
|
| armelf_linux_eabi.xwe | File | 9.8 KB | 0644 |
|
| armelfb.x | File | 10.44 KB | 0644 |
|
| armelfb.xbn | File | 10.34 KB | 0644 |
|
| armelfb.xc | File | 9.92 KB | 0644 |
|
| armelfb.xce | File | 10.2 KB | 0644 |
|
| armelfb.xd | File | 10.24 KB | 0644 |
|
| armelfb.xdc | File | 9.76 KB | 0644 |
|
| armelfb.xdce | File | 10.04 KB | 0644 |
|
| armelfb.xde | File | 10.51 KB | 0644 |
|
| armelfb.xdw | File | 9.78 KB | 0644 |
|
| armelfb.xdwe | File | 10.05 KB | 0644 |
|
| armelfb.xe | File | 10.68 KB | 0644 |
|
| armelfb.xn | File | 10.41 KB | 0644 |
|
| armelfb.xr | File | 5.81 KB | 0644 |
|
| armelfb.xs | File | 9.92 KB | 0644 |
|
| armelfb.xsc | File | 9.44 KB | 0644 |
|
| armelfb.xsce | File | 9.71 KB | 0644 |
|
| armelfb.xse | File | 10.19 KB | 0644 |
|
| armelfb.xsw | File | 9.46 KB | 0644 |
|
| armelfb.xswe | File | 9.73 KB | 0644 |
|
| armelfb.xu | File | 5.83 KB | 0644 |
|
| armelfb.xw | File | 9.94 KB | 0644 |
|
| armelfb.xwe | File | 10.21 KB | 0644 |
|
| armelfb_linux_eabi.x | File | 10.03 KB | 0644 |
|
| armelfb_linux_eabi.xbn | File | 9.86 KB | 0644 |
|
| armelfb_linux_eabi.xc | File | 9.51 KB | 0644 |
|
| armelfb_linux_eabi.xce | File | 9.79 KB | 0644 |
|
| armelfb_linux_eabi.xd | File | 9.81 KB | 0644 |
|
| armelfb_linux_eabi.xdc | File | 9.33 KB | 0644 |
|
| armelfb_linux_eabi.xdce | File | 9.6 KB | 0644 |
|
| armelfb_linux_eabi.xde | File | 10.08 KB | 0644 |
|
| armelfb_linux_eabi.xdw | File | 9.34 KB | 0644 |
|
| armelfb_linux_eabi.xdwe | File | 9.62 KB | 0644 |
|
| armelfb_linux_eabi.xe | File | 10.27 KB | 0644 |
|
| armelfb_linux_eabi.xn | File | 10 KB | 0644 |
|
| armelfb_linux_eabi.xr | File | 5.4 KB | 0644 |
|
| armelfb_linux_eabi.xs | File | 9.48 KB | 0644 |
|
| armelfb_linux_eabi.xsc | File | 9 KB | 0644 |
|
| armelfb_linux_eabi.xsce | File | 9.27 KB | 0644 |
|
| armelfb_linux_eabi.xse | File | 9.75 KB | 0644 |
|
| armelfb_linux_eabi.xsw | File | 9.01 KB | 0644 |
|
| armelfb_linux_eabi.xswe | File | 9.29 KB | 0644 |
|
| armelfb_linux_eabi.xu | File | 5.42 KB | 0644 |
|
| armelfb_linux_eabi.xw | File | 9.53 KB | 0644 |
|
| armelfb_linux_eabi.xwe | File | 9.8 KB | 0644 |
|