elf_getbase(3elf) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

elf_getbase(3elf)

elf_getbase(3ELF)            ELF Library Functions           elf_getbase(3ELF)



NAME
       elf_getbase - get the base offset for an object file

SYNOPSIS
       cc [ flag ... ] file ... -lelf [ library ... ]
       #include <libelf.h>

       off_t elf_getbase(Elf *elf);

DESCRIPTION
       The elf_getbase() function returns the file offset of the first byte of
       the file or archive member associated with  elf,  if  it  is  known  or
       obtainable,  and −1 otherwise. A null elf is allowed, to simplify error
       handling; the return value in this case is −1. The base  offset  of  an
       archive  member  is  the beginning of the member's information, not the
       beginning of the archive member header.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe


SEE ALSO
       elf(3ELF), elf_begin(3ELF), ar.h(3HEAD), libelf(3LIB), attributes(7)



Oracle Solaris 11.4               11 Jul 2001                elf_getbase(3ELF)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3