Elf_Cmd
Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
elf_begin(int fd, Elf_Cmd c, Elf *a)
elf_cntl(Elf *e, Elf_Cmd c)
elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags)
elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags)
elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags)
elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags)
elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags)
Elf_Cmd
elf_update(Elf *e, Elf_Cmd c)
Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd,
unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd,
unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
Elf_Cmd elf_next(Elf *_elf);
off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
_libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf)
_libelf_open_object(int fd, Elf_Cmd c, int reporterror)