GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ELF / V1-1-2

Constituent: elf_show     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

ELF_private.h File Reference

Definitions for shared private ELF package utilities. More...

#include "ELF/elf.h"

Include dependency graph for ELF_private.h:

This graph shows which files directly or indirectly include this file:


Defines

#define ELF_SEC_NAME_TEXT   ".text"
#define ELF_SEC_NAME_TEXT_REL   ".rela.text"
#define ELF_SEC_NAME_DATA   ".data"
#define ELF_SEC_NAME_DATA_REL   ".rela.data"
#define ELF_SEC_NAME_RODATA   ".rodata"
#define ELF_SEC_NAME_RODATA_REL   ".rela.rodata"
#define ELF_SEC_NAME_BSS   ".bss"
#define ELF_SEC_NAME_SYM   ".symtab"
#define ELF_SEC_NAME_STR   ".strtab"
#define ELF_SEC_NAME_SEC_STR   ".shstrtab"

Functions

int ELF_loadVerify (const void *file)
 Verify ELF object format.
Elf32_Shdr * ELF_secFindByName (const char *name, const Elf32_Ehdr *ehdr, const Elf32_Shdr *shdr, const char *strTable)
 Find a section header by name.

Detailed Description

Definitions for shared private ELF package utilities.

Author:
D.L. Wood

Define Documentation

#define ELF_SEC_NAME_BSS   ".bss"
 

The name of the uninitialized data section.

#define ELF_SEC_NAME_DATA   ".data"
 

The name of the data section.

#define ELF_SEC_NAME_DATA_REL   ".rela.data"
 

The name of the data relocation section.

#define ELF_SEC_NAME_RODATA   ".rodata"
 

The name of the read-only data section.

#define ELF_SEC_NAME_RODATA_REL   ".rela.rodata"
 

The name of the read-only data relocation section.

#define ELF_SEC_NAME_SEC_STR   ".shstrtab"
 

The name of the section header string section.

#define ELF_SEC_NAME_STR   ".strtab"
 

The name of the symbol table string section.

#define ELF_SEC_NAME_SYM   ".symtab"
 

The name of the symbol table section.

#define ELF_SEC_NAME_TEXT   ".text"
 

The name of the text section.

#define ELF_SEC_NAME_TEXT_REL   ".rela.text"
 

The name of the text relocation section.


Generated on Wed Dec 5 08:48:57 2007 by  doxygen 1.4.4