Searched refs:Elf_Cmd (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf.h | 95 } Elf_Cmd; typedef 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 _cmd, unsigned int _flags); [all …]
|
H A D | elf_flag.c | 34 elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags) in elf_flagarhdr() 56 elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags) in elf_flagdata() 81 elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagehdr() 110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagelf() 143 elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagphdr() 172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagscn() 193 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagshdr()
|
H A D | _libelf.h | 91 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 D | elf_cntl.c | 34 elf_cntl(Elf *e, Elf_Cmd c) in elf_cntl()
|
H A D | elf_next.c | 35 Elf_Cmd
|
H A D | elf_begin.c | 34 elf_begin(int fd, Elf_Cmd c, Elf *a) in elf_begin()
|
H A D | libelf_open.c | 124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) in _libelf_open_object()
|
H A D | libelf_ar.c | 207 _libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf) in _libelf_ar_open_member()
|
H A D | elf_update.c | 1200 elf_update(Elf *e, Elf_Cmd c) in elf_update()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | input.c | 134 Elf_Cmd cmd = ELF_C_READ; in read_archive() 254 Elf_Cmd cmd = ELF_C_READ; in count_archive()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 877 Elf_Cmd cmd; in print_ar_index() 1503 Elf_Cmd elf_cmd; in read_object()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 622 Elf_Cmd elf_cmd; in handle_elf()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 920 Elf_Cmd cmd; in elf_print_ar()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7421 Elf_Cmd cmd; in dump_ar()
|