Symbol: Elf_Cmd
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1363
Elf_Cmd cmd = ELF_C_READ;
usr/src/cmd/ctfmerge/ctfmerge.c
209
Elf_Cmd cmd = ELF_C_READ;
usr/src/cmd/sgs/ar/common/file.c
141
Elf_Cmd cmd;
usr/src/cmd/sgs/dump/common/dump.c
1796
Elf_Cmd cmd;
usr/src/cmd/sgs/dump/common/dump.c
1882
Elf_Cmd cmd;
usr/src/cmd/sgs/dump/common/dump.c
1952
Elf_Cmd cmd;
usr/src/cmd/sgs/elfdump/common/main.c
537
Elf_Cmd cmd = ELF_C_READ;
usr/src/cmd/sgs/ld/common/ld.c
211
Elf_Cmd cmd;
usr/src/cmd/sgs/libelf/common/begin.c
294
elf_begin(int fd, Elf_Cmd cmd, Elf *ref)
usr/src/cmd/sgs/libelf/common/cntl.c
35
elf_cntl(Elf * elf, Elf_Cmd cmd)
usr/src/cmd/sgs/libelf/common/decl.h
409
extern off_t _elf64_update(Elf * elf, Elf_Cmd cmd);
usr/src/cmd/sgs/libelf/common/flag.c
109
elf_flagphdr(Elf * elf, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/flag.c
132
elf_flagscn(Elf_Scn * scn, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/flag.c
159
elf_flagshdr(Elf_Scn * scn, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/flag.c
36
elf_flagdata(Elf_Data * data, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/flag.c
63
elf_flagehdr(Elf * elf, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/flag.c
86
elf_flagelf(Elf * elf, Elf_Cmd cmd, unsigned flags)
usr/src/cmd/sgs/libelf/common/next.c
34
Elf_Cmd
usr/src/cmd/sgs/libelf/common/update.c
744
_elfxx_update(Elf * elf, Elf_Cmd cmd)
usr/src/cmd/sgs/libelf/common/update.c
964
elf_update(Elf *elf, Elf_Cmd cmd)
usr/src/cmd/sgs/libelf/demo/dispsyms.c
278
Elf_Cmd cmd;
usr/src/cmd/sgs/libelf/demo/pcom.c
110
Elf_Cmd cmd;
usr/src/cmd/sgs/libelf/demo/tpcom.c
132
Elf_Cmd cmd;
usr/src/cmd/sgs/libld/common/libs.c
734
Elf_Cmd cmd = ELF_C_READ;
usr/src/cmd/sgs/libld/common/outfile.c
378
Elf_Cmd cmd;
usr/src/cmd/sgs/mcs/common/file.c
78
Elf_Cmd cmd;
usr/src/cmd/sgs/nm/common/nm.c
455
Elf_Cmd cmd;
usr/src/cmd/sgs/nm/common/nm.c
646
Elf_Cmd cmd;
usr/src/cmd/sgs/size/common/main.c
110
Elf_Cmd cmd;
usr/src/head/libelf.h
159
Elf *elf_begin(int, Elf_Cmd, Elf *);
usr/src/head/libelf.h
160
int elf_cntl(Elf *, Elf_Cmd);
usr/src/head/libelf.h
165
unsigned elf_flagdata(Elf_Data *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
166
unsigned elf_flagehdr(Elf *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
167
unsigned elf_flagelf(Elf *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
168
unsigned elf_flagphdr(Elf *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
169
unsigned elf_flagscn(Elf_Scn *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
170
unsigned elf_flagshdr(Elf_Scn *, Elf_Cmd, unsigned);
usr/src/head/libelf.h
198
Elf_Cmd elf_next(Elf *);
usr/src/head/libelf.h
203
off_t elf_update(Elf *, Elf_Cmd);
usr/src/lib/libdwarf/common/dwarf_original_elf_init.c
184
Elf_Cmd what_kind_of_elf_read = ELF_C_READ;
usr/src/lib/libelfsign/common/elfsignlib.c
240
Elf_Cmd elfcmd;