Symbol: Elf_Cmd
lib/libelf/_libelf.h
208
Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
lib/libelf/_libelf.h
227
Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
lib/libelf/_libelf.h
87
Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
lib/libelf/elf_begin.c
34
elf_begin(int fd, Elf_Cmd c, Elf *a)
lib/libelf/elf_cntl.c
34
elf_cntl(Elf *e, Elf_Cmd c)
lib/libelf/elf_flag.c
110
elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
143
elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
172
elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
193
elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
34
elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
56
elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_flag.c
81
elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags)
lib/libelf/elf_next.c
35
Elf_Cmd
lib/libelf/elf_update.c
1197
elf_update(Elf *e, Elf_Cmd c)
lib/libelf/libelf.h
302
Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
lib/libelf/libelf.h
303
int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
lib/libelf/libelf.h
308
unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd,
lib/libelf/libelf.h
310
unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd,
lib/libelf/libelf.h
312
unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
lib/libelf/libelf.h
313
unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
lib/libelf/libelf.h
314
unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
lib/libelf/libelf.h
315
unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
lib/libelf/libelf.h
316
unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
lib/libelf/libelf.h
336
Elf_Cmd elf_next(Elf *_elf);
lib/libelf/libelf.h
344
off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
lib/libelf/libelf_ar.c
208
_libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf)
lib/libelf/libelf_open.c
124
_libelf_open_object(int fd, Elf_Cmd c, int reporterror)