Lines Matching +full:image +full:- +full:specific
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
8 elf_rawfile \- retrieve uninterpreted file contents
12 cc [ \fIflag\fR... ] \fIfile\fR ... \fB-lelf\fR [ \fIlibrary\fR ... ]
22 image of the file. This function should be used only to retrieve a file being
33 it leaves unknown files unmodified. Thus, asking for the uninterpreted image of
41 If \fIptr\fR is non-null, the library also stores the file's size, in bytes, in
44 stored through \fIptr\fR, if \fIptr\fR is non-null.
60 MT-Level MT-Safe
74 program requests the raw image first, before it asks for translated information
76 on), the library ``freezes'' its original memory copy for the raw image. It
79 raw file image returned by \fBelf_rawfile()\fR as a read-only buffer, unless it
82 the raw image.