NEW DATABASE - 350 MILLION DATASHEETS FROM 8500 MANUFACTURERS

Datasheet Archive - Datasheet Search Engine

 

Catalog Search Results

Catalog Datasheet Results Type PDF Document Tags
Abstract: ELFCLASS32 e_ident[EI_DATA] is set to: ELFDATA2LSB for little-endian targets ELFDATA2MSB for big-endian ... Original
datasheet

11 pages,
38.81 Kb

datasheet abstract
datasheet frame
Abstract: M68HC12-family [EI_DATA] e_ident[EI_VERSION] Value 1 (ELFCLASS32) 2 (ELFDATA2MSB) 1 Comments M68HC12 M68HC12 address ... Original
datasheet

22 pages,
33.92 Kb

88open M68HC12 motorola 88000 M68HC12 abstract
datasheet frame
Abstract: value in e_ident[EI_CLASS] must be ELFCLASS32. For LP64 relocatable objects, the file class value may be either ELFCLASS32 or ELFCLASS64 ELFCLASS64, and a conforming linker must be able to process either or both classes. ET_EXEC or ET_DYN object file types must use ELFCLASS32 for ILP32 ILP32 and ELFCLASS64 ELFCLASS64 for LP64 programs. Addresses appearing in ELFCLASS32 relocatable objects for LP64 programs are implicitly extended ... Original
datasheet

72 pages,
357.41 Kb

datasheet abstract
datasheet frame
Abstract: file's class, or capacity. Name Value Meaning ELFCLASSNONE 0 Invalid class ELFCLASS32 , smallest. Class ELFCLASS32 supports machines with files and virtual address spaces up to 4 gigabytes; it , basic objects in a file. As described above, class ELFCLASS32 files use objects that occupy 1, 2, and 4 ... Original
datasheet

42 pages,
257.82 Kb

RS3000 motorola 88000 B-01 RS4000 ESPC datasheet abstract
datasheet frame
Abstract: e_ident[EI_CLASS] ELFCLASS32 e_ident[EI_DATA] ELFDATA2LSB e_machine EM_ALTERA_NIOS2 = 113 ... Original
datasheet

16 pages,
118.54 Kb

NII51016-10 GD16 NII51016-10 abstract
datasheet frame
Abstract: ] Value 1 (ELFCLASS32) 2 (ELFDATA2MSB) 1 Comments M68HC12 M68HC12 address space < 4 Gbytes M68HC12 M68HC12 is ... Original
datasheet

22 pages,
233.6 Kb

M68HC12 IEEE754 68HC12 motorola 88000 emachine M68HC12 abstract
datasheet frame
Abstract: SPU Application Binary Interface Specification Version 1.9 CBEA JSRE Series Cell Broadband Engine Architecture Joint Software Reference Environment Series July 18, 2008 ® © Copyright International Business Machines Corporation, Sony Computer Entertainment Incorporated, Toshiba Corporation 2002 - 2008 All Rights Reserved Printed in the United States of America July 2008 The following are trademarks of International Business Machines Corporation in the United States, or ot ... Original
datasheet

35 pages,
291.18 Kb

CBEA datasheet abstract
datasheet frame
Abstract: Freescale Semiconductor, Inc. Freescale Semiconductor, Inc. M·CORE Applications Binary Interface Standards Manual Motorola reserves the right to make changes without further notice to any products herein. Motorola makes no warranty, representation or guarantee regarding the suitability of its products for any particular purpose, nor does Motorola assume any liability arising out of the application or use of any product or circuit, and specifically disclaims any and all liability, ... Original
datasheet

60 pages,
428.32 Kb

M68000 datasheet abstract
datasheet frame
Abstract: ELF file shall contain ELFCLASS32 objects. EI_DATA This field may be either ELFDATA2LSB or ... Original
datasheet

45 pages,
390.46 Kb

to 220 ldr ARM1136J-S ARM1156T2F-S ARM926EJ-S ARM946E-S 0044D basic architecture of ARM Processors iar arm inline assembly code ESPC LDR Datasheet ARM v7 ARMv5 LEB128 0044D abstract
datasheet frame
Abstract: MNSC100ABI MNSC100ABI.book Page 1 Tuesday, April 13, 2010 6:48 PM StarCore Application Binary Interface (ABI) Reference Manual Revised: 13 April 2010 MNSC100ABI MNSC100ABI.book Page 2 Tuesday, April 13, 2010 6:48 PM Freescale, the Freescale logo, and CodeWarrior are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. All other product or service names are the property of their respective owners. © 2008­2010 Freescale Semiconductor, Inc. All rights reserved. Information in this doc ... Original
datasheet

92 pages,
1601.27 Kb

sssssssss SC100 SC1000 SC1200 SC1400 SC3000 SC3400 SC3400RM sc3850 SC3850RM sc3850 instruction set datasheet abstract
datasheet frame
Abstract: M·CORE Applications Binary Interface Standards Manual Motorola reserves the right to make changes without further notice to any products herein. Motorola makes no warranty, representation or guarantee regarding the suitability of its products for any particular purpose, nor does Motorola assume any liability arising out of the application or use of any product or circuit, and specifically disclaims any and all liability, including without limitation consequential or incidental damages. "T ... Original
datasheet

60 pages,
210.37 Kb

M68000 datasheet abstract
datasheet frame

Extended Electronics Archive (Experimental)

Abstract Saved from Date Saved File Size Type Download
Over 1.1 million files (1986-2013): html articles, reference designs, gerber files, chemical content, spice models, programs, code, pricing, images, circuits, parametric data, RoHS data, cross references, pcns, military data, and more. Please note that due to their age, these files do not always format correctly in modern browsers. Disclaimer.
 
/* Machine-specific elf macros for ARM. */ #ident "$Id: elf_arm.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2LSB #define MATCH_MACHINE(x) (x = EM_ARM) #define SHT_RELM SHT_REL #define Elf32_RelM Elf32_Rel
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for i386 et al. */ #ident "$Id: elf_i386.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2LSB #define MATCH_MACHINE(x) (x = EM_386 || x = EM_486) #define SHT_RELM SHT_REL #define Elf32_RelM Elf32_Rel
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for m68k. */ #ident "$Id: elf_m68k.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2MSB #define MATCH_MACHINE(x) (x = EM_68K) #define SHT_RELM SHT_RELA #define Elf32_RelM Elf32_Rela
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for MIPS. */ #ident "$Id: elf_mips.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #ifdef _MIPSEB_ #define ELFDATAM ELFDATA2MSB #endif #ifdef _MIPSEL_ #define ELFDATAM ELFDATA2LSB #endif #define MATCH_MACHINE(x) (x = EM_MIPS || x = EM_MIPS_RS4_BE) #define SHT_RELM SHT_REL #define Elf32_RelM Elf32_Rel
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for the PowerPC. */ #ident "$Id: elf_ppc.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2MSB #define MATCH_MACHINE(x) (x = EM_PPC) #define SHT_RELM SHT_RELA #define Elf32_RelM Elf32_Rela
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for the Sparc. */ #ident "$Id: elf_sparc.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2MSB #define MATCH_MACHINE(x) (x = EM_SPARC) #define SHT_RELM SHT_RELA #define Elf32_RelM Elf32_Rela
www.datasheetarchive.com/download/57951230-73353ZC/doc-linux-5.0.0.tgz
Digital Logic 11/12/2001 1665.35 Kb TGZ doc-linux-5.0.0.tgz
/* Machine-specific elf macros for ARM. */ #ident "$Id: elf_arm.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2LSB #define MATCH_MACHINE(x) (x = EM_ARM) #define SHT_RELM SHT_REL #define Elf32_RelM Elf32_Rel
www.datasheetarchive.com/download/72707033-73352ZC/linux.zip (elf_arm.h)
Digital Logic 11/12/2001 2064 Kb ZIP linux.zip
/* Machine-specific elf macros for i386 et al. */ #ident "$Id: elf_i386.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2LSB #define MATCH_MACHINE(x) (x = EM_386 || x = EM_486) #define SHT_RELM SHT_REL #define Elf32_RelM Elf32_Rel
www.datasheetarchive.com/download/72707033-73352ZC/linux.zip (elf_i386.h)
Digital Logic 11/12/2001 2064 Kb ZIP linux.zip
/* Machine-specific elf macros for m68k. */ #ident "$Id: elf_m68k.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2MSB #define MATCH_MACHINE(x) (x = EM_68K) #define SHT_RELM SHT_RELA #define Elf32_RelM Elf32_Rela
www.datasheetarchive.com/download/72707033-73352ZC/linux.zip (elf_m68k.h)
Digital Logic 11/12/2001 2064 Kb ZIP linux.zip
/* Machine-specific elf macros for the PowerPC. */ #ident "$Id: elf_ppc.h,v 1.1.1.1 1999/03/07 20:15:24 bj0rn Exp $" #define ELFCLASSM ELFCLASS32 #define ELFDATAM ELFDATA2MSB #define MATCH_MACHINE(x) (x = EM_PPC) #define SHT_RELM SHT_RELA #define Elf32_RelM Elf32_Rela
www.datasheetarchive.com/download/72707033-73352ZC/linux.zip (elf_ppc.h)
Digital Logic 11/12/2001 2064 Kb ZIP linux.zip