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

개요

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

elf_fill(3elf)

elf_fill(3ELF)               ELF Library Functions              elf_fill(3ELF)



NAME
       elf_fill - set fill byte

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

       void elf_fill(int fill);

DESCRIPTION
       Alignment  constraints  for ELF files sometimes require the presence of
       "holes." For example, if the data for one section are required to begin
       on  an  eight-byte  boundary, but the preceding section is too "short,"
       the library must fill the intervening bytes. These bytes are set to the
       fill character. The library uses zero bytes unless the application sup‐
       plies a value. See elf_getdata(3ELF) for more information  about  these
       holes.

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_flagdata(3ELF),  elf_getdata(3ELF),   elf_update(3ELF),
       libelf(3LIB), attributes(7)

NOTES
       An  application  can  assume control of the object file organization by
       setting the ELF_F_LAYOUT bit (see  elf_flagdata(3ELF)).  When  this  is
       done, the library does not fill holes.



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