*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> libelf/elf_getphdr (3)              
Title
Content
Arch
Section
 

Contents


ELF_GETPHDR(3E)						       ELF_GETPHDR(3E)


NAME    [Toc]    [Back]

     elf_getphdr: elf32_getphdr, elf32_newphdr,	elf64_getphdr, elf64_newphdr -
     retrieve class-dependent program header table

SYNOPSIS    [Toc]    [Back]

     cc	[flag ...] file	...  -lelf [library ...]

     #include <libelf.h>

     Elf32_Phdr	*elf32_getphdr(Elf *elf);
     Elf32_Phdr	*elf32_newphdr(Elf *elf, size_t	count);

     Elf64_Phdr	*elf64_getphdr(Elf *elf);
     Elf64_Phdr	*elf64_newphdr(Elf *elf, size_t	count);

DESCRIPTION    [Toc]    [Back]

     For a 32-bit class	file, elf32_getphdr returns a pointer to the program
     execution header table, if	one is available for the ELF descriptor	elf.

     elf32_newphdr allocates a new table with count entries, regardless	of
     whether one existed previously, and sets the ELF_F_DIRTY bit for the
     table [see	elf_flag(3E)].	Specifying a zero count	deletes	an existing
     table.  Note this behavior	differs	from that of elf32_newehdr [see
     elf32_getehdr(3E)], allowing a program to replace or delete the program
     header table, changing its	size if	necessary.

     If	no program header table	exists,	the file is not	a 32-bit class file,
     an	error occurs, or elf is	null, both functions return a null pointer.
     Additionally, elf32_newphdr returns a null	pointer	if count is zero.

     The table is an array of Elf32_Phdr structures, each of which includes
     the following members.

		  Elf32_Word	  p_type;
		  Elf32_Off	  p_offset;
		  Elf32_Addr	  p_vaddr;
		  Elf32_Addr	  p_paddr;
		  Elf32_Word	  p_filesz;
		  Elf32_Word	  p_memsz;
		  Elf32_Word	  p_flags;
		  Elf32_Word	  p_align;

     The ELF header's e_phnum member tells how many entries the	program	header
     table has [see elf_getehdr(3E)].  A program may inspect this value	to
     determine the size	of an existing table; elf32_newphdr automatically sets
     the member's value	to count.  If the program is building a	new file, it
     is	responsible for	creating the file's ELF	header before creating the
     program header table.

     The 64-bit	class works identically, simply	replacing all instances	of 32
     in	the description	and table with 64.




									Page 1






ELF_GETPHDR(3E)						       ELF_GETPHDR(3E)


SEE ALSO    [Toc]    [Back]

      
      
     elf(3E), elf_begin(3E), elf_flag(3E), elf_getehdr(3E).


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
elf_getshdr IRIX retrieve class-dependent section header
elf_getehdr IRIX retrieve class-dependent object file header
localeconv Tru64 Retrieve locale-dependent formatting parameters
elf_getarhdr IRIX retrieve archive member header
elf_xlate IRIX class-dependent data translation
inet6_rth_getaddr Tru64 Retrieve an address for an index from an IPv6 Routing header
elf_getarsym IRIX retrieve archive symbol table
glgetcolortable IRIX retrieve contents of a color lookup table
glgetcolortablesgi IRIX retrieve contents of a color lookup table
nlist OpenBSD retrieve symbol table name list from an executable file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service