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

/external/elfutils/0.153/libelf/
H A Dlibelf.h175 typedef struct Elf Elf; typedef in typeref:struct:Elf
186 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
189 extern Elf *elf_clone (Elf *__elf, Elf_Cmd __cmd);
192 extern Elf *elf_memory (char *__image, size_t __size);
195 extern Elf_Cmd elf_next (Elf *__elf);
198 extern int elf_end (Elf *__elf);
201 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
289 Elf *parent;
290 Elf *next; /* Used in list of archive descriptors. */
395 Elf *children; /* List of all descriptors for this archive. */
473 /* Create Elf descriptor from memory image. */
474 extern Elf *__libelf_read_mmaped_file (int fildes, void *map_address,
476 Elf_Cmd cmd, Elf *parent)
483 extern int __libelf_next_arhdr_wrlock (Elf *el
[all...]

Completed in 186 milliseconds