Searched defs:Elf (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libelf/
H A Dlibelf.h187 typedef struct Elf Elf; typedef in typeref:struct:Elf
198 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
201 extern Elf *elf_clone (Elf *__elf, Elf_Cmd __cmd);
204 extern Elf *elf_memory (char *__image, size_t __size);
207 extern Elf_Cmd elf_next (Elf *__elf);
210 extern int elf_end (Elf *__elf);
215 extern off_t elf_update (Elf *__el
[all...]
H A DlibelfP.h73 #define ElfW2_(Bits, Name) Elf##Bits##_##Name
240 struct Elf *elf; /* The underlying ELF file. */
282 struct Elf struct
313 Elf *parent;
321 struct Elf *next; /* Used in list of archive descriptors. */
414 struct Elf *children; /* List of all descriptors for this archive. */
479 /* Create Elf descriptor from memory image. */
480 extern Elf *__libelf_read_mmaped_file (int fildes, void *map_address,
482 Elf_Cmd cmd, Elf *parent)
489 extern int __libelf_next_arhdr_wrlock (Elf *el
[all...]

Completed in 230 milliseconds