Lines Matching full:an
39 This API allows an application to operate on ELF descriptors without
49 A class-independent representation of an ELF Compression Header.
55 A class-independent representation of an ELF Executable Header.
61 A class-independent representation of an ELF Program Header Table
64 A class-independent representation of an ELF relocation entry.
66 A class-independent representation of an ELF relocation entry with
69 A class-independent representation of an ELF Section Header Table
76 A class-independent representation of an ELF symbol table entry.
95 An application will retrieve data from an ELF descriptor using a
112 APIs to indicate to the ELF library that an ELF data structure is dirty.
115 When updating an underlying 32 bit ELF data structure, the GElf
116 routines will signal an error if a GElf value is out of range
127 This section provides an overview of the GElf programming APIs.
141 Translate the native representation of an ELF data structure to its
144 Translate from the file representation of an ELF data structure to a
150 Retrieve an ELF Compression Header from the underlying ELF descriptor.
152 Retrieve an ELF
156 Retrieve an ELF Executable Header from the underlying ELF descriptor.
158 Retrieve an ELF Program Header Table entry from the underlying ELF descriptor.
160 Retrieve an ELF relocation entry.
162 Retrieve an ELF relocation entry with addend.
164 Retrieve an ELF Section Header Table entry from the underlying ELF descriptor.
166 Retrieve an ELF symbol table entry.
171 Retrieves the ELF checksum for an ELF descriptor.
173 Retrieves the size of the file representation of an ELF type.
175 Retrieves the ELF class of an ELF descriptor.
180 Copy back an ELF
184 Copy back an ELF Program Header Table entry.
186 Copy back an ELF relocation entry.
188 Copy back an ELF relocation with addend entry.
190 Copy back an ELF Section Header Table entry.
192 Copy back an ELF symbol table entry.