|
| |
| | Object file - Wikipedia, the free encyclopedia |
 | | An object file format is a computer file format used for the storage of object code and related data typically produced by a compiler or Assembler. |  | | In computer science, object file or object code is an intermediate representation of code generated by a compiler after it processes a source code file. |  | | An object file is mostly machine code (code directly executed by a computer's CPU). |
|
http://en.wikipedia.org/wiki/Object_file
(439 words)
|
|
| |
| | Object - Wikipedia, the free encyclopedia |
 | | An object is a language supported mechanism for binding data tightly with methods that operate on that data. |  | | An object is a short name for an object file. |  | | In information processing, an object is a system which transmits information to an observer. |
|
http://en.wikipedia.org/wiki/Object
(260 words)
|
|
| |
| | Chapter 4: Object Files |
 | | Remaining data in an object file use the encoding of the target processor, regardless of the machine on which the file was created. |  | | Object files therefore represent some control data with a machine-independent format, making it possible to identify object files and interpret their contents in a common way. |  | | Files used during linking must have a section header table; other object files may or may not have one. |
|
http://www.caldera.com/developers/gabi/2000-07-17/ch4.intro.html
(572 words)
|
|
| |
| | What is an Object File? |
 | | object file is basically a file containing machine language instructions and data in a form that the linker can use to create an executable program. |  | | Therefore, the compiler simply places external references in an object file's symbol table; the matching of external references to global definitions is left to the linker or loader. |  | | The linker uses the symbol tables of all input object files to match up external references to global definitions. |
|
http://docs.hp.com/en/B2355-90655/ch02s03.html
(319 words)
|
|
| |
| | Object File Format |
 | | The format of these files revolves around the notion of a common header that is prepended to each file ending with the |  | | The purpose of the header is to structure what follows so that programs can access parts of file quickly. |  | | In the future this may be increased using a flex-names approach and adding an extra table to the very end of an object module (the string table). |
|
http://pages.cpsc.ucalgary.ca/~dsb/PDP11/files/node2.html
(376 words)
|
|
| |
| | Object File Format |
 | | One way uses an algorithm to traverse an object representation (which is already in memory) in order to write out the corresponding object file. |  | | Object files can be constructed in either of two ways. |  | | And below is the object file for the above object. |
|
http://www.cs.utah.edu/~gk/peek/old/off.html
(635 words)
|
|
| |
| | The ELF Object File Format: Introduction Linux Journal |
 | | One interesting sidenote--Windows NT uses a file format based upon the COFF file format, the SVr3 file format that the Unix community is abandoning in favor of ELF. |  | | As ELF will eventually be the common object file format for Linux binaries, it is appropriate to document it a bit. |  | | With a QMAGIC binary, the mapping from the file offset to the block representing a given page of memory is more natural, and should allow for some performance enhancements in the kernel. |
|
http://www.linuxjournal.com/article.php?sid=1059
(2826 words)
|
|
| |
| | 14.3 The Binary Object File |
 | | file is created, a special version of the 6811 assembler program is used to construct the binary object code. |  | | Figure 6 shows the binary object file that is created from the |  | | is used to assemble the source code and create a binary object file. |
|
http://www.handyboard.com/software/icmanual/node119.html
(110 words)
|
|
| |
| | size -- display object file sizes |
 | | files are libraries (archives) which may contain one or more object files in OMF or COFF format. |  | | files are Intel Object Module Format (OMF) or Common Object File format (COFF) files. |  | | file may contain the overlays themselves; no information is given about the overlays. |
|
http://www.datafocus.com/docs/man1/size.1.asp
(216 words)
|
|
| |
| | Graphics 3D Object File Formats |
 | | The POL 3D file format was created and is maintained by InnovMetric Software Inc. The POL format was created to fill the need of storing data representing multi-contour, simple, planular, polygons using a binary file format. |  | | STL files may be ASCII or binary in form, although binary is far more common due to the very large resulting size of the CAD data when saved to the ASCII format. |  | | STL files are the native file format of the SLA CAD software created by 3D Systems of Valencia, CA, USA. |
|
http://cmp.felk.cvut.cz/~pajdla/Doc/3D.formats.html
(4482 words)
|
|
| |
| | ASP File Object |
 | | The File object is used to return information about a specified file. |  | | First; create a FileSystemObject object and then instantiate the File object through the GetFile method of the FileSystemObject object or through the Files property of the Folder object. |  | | This example demonstrates how to first create a FileSystemObject object, and then use the DateCreated property of the File object to get the date and time a specified file was created. |
|
http://www.w3schools.com/asp/asp_ref_file.asp
(512 words)
|
|
| |
| | GNU Binary Utilities |
 | | Display summary information from the section headers of the object file. |  | | Specify that the object-code format for the object files is |  | | This can be useful when disassembling object files which do not describe architecture information, such as S-records. |
|
http://www.delorie.com/gnu/docs/binutils/binutils_6.html
(980 words)
|
|
| |
| | 6.1.2 File Object Creation |
 | | The file has no directory entries associated with it and will be automatically deleted once there are no file descriptors for the file. |  | | The return value is an open file object connected to the pipe, which can be read or written depending on whether |  | | ; on Windows this is needed to determine whether the file objects should be opened in binary or text mode. |
|
http://www.python.org/doc/current/lib/os-newstreams.html
(333 words)
|
|
| |
| | DevGuru VBScript Object: FileSystemObject |
 | | The FileSystemObject is used to gain access to a computer's file system. |  | | This method is used to return the version of the file in the specified path. |  | | This method deletes a specified file or files (using wilcards). |
|
http://www.devguru.com/Technologies/vbscript/quickref/filesystemobject.html
(457 words)
|
|
| |
| | The ELF Object File Format by Dissection Linux Journal |
 | | Since ELF will eventually be the common object file format for Linux binaries, it is appropriate to document it a bit. |  | | Since this is a.o file, it is not intended to be loaded into virtual memory, and this field is not filled in. |  | | The type, machine, and version fields identify this as an ET_REL file (i.e., an object file) for the i386. |
|
http://www.linuxjournal.com/article.php?sid%3D1060
(2547 words)
|
|
| |
| | Build an Object-oriented File System in PHP |
 | | An object-oriented file system might be better labeled as a contextual framework. |  | | Using a simple file storage convention and some PHP code, you can create a hierarchical file system that mimics many object-oriented concepts, facilitates reuse, and simplifies your Web development efforts. |  | | Despite the difficulties of pinning down the terminology, for the purposes of this article, you can assume an "object-oriented file system" has a specific meaningit is a way to take advantage of traditional object-oriented concepts such as inheritance, by organizing your files and directories as if they were a class hierarchy. |
|
http://www.devx.com/webdev/Article/22240
(594 words)
|
|
| |
| | Intel HEX-record Format |
 | | This allows viewing of the object file with standard tools and easy file transfer from one computer to another, or between a host and target. |  | | Intel's Hex-record format allows program or data files to be encoded in a printable (ASCII) format. |  | | Only one termination record is allowed per file and it must be the last line of the file. |
|
http://www.cs.net/lucid/intel.htm
(372 words)
|
|
| |
| | Common Object File Format (COFF) |
 | | An object file that contains no errors or unresolved references is considered executable. |  | | COFF is the format of the output file produced by the assembler, as(CP), and the link editor, ld(CP). |  | | The last four sections (relocation, line numbers, symbol table, and the string table) may be missing if the program is linked with the -s option of the ld command, or if the line number information, symbol table, and string table are removed by the strip(CP) command. |
|
http://docsrv.sco.com:507/en/topics/COFF.html
(224 words)
|
|
| |
| | DEC OSF/1 |
 | | When specifying the object file name to the create function command, one must give it the name of the shared object file (ending in.so) rather than the simple object file. |  | | If you prefer to name your shared object files with the extension.o, this is fine with Postgres so long as you make sure that the correct file name is given to the create function command. |  | | Actually, Postgres does not care what you name the file as long as it is a shared object file. |
|
http://www.cs.mu.oz.au/pgsql-docs/dfunc17752.htm
(219 words)
|
|
| |
| | The Executable and Linking Format (ELF) |
 | | These file types hold the code, data, and information about the program that the operating system and/or link editor need to perform the appropriate actions on these files. |  | | A relocatable file describes how it should be linked with other object files to create an executable file or shared library. |  | | The ELF representation permits object files to be identified, parsed, and interpreted similarly, making the ELF object files compatible across multiple platforms and architectures of different size. |
|
http://www.cs.ucdavis.edu/~haungs/paper/node10.html
(321 words)
|
|
| |
| | ASPN : Python Cookbook : Thread-safe caching object with file and HTTP implementations |
 | | Four concrete implementations : a validating file cache, a validating HTTP cache, an experimental Python module cache and a function cache. |  | | Whenever the files are modified (according to their modification time) the cache is updated. |  | | For example, for an HTTP cache, the index is an URL, the object is the data you can fetch from the URL. |
|
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/302997
(1270 words)
|
|
| |
| | Using the File System Object In Depth |
 | | To open an existing file, use either the OpenTextFile method of the FileSystemObject object or the OpenAsTextStream method of the File object. |  | | There are three ways to create an empty text file (sometimes referred to as a "text stream"). |  | | The second way to create a text file is to use the OpenTextFile method of the FileSystemObject object with the ForWriting flag set. |
|
http://www.jamesrking.com/left_brain/active_server_pages/fso_in_depth.asp
(1189 words)
|
|
| |
| | ZopeLABS - How-To use precondition on a file object |
 | | When you have a file object or a ZClass file-like derived from file, with a precondition script, you sometimes wants to access some file properties in the context of the precondition script. |  | | For example you want to increment a counter, or check if the file has some content-type or has some right property (myProperty in our example) before allowing to download the file. |  | | ZopeLABS - How-To use precondition on a file object |
|
http://www.zopelabs.com/cookbook/1016369692
(184 words)
|
|
| |
| | ASP FileSystem Object |
 | | It is also possible to retrieve file system information with this object. |  | | Creates a text file and returns a TextStream object that can be used to read from, or write to the file |  | | Returns a collection of all Drive objects on the computer |
|
http://www.w3schools.com/asp/asp_ref_filesystem.asp
(643 words)
|
|
| |
| | Comp.compilers: Re: Object file creation and linking... |
 | | Probably the simplest format for object files used was the |  | | Well, in the field of compilers, "object files" are the "retarded child" |  | | MS-DOS uses a changed version of the Intel Object Specification for an |
|
http://compilers.iecc.com/comparch/article/93-08-117
(477 words)
|
|
| |
| | 15 Seconds : The Wonders of the File System Object |
 | | The computer file system that we'll be manipulating is the web server's. |  | | Then we simply open each file in the directory, see if the desired string is in that file and display a link to that file if the search string is found. |  | | A great way to implement security would be to create the guestbook file we described earlier as read-only, and then change the attribute to writeable only when we need it, and immediately change it back. |
|
http://www.15seconds.com/Issue/000816.htm
(3387 words)
|
|
| |
| | egor duda - Re: Object File format |
 | | I thought that c++ object files were in the RC> ELF format, generated in cygwin with the c++ compiler, but when I try to RC> read them, either with readelf, or in debug, they don't appear to be. |  | | the format of files generated by gcc depends on platform. |  | | Thursday, 13 December, 2001 Ray Campbell raycampbell@rcn.com wrote: RC> I am trying to learn more about compiler development, and thus more RC> information about ELF files. |
|
http://www.cygwin.com/ml/cygwin/2001-12/msg00702.html
(235 words)
|
|
| |
| | CircleMUD List: Re: Object File Idea |
 | | If you wanted to save the changes, all you would have to do is change objsave.c's obj_to_store and vice versa to move over the information that you want and also change structs.h: obj_file_elem to store the new stuff you want. |  | | Rick -----Original Message----- From: Tony Robbins To: CIRCLE@post.queensu.ca Date: Wednesday, December 02, 1998 4:59 PM Subject: Object File Idea >Is there any reason why a person couldn't make the rent file store all the >info on an object that has changed, by using a flag to store the difference? |  | | Maybe in reply to: Tony Robbins: "Object File Idea" |
|
http://www.circlemud.org/maillist/1998-12/0067.html
(206 words)
|
|
| |
| | Keil OC51 Banked Object File Converter |
 | | Once you have used OC51 to create the absolute object modules, you may use OH51 to create an Intel HEX file for each code bank. |  | | The OC51 banked object file converter is a utility that creates an absolute object module for each code bank in a banked object module. |  | | You should not use this utility unless you have created a code banking program using the BL51 code banking linker. |
|
http://www.keil.com/c51/oc51.htm
(103 words)
|
|
| |
| | CircleMUD List: Object File Idea |
 | | Is there any reason why a person couldn't make the rent file store all the info on an object that has changed, by using a flag to store the difference? |  | | Maybe reply: Rick Glover: "Re: Object File Idea" |
|
http://www.circlemud.org/maillist/1998-12/0041.html
(250 words)
|
|
| |
| | Analysis of Object File Formats for Embedded Systems |
 | | At last, we discuss the ideas for converting a relocatable COFF object file into a linkable Intel OMF object file, and propose a 6-step procedure for the conversion. |  | | In this paper, we review Intel OMF and COFF, and we also describe some important tools commercially available for handling these formatted object files. |  | | Analysis of Object File Formats for Embedded Systems |
|
http://developer.intel.com/design/intarch/papers/esc_file.htm
(81 words)
|
|
| |
| | DJGPP COFF Spec |
 | | the file header is always at offset zero, even when the object is inside a library). |  | | Note: Unless otherwise specified, all numeric fields are stored in host native order, which is LSB-first (little endian) for DJGPP, and all file offsets are relative to the beginning of the COFF object (i.e. |  | | Follow optional header; count determined by file header |
|
http://www.delorie.com/djgpp/doc/coff
(172 words)
|
|
| |
| | Object Explorer |
 | | Object Explorer is the easiest and fastest way to search your libraries for any piece of code you can't find! |  | | Now available in Plus, Standard, and Executive versions, Object Explorer is a must-have for every PowerBuilder programmer out there! |  | | No other utility can do this like Object Explorer Executive! |
|
http://www.objectforce.com/ox.htm
(153 words)
|
|
| |
| | port-mvme68k: mvme68k switched to ELF object file format |
 | | Hi Folks, As promised earlier, NetBSD/mvme68k has now officially switched to using ELF as its default object file format. |  | | Subject: mvme68k switched to ELF object file format |  | | Right now I would advise against upgrading from source until I get some essential ELF binaries up on ftp.netbsd.org later today. |
|
http://mail-index.netbsd.org/port-mvme68k/2000/12/07/0001.html
(163 words)
|
|
| |
| | Tutorial-Web - FileSystemObject - The FileSystem Object |
 | | The FileSystem Object actually contains five objects: the main Filesystem object, the Drive object, the Folder object, the File object, and the TextStream object. |  | | Moving files, opening and reading text files, and looking at drive space are a few of the many functions of the FileSystem Object. |  | | The FileSystem Object is the object that is used to manipulate the filesystem in Active Server Pages. |
|
http://www.tutorial-web.com/asp/fso
(108 words)
|
|
| |
| | object file - OneLook Dictionary Search |
 | | Phrases that include object file: common object file format, object file format |  | | We found one dictionary with English definitions that includes the word object file: |  | | Tip: Click on the first link on a line below to go directly to a page where "object file" is defined. |
|
http://www.onelook.com/?w=object+file
(83 words)
|
|
| |
| | $L: Link Object File Directive |
 | | The named file must be an Intel relocatable object file (.OBJ file). |  | | Instructs the compiler to link the named file with the program or unit being compiled. |  | | The {$L FileName} directive is used to link with code written in assembly language for subprograms declared to be external. |
|
http://www.tmt.com/helphtml/link_obj_dir.htm
(47 words)
|
|
| |
| | Digital Mars - PATCHOBJ |
 | | Removes the default library information from the object file. |  | | Removes the memory model specifier from the object file. |  | | The inputfile is the object file to patch, with a default extension of.obj. |
|
http://www.digitalmars.com/ctg/patchobj.html
(95 words)
|
|
| |
| | DMTF - CIM |
 | | The formal definition of the CIM Schema is expressed in a Managed Object File (MOF) which is an ASCII or UNICODE file that can be used as input into an MOF editor, parser or compiler for use in an application. |  | | The Unified Modeling Language (UML) is used to visually portray the structure of the CIM Schema. |  | | Extension Schema fall into two categories, Technology-Specific areas such UNIX98 or Product-Specific areas that are unique to a particular product such as Windows. |
|
http://www.dmtf.org/about/faq/cim
(983 words)
|
|
| |
| | Portable Executable and Object File Format Specification |
 | | Microsoft Portable Executable and Common Object File Format Specification |  | | Note This document is provided to aid in the development of tools and applications for Microsoft Windows NT® but is not guaranteed to be a complete specification in all respects. |
|
http://www.cs.ucsb.edu/~nomed/docs/pecoff.html
(137 words)
|
|
|