Searched refs:Elf_Cmd (Results 1 - 16 of 16) sorted by last modified time

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7313 Elf_Cmd cmd;
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c593 Elf_Cmd elf_cmd;
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c839 Elf_Cmd cmd;
1465 Elf_Cmd elf_cmd;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c207 _libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf)
H A Dlibelf.h95 } Elf_Cmd; typedef in typeref:enum:__anon90
185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
186 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
191 unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd,
193 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd,
195 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
196 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
197 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
198 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
199 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cm
[all...]
H A Delf_update.c1200 elf_update(Elf *e, Elf_Cmd c)
H A Delf_next.c35 Elf_Cmd
H A D_libelf.h91 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
212 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
233 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
H A Delf_begin.c34 elf_begin(int fd, Elf_Cmd c, Elf *a)
H A Delf_cntl.c34 elf_cntl(Elf *e, Elf_Cmd c)
H A Delf_flag.c34 elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags)
56 elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags)
81 elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags)
110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags)
143 elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags)
172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
193 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
H A Dlibelf_open.c124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror)
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c920 Elf_Cmd cmd;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c134 Elf_Cmd cmd = ELF_C_READ;
254 Elf_Cmd cmd = ELF_C_READ;
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h263 extern Elf * elf_begin(int, Elf_Cmd, Elf *);
264 extern int elf_cntl(Elf *, Elf_Cmd);
269 extern unsigned int elf_flagdata(Elf_Data *, Elf_Cmd, unsigned int);
270 extern unsigned int elf_flagehdr(Elf *, Elf_Cmd, unsigned int);
271 extern unsigned int elf_flagelf(Elf *, Elf_Cmd, unsigned int);
272 extern unsigned int elf_flagphdr(Elf *, Elf_Cmd, unsigned int);
273 extern unsigned int elf_flagscn(Elf_Scn *, Elf_Cmd, unsigned int);
274 extern unsigned int elf_flagshdr(Elf_Scn *, Elf_Cmd, unsigned int);
286 extern Elf_Cmd elf_next(Elf *);
292 extern off_t elf_update(Elf *, Elf_Cmd);
[all...]
H A Dsys-types.h182 typedef int Elf_Cmd; typedef

Completed in 166 milliseconds