Searched refs:Elf_Cmd (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/libelf/
H A Delf_cntl.c33 elf_cntl(Elf *e, Elf_Cmd c)
H A Delf_flag.c33 elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags)
58 elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags)
87 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags)
109 elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags)
138 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
159 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
H A Dlibelf.h100 } Elf_Cmd; typedef in typeref:enum:__anon49
182 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
183 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
188 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd, unsigned int _flags);
189 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
190 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
191 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
192 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
193 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
210 Elf_Cmd elf_nex
[all...]
H A Delf_next.c34 Elf_Cmd
H A Delf_begin.c40 _libelf_open_object(int fd, Elf_Cmd c)
83 elf_begin(int fd, Elf_Cmd c, Elf *a)
H A D_libelf.h82 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
168 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
H A Dlibelf_ar.c280 _libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf)
H A Delf_update.c835 elf_update(Elf *e, Elf_Cmd c)

Completed in 13 milliseconds