1 .\" $NetBSD: elf_open.3,v 1.2 2014/03/09 16:58:04 christos Exp $
3 .\" Copyright (c) 2012 Joseph Koshy. All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" This software is provided by Joseph Koshy ``as is'' and
15 .\" any express or implied warranties, including, but not limited to, the
16 .\" implied warranties of merchantability and fitness for a particular purpose
17 .\" are disclaimed. in no event shall Joseph Koshy be liable
18 .\" for any direct, indirect, incidental, special, exemplary, or consequential
19 .\" damages (including, but not limited to, procurement of substitute goods
20 .\" or services; loss of use, data, or profits; or business interruption)
21 .\" however caused and on any theory of liability, whether in contract, strict
22 .\" liability, or tort (including negligence or otherwise) arising in any way
23 .\" out of the use of this software, even if advised of the possibility of
26 .\" Id: elf_open.3 2512 2012-05-31 06:15:57Z jkoshy
33 .Nd open ELF objects and ar(1) archives
41 .Fn elf_openmemory "char *image" "size_t sz"
48 are extensions to the ELF(3) API, for the internal use of the
50 Portable applications should not use these functions.
54 returns an Elf descriptor opened with mode
58 archive referenced by the file descriptor in argument
63 returns an ELF descriptor opened with mode
67 archive contained in the memory area pointed to by the argument
71 specifies the size of the memory area in bytes.
73 These functions are non-standard extensions to the ELF(3) API set.
75 The behavior of these functions differs from their counterparts
79 in that these functions will successfully open malformed ELF objects
82 archives, returning an Elf descriptor of type
85 The function returns a pointer to a ELF descriptor if successful, or
86 NULL if an error occurred.
88 These functions can fail with the following errors:
89 .Bl -tag -width "[ELF_E_RESOURCE]"
90 .It Bq Er ELF_E_ARGUMENT
93 was of an unsupported file type.
94 .It Bq Er ELF_E_ARGUMENT
97 was zero, or the argument
101 The file descriptor in argument
105 The file descriptor in argument
108 .It Bq Er ELF_E_RESOURCE
109 An out of memory condition was encountered.
110 .It Bq Er ELF_E_SEQUENCE
115 was called before a working version was established with