Symbol: Elf
usr/src/boot/sys/sys/elf_generic.h
54
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1134
get_scnfd(Elf * e_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1168
Elf * elf_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1259
Elf * elf_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1325
Elf * elf_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1362
Elf *arf;
usr/src/cmd/abi/appcert/static_prof/static_prof.c
363
if ((c->obj->elf = elf_begin(c->obj->fd, ELF_C_READ, (Elf *) 0))
usr/src/cmd/abi/appcert/static_prof/static_prof.c
364
== (Elf *) 0) {
usr/src/cmd/abi/appcert/static_prof/static_prof.c
832
if (c->obj->elf != (Elf *) 0)
usr/src/cmd/abi/appcert/static_prof/static_prof.c
857
Elf * elf_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.c
903
Elf * elf_file,
usr/src/cmd/abi/appcert/static_prof/static_prof.h
99
Elf *elf; /* elf descriptor for current file */
usr/src/cmd/amt/amt.c
711
Elf *elf;
usr/src/cmd/amt/amt.c
729
elf = elf_begin(d, ELF_C_READ, (Elf *)0);
usr/src/cmd/boot/symdef/symdef.c
60
Elf *elfp = NULL;
usr/src/cmd/ctfmerge/ctfmerge.c
206
ctfmerge_read_archive(const char *name, int fd, Elf *elf,
usr/src/cmd/ctfmerge/ctfmerge.c
211
Elf *aelf;
usr/src/cmd/ctfmerge/ctfmerge.c
255
Elf *e;
usr/src/cmd/ctfmerge/ctfmerge.c
70
ctfmerge_check_for_c(const char *name, Elf *elf, uint_t flags)
usr/src/cmd/ctfmerge/ctfmerge.c
97
ctfmerge_elfopen(const char *name, Elf *elf, ctf_merge_t *cmh, uint_t flags)
usr/src/cmd/dis/dis_target.c
437
Elf *elf;
usr/src/cmd/dis/dis_target.c
84
Elf *dt_elf; /* libelf handle */
usr/src/cmd/dis/dis_target.c
85
Elf *dt_elf_root; /* main libelf handle (for archives) */
usr/src/cmd/dtrace/dtrace.c
1294
Elf *elf;
usr/src/cmd/file/file.c
929
Elf *elf;
usr/src/cmd/file/file.c
936
elf = elf_begin(elffd, ELF_C_READ, (Elf *)0);
usr/src/cmd/lockstat/sym.c
139
Elf *elf;
usr/src/cmd/make/lib/makestate/ld_file.c
142
ld_file(const char *file, const Elf_Kind ekind, int flags, Elf *elf)
usr/src/cmd/make/lib/makestate/ld_file.c
165
ld_file64(const char *file, const Elf_Kind ekind, int flags, Elf *elf)
usr/src/cmd/mdb/tools/common/findscn.c
34
findelfsecidx(Elf *elf, char *tofind)
usr/src/cmd/mdb/tools/common/util.h
36
extern int findelfsecidx(Elf *, char *);
usr/src/cmd/mdb/tools/setdynflag/common/setdynflag.c
85
Elf *elf;
usr/src/cmd/modload/add_drv.c
873
Elf *elf;
usr/src/cmd/sgs/ar/common/file.c
111
static int search_sym_tab(const char *, ARFILE *, Elf *,
usr/src/cmd/sgs/ar/common/file.c
1420
search_sym_tab(const char *arname, ARFILE *fptr, Elf *elf, Elf_Scn *scn,
usr/src/cmd/sgs/ar/common/file.c
166
cmd_info->arf = elf_begin(fd, cmd, (Elf *)0);
usr/src/cmd/sgs/ar/common/file.c
205
recover_padding(Elf *elf, ARFILE *file)
usr/src/cmd/sgs/ar/common/file.c
314
Elf *elf;
usr/src/cmd/sgs/ar/common/file.c
317
Elf *arf = cmd_info->arf;
usr/src/cmd/sgs/ar/common/file.c
478
Elf *elf;
usr/src/cmd/sgs/ar/common/file.c
538
ELF_C_READ, (Elf *)0)) == 0) {
usr/src/cmd/sgs/ar/common/inc.h
77
Elf *ar_elf; /* My elf descriptor */
usr/src/cmd/sgs/ar/common/inc.h
97
Elf *arf; /* Elf descriptor for the archive */
usr/src/cmd/sgs/crle/common/inspect.c
658
Elf *elf;
usr/src/cmd/sgs/demo_rdb/common/maps.c
205
Elf *elf;
usr/src/cmd/sgs/demo_rdb/common/rdb.h
99
Elf *mi_elf; /* elf handle so we can close */
usr/src/cmd/sgs/dump/common/dump.c
1070
dump_dynamic(Elf *elf_file, SCNTAB *p_scns, int num_scns, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1329
dump_elf_header(Elf *elf_file, char *filename, GElf_Ehdr * elf_head_p)
usr/src/cmd/sgs/dump/common/dump.c
1467
print_section(Elf *elf_file,
usr/src/cmd/sgs/dump/common/dump.c
1534
dump_section(Elf *elf_file,
usr/src/cmd/sgs/dump/common/dump.c
1585
dump_shdr(Elf *elf_file, SCNTAB *s, int num_scns, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1653
dump_section_table(Elf *elf_file, GElf_Ehdr *elf_head_p, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1744
int fd, Elf *elf_file, Elf_Arhdr *p_ar, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1791
dump_ar_hdr(int fd, Elf *elf_file, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1795
Elf *arf;
usr/src/cmd/sgs/dump/common/dump.c
1878
dump_ar_files(int fd, Elf *elf_file, char *filename)
usr/src/cmd/sgs/dump/common/dump.c
1881
Elf *arf;
usr/src/cmd/sgs/dump/common/dump.c
1945
Elf *elf_file;
usr/src/cmd/sgs/dump/common/dump.c
1968
if ((elf_file = elf_begin(fd, cmd, (Elf *)0)) == NULL) {
usr/src/cmd/sgs/dump/common/dump.c
1978
elf_file = elf_begin(fd, cmd, (Elf *)0);
usr/src/cmd/sgs/dump/common/dump.c
284
print_rela(Elf *elf_file, SCNTAB *p_scns, Elf_Data *rdata, Elf_Data *sym_data,
usr/src/cmd/sgs/dump/common/dump.c
389
print_rel(Elf *elf_file, SCNTAB *p_scns, Elf_Data *rdata, Elf_Data *sym_data,
usr/src/cmd/sgs/dump/common/dump.c
520
print_symtab(Elf *elf_file, SCNTAB *p_symtab, Elf_Data *sym_data,
usr/src/cmd/sgs/dump/common/dump.c
651
print_shdr(Elf *elf_file, SCNTAB *s, int num_scns, int index)
usr/src/cmd/sgs/dump/common/dump.c
766
dump_reloc_table(Elf *elf_file, GElf_Ehdr *p_ehdr,
usr/src/cmd/sgs/dump/common/dump.c
973
dump_symbol_table(Elf *elf_file, SCNTAB *p_symtab, char *filename)
usr/src/cmd/sgs/dump/common/fcns.c
46
ar_sym_read(Elf *elf, char *filename)
usr/src/cmd/sgs/dump/common/fcns.c
87
dump_exec_header(Elf *elf_file, unsigned nseg, char *filename)
usr/src/cmd/sgs/elfdump/common/_elfdump.h
230
extern int fake_shdr_cache32(const char *, int, Elf *, Elf32_Ehdr *,
usr/src/cmd/sgs/elfdump/common/_elfdump.h
232
extern int fake_shdr_cache64(const char *, int, Elf *, Elf64_Ehdr *,
usr/src/cmd/sgs/elfdump/common/_elfdump.h
238
extern int regular32(const char *, int, Elf *, uint_t, const char *, int,
usr/src/cmd/sgs/elfdump/common/_elfdump.h
240
extern int regular64(const char *, int, Elf *, uint_t, const char *, int,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1754
uchar_t osabi, Elf *elf, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
1834
interp(const char *file, Cache *cache, Word shnum, Word phnum, Elf *elf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2978
Word phnum, Elf *elf)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4579
checksum(Elf *elf)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4623
shdr_cache(const char *file, Elf *elf, Ehdr *ehdr, size_t shstrndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4943
create_cache(const char *file, int fd, Elf *elf, Ehdr *ehdr, Cache **cache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4970
regular(const char *file, int fd, Elf *elf, uint_t flags,
usr/src/cmd/sgs/elfdump/common/elfdump.c
508
getphdr(Word phnum, Word *type_arr, Word type_cnt, const char *file, Elf *elf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
911
const char *file, Elf *elf, uint_t flags)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1067
fake_shdr_cache(const char *file, int fd, Elf *elf, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/main.c
520
decide(const char *file, int fd, Elf *elf, uint_t flags,
usr/src/cmd/sgs/elfdump/common/main.c
534
archive(const char *file, int fd, Elf *elf, uint_t flags,
usr/src/cmd/sgs/elfdump/common/main.c
539
Elf *_elf = NULL;
usr/src/cmd/sgs/elfdump/common/main.c
702
Elf *elf;
usr/src/cmd/sgs/elfedit/common/_elfedit.h
256
extern void elfedit32_init_obj_state(const char *file, int fd, Elf *elf);
usr/src/cmd/sgs/elfedit/common/_elfedit.h
257
extern void elfedit64_init_obj_state(const char *file, int fd, Elf *elf);
usr/src/cmd/sgs/elfedit/common/elfedit.c
1225
Elf *elf;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
103
elfedit64_init_obj_state(const char *file, int fd, Elf *elf)
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
106
elfedit32_init_obj_state(const char *file, int fd, Elf *elf)
usr/src/cmd/sgs/elfedit/common/sys.c
560
Elf *elf;
usr/src/cmd/sgs/elfedit/common/sys.c
840
Elf *elf;
usr/src/cmd/sgs/elfedit/common/sys.c
93
get_obj_state_info(void *obj_state, const char **file, int *fd, Elf **elf)
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
218
Elf *melf, *oelf;
usr/src/cmd/sgs/gprof/common/readelf.c
138
get_txtorigin(Elf *elf)
usr/src/cmd/sgs/gprof/common/readelf.c
169
Elf *elf;
usr/src/cmd/sgs/gprof/common/readelf.c
199
Elf *elf;
usr/src/cmd/sgs/gprof/common/readelf.c
238
get_textseg(Elf *elf, int fd)
usr/src/cmd/sgs/gprof/common/readelf.c
401
is_function(Elf *elf, GElf_Sym *sym)
usr/src/cmd/sgs/gprof/common/readelf.c
454
get_symtab(Elf *elf, mod_info_t *module)
usr/src/cmd/sgs/gprof/common/readelf.c
60
static void get_symtab(Elf *elf, mod_info_t *module);
usr/src/cmd/sgs/gprof/common/readelf.c
61
static void get_textseg(Elf *elf, int fd);
usr/src/cmd/sgs/gprof/common/readelf.c
76
Elf *elf;
usr/src/cmd/sgs/include/_libelf.h
45
extern size_t _elf_getnextoff(Elf *);
usr/src/cmd/sgs/include/_libelf.h
46
extern off_t _elf_getarhdrbase(Elf *);
usr/src/cmd/sgs/include/_libelf.h
47
extern size_t _elf_getarsymwordsize(Elf *);
usr/src/cmd/sgs/include/_libelf.h
49
extern GElf_Xword _gelf_getdyndtflags_1(Elf *);
usr/src/cmd/sgs/include/_libelf.h
50
extern GElf_Xword _gelf_getdynval(Elf *, GElf_Sxword);
usr/src/cmd/sgs/include/_libelf.h
51
extern int _elf_swap_wrimage(Elf *);
usr/src/cmd/sgs/include/debug.h
867
const char *, int, int, Elf *, Elf *);
usr/src/cmd/sgs/include/elfedit.h
208
Elf *os_elf; /* ELF descriptor */
usr/src/cmd/sgs/include/elfedit.h
224
Elf *os_elf;
usr/src/cmd/sgs/include/libld.h
1520
Elf *am_elf; /* elf descriptor for this member */
usr/src/cmd/sgs/include/libld.h
1537
Elf *ad_elf; /* elf descriptor for the archive */
usr/src/cmd/sgs/include/libld.h
251
Elf *ofl_elf; /* elf_memory() elf descriptor */
usr/src/cmd/sgs/include/libld.h
252
Elf *ofl_welf; /* ELF_C_WRITE elf descriptor */
usr/src/cmd/sgs/include/libld.h
848
Elf *ifl_elf; /* elf descriptor for this file */
usr/src/cmd/sgs/ld/common/ld.c
209
archive(int fd, Elf *elf, uchar_t *class_ret, Half *mach_ret)
usr/src/cmd/sgs/ld/common/ld.c
212
Elf *nelf;
usr/src/cmd/sgs/ld/common/ld.c
467
Elf *elf;
usr/src/cmd/sgs/ldd/common/ldd.c
125
static int elf_check(int, char *, char *, Elf *, int);
usr/src/cmd/sgs/ldd/common/ldd.c
157
Elf *elf;
usr/src/cmd/sgs/ldd/common/ldd.c
346
elf = elf_begin(var, ELF_C_READ, (Elf *)0);
usr/src/cmd/sgs/ldd/common/ldd.c
373
elf_check(int nfile, char *fname, char *cname, Elf *elf, int fflag)
usr/src/cmd/sgs/libelf/common/ar.c
126
_elf_armem(Elf *elf, char *file, size_t fsz)
usr/src/cmd/sgs/libelf/common/ar.c
273
_elf_arinit(Elf * elf)
usr/src/cmd/sgs/libelf/common/begin.c
108
Elf *
usr/src/cmd/sgs/libelf/common/begin.c
111
Elf *elf;
usr/src/cmd/sgs/libelf/common/begin.c
113
if ((elf = (Elf *)calloc(1, sizeof (Elf))) == 0) {
usr/src/cmd/sgs/libelf/common/begin.c
128
Elf *
usr/src/cmd/sgs/libelf/common/begin.c
129
_elf_config(Elf * elf)
usr/src/cmd/sgs/libelf/common/begin.c
194
Elf *
usr/src/cmd/sgs/libelf/common/begin.c
197
Elf *elf;
usr/src/cmd/sgs/libelf/common/begin.c
209
if ((elf = (Elf *)calloc(1, sizeof (Elf))) == 0) {
usr/src/cmd/sgs/libelf/common/begin.c
293
Elf *
usr/src/cmd/sgs/libelf/common/begin.c
294
elf_begin(int fd, Elf_Cmd cmd, Elf *ref)
usr/src/cmd/sgs/libelf/common/begin.c
296
register Elf *elf;
usr/src/cmd/sgs/libelf/common/begin.c
330
if ((elf = (Elf *)calloc(1, sizeof (Elf))) == 0) {
usr/src/cmd/sgs/libelf/common/begin.c
48
Elf *
usr/src/cmd/sgs/libelf/common/begin.c
49
_elf_member(int fd, Elf * ref, unsigned flags)
usr/src/cmd/sgs/libelf/common/begin.c
51
register Elf *elf;
usr/src/cmd/sgs/libelf/common/begin.c
77
if ((elf = (Elf *)calloc(1, sizeof (Elf))) == 0) {
usr/src/cmd/sgs/libelf/common/checksum.c
101
elf_checksum(Elf * elf)
usr/src/cmd/sgs/libelf/common/clscook.c
144
Elf * elf;
usr/src/cmd/sgs/libelf/common/clscook.c
213
_elf_ehdr(Elf * elf, int inplace)
usr/src/cmd/sgs/libelf/common/clscook.c
289
_elf_phdr(Elf * elf, int inplace)
usr/src/cmd/sgs/libelf/common/clscook.c
348
_elf_shdr(Elf * elf, int inplace)
usr/src/cmd/sgs/libelf/common/clscook.c
92
_elf_prepscn(Elf *elf, size_t cnt)
usr/src/cmd/sgs/libelf/common/cntl.c
35
elf_cntl(Elf * elf, Elf_Cmd cmd)
usr/src/cmd/sgs/libelf/common/cook.c
108
_elf_slide(Elf * elf)
usr/src/cmd/sgs/libelf/common/cook.c
110
Elf *par = elf->ed_parent;
usr/src/cmd/sgs/libelf/common/cook.c
158
_elf_cook(Elf * elf)
usr/src/cmd/sgs/libelf/common/cook.c
228
Elf * elf = s->s_elf;
usr/src/cmd/sgs/libelf/common/decl.h
137
Elf *s_elf; /* parent file */
usr/src/cmd/sgs/libelf/common/decl.h
166
(void) rw_unlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
167
(void) rw_wrlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
172
(void) rw_unlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
173
(void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
179
(void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
186
(void) rw_unlock(&((Elf *)e)->ed_rwlock); \
usr/src/cmd/sgs/libelf/common/decl.h
265
Elf *ed_parent; /* archive parent */
usr/src/cmd/sgs/libelf/common/decl.h
310
(void) rw_rdlock(&((Elf *)e)->ed_rwlock);
usr/src/cmd/sgs/libelf/common/decl.h
314
(void) rw_wrlock(&((Elf *)e)->ed_rwlock);
usr/src/cmd/sgs/libelf/common/decl.h
318
(void) rw_unlock(&((Elf *)e)->ed_rwlock);
usr/src/cmd/sgs/libelf/common/decl.h
370
extern Member *_elf_armem(Elf *, char *, size_t);
usr/src/cmd/sgs/libelf/common/decl.h
371
extern void _elf_arinit(Elf *);
usr/src/cmd/sgs/libelf/common/decl.h
372
extern Okay _elf_cook(Elf *);
usr/src/cmd/sgs/libelf/common/decl.h
378
extern size_t _elf32_entsz(Elf *elf, Elf32_Word, unsigned);
usr/src/cmd/sgs/libelf/common/decl.h
379
extern size_t _elf64_entsz(Elf *elf, Elf64_Word, unsigned);
usr/src/cmd/sgs/libelf/common/decl.h
380
extern Okay _elf_inmap(Elf *);
usr/src/cmd/sgs/libelf/common/decl.h
385
extern Elf_Type _elf32_mtype(Elf *, Elf32_Word, unsigned);
usr/src/cmd/sgs/libelf/common/decl.h
386
extern Elf_Type _elf64_mtype(Elf *, Elf64_Word, unsigned);
usr/src/cmd/sgs/libelf/common/decl.h
391
extern Okay _elf_vm(Elf *, size_t, size_t);
usr/src/cmd/sgs/libelf/common/decl.h
392
extern int _elf32_ehdr(Elf *, int);
usr/src/cmd/sgs/libelf/common/decl.h
393
extern int _elf32_phdr(Elf *, int);
usr/src/cmd/sgs/libelf/common/decl.h
394
extern int _elf32_shdr(Elf *, int);
usr/src/cmd/sgs/libelf/common/decl.h
395
extern int _elf64_ehdr(Elf *, int);
usr/src/cmd/sgs/libelf/common/decl.h
396
extern int _elf64_phdr(Elf *, int);
usr/src/cmd/sgs/libelf/common/decl.h
397
extern int _elf64_shdr(Elf *, int);
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/decl.h
410
extern int _elf64_swap_wrimage(Elf *elf);
usr/src/cmd/sgs/libelf/common/end.c
37
elf_end(Elf *elf)
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
135
Elf * elf;
usr/src/cmd/sgs/libelf/common/flag.c
162
Elf * elf;
usr/src/cmd/sgs/libelf/common/flag.c
39
Elf * elf;
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/gelf.c
1003
gelf_checksum(Elf *elf)
usr/src/cmd/sgs/libelf/common/gelf.c
1094
_gelf_getdynval(Elf *elf, GElf_Sxword tag)
usr/src/cmd/sgs/libelf/common/gelf.c
1123
_gelf_getdyndtflags_1(Elf *elf)
usr/src/cmd/sgs/libelf/common/gelf.c
138
gelf_update_ehdr(Elf *elf, GElf_Ehdr *src)
usr/src/cmd/sgs/libelf/common/gelf.c
200
gelf_newehdr(Elf *elf, int class)
usr/src/cmd/sgs/libelf/common/gelf.c
216
gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst)
usr/src/cmd/sgs/libelf/common/gelf.c
263
gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src)
usr/src/cmd/sgs/libelf/common/gelf.c
312
gelf_newphdr(Elf *elf, size_t phnum)
usr/src/cmd/sgs/libelf/common/gelf.c
430
gelf_xlatetof(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode)
usr/src/cmd/sgs/libelf/common/gelf.c
449
gelf_xlatetom(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode)
usr/src/cmd/sgs/libelf/common/gelf.c
55
gelf_fsize(Elf * elf, Elf_Type type, size_t count, unsigned ver)
usr/src/cmd/sgs/libelf/common/gelf.c
74
gelf_getclass(Elf *elf)
usr/src/cmd/sgs/libelf/common/gelf.c
87
gelf_getehdr(Elf *elf, GElf_Ehdr *dst)
usr/src/cmd/sgs/libelf/common/getarhdr.c
38
elf_getarhdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/getarsym.c
177
elf_getarsym(Elf *elf, size_t *ptr)
usr/src/cmd/sgs/libelf/common/getarsym.c
242
_elf_getarsymwordsize(Elf *elf)
usr/src/cmd/sgs/libelf/common/getbase.c
35
elf_getbase(Elf *elf)
usr/src/cmd/sgs/libelf/common/getbase.c
55
_elf_getarhdrbase(Elf *elf)
usr/src/cmd/sgs/libelf/common/getdata.c
114
Elf * elf;
usr/src/cmd/sgs/libelf/common/getdata.c
299
Elf * elf;
usr/src/cmd/sgs/libelf/common/getehdr.c
36
getehdr(Elf * elf, int class)
usr/src/cmd/sgs/libelf/common/getehdr.c
58
elf32_getehdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/getehdr.c
65
elf64_getehdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/getident.c
35
elf_getident(Elf *elf, size_t *ptr)
usr/src/cmd/sgs/libelf/common/getphdr.c
36
getphdr(Elf * elf, int class)
usr/src/cmd/sgs/libelf/common/getphdr.c
56
elf32_getphdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/getphdr.c
62
elf64_getphdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/getphnum.c
47
elf_getphdrnum(Elf *elf, size_t *phnum)
usr/src/cmd/sgs/libelf/common/getphnum.c
74
elf_getphnum(Elf *elf, size_t *phnum)
usr/src/cmd/sgs/libelf/common/getscn.c
36
elf_getscn(Elf * elf, size_t index)
usr/src/cmd/sgs/libelf/common/getshdr.c
39
Elf * elf;
usr/src/cmd/sgs/libelf/common/getshnum.c
51
elf_getshdrnum(Elf *elf, size_t *shnum)
usr/src/cmd/sgs/libelf/common/getshnum.c
76
elf_getshnum(Elf *elf, size_t *shnum)
usr/src/cmd/sgs/libelf/common/getshstrndx.c
45
elf_getshdrstrndx(Elf *elf, size_t *shstrndx)
usr/src/cmd/sgs/libelf/common/getshstrndx.c
66
elf_getshstrndx(Elf *elf, size_t *shstrndx)
usr/src/cmd/sgs/libelf/common/input.c
195
_elf_inmap(Elf * elf)
usr/src/cmd/sgs/libelf/common/input.c
83
_elf_vm(Elf * elf, size_t base, size_t sz)
usr/src/cmd/sgs/libelf/common/kind.c
35
elf_kind(Elf * elf)
usr/src/cmd/sgs/libelf/common/ndxscn.c
38
Elf * elf;
usr/src/cmd/sgs/libelf/common/newdata.c
40
Elf * elf;
usr/src/cmd/sgs/libelf/common/newehdr.c
62
elf_newehdr(Elf * elf)
usr/src/cmd/sgs/libelf/common/newphdr.c
65
elf_newphdr(Elf * elf, size_t count)
usr/src/cmd/sgs/libelf/common/newscn.c
36
elf_newscn(Elf * elf)
usr/src/cmd/sgs/libelf/common/next.c
35
elf_next(Elf * elf)
usr/src/cmd/sgs/libelf/common/next.c
37
Elf *parent;
usr/src/cmd/sgs/libelf/common/nextscn.c
35
elf_nextscn(Elf * elf, Elf_Scn * scn)
usr/src/cmd/sgs/libelf/common/rand.c
34
elf_rand(Elf * elf, size_t off)
usr/src/cmd/sgs/libelf/common/rand.c
60
_elf_getnextoff(Elf *elf)
usr/src/cmd/sgs/libelf/common/rawdata.c
42
Elf * elf;
usr/src/cmd/sgs/libelf/common/rawfile.c
35
elf_rawfile(Elf *elf, size_t *ptr)
usr/src/cmd/sgs/libelf/common/strptr.c
36
elf_strptr(Elf * elf, size_t ndx, size_t off)
usr/src/cmd/sgs/libelf/common/update.c
160
_elf_upd_lib(Elf * elf)
usr/src/cmd/sgs/libelf/common/update.c
344
_elf_upd_usr(Elf * elf)
usr/src/cmd/sgs/libelf/common/update.c
458
wrt(Elf * elf, Xword outsz, unsigned fill, int update_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
856
_elfxx_swap_wrimage(Elf *elf)
usr/src/cmd/sgs/libelf/common/update.c
964
elf_update(Elf *elf, Elf_Cmd cmd)
usr/src/cmd/sgs/libelf/common/update.c
980
_elf_swap_wrimage(Elf *elf)
usr/src/cmd/sgs/libelf/demo/acom.c
183
Elf *elf;
usr/src/cmd/sgs/libelf/demo/acom.c
46
update_comment(Elf *elf, const char *file, const char *comment)
usr/src/cmd/sgs/libelf/demo/dcom.c
371
Elf *elf;
usr/src/cmd/sgs/libelf/demo/dcom.c
85
delete_comment(Elf *elf, int fd, const char *file)
usr/src/cmd/sgs/libelf/demo/dcom.c
89
Elf *telf;
usr/src/cmd/sgs/libelf/demo/dispsyms.c
276
process_elf(Elf *elf, char *file, int fd, int member)
usr/src/cmd/sgs/libelf/demo/dispsyms.c
279
Elf *_elf;
usr/src/cmd/sgs/libelf/demo/dispsyms.c
350
Elf *elf;
usr/src/cmd/sgs/libelf/demo/dispsyms.c
70
print_symtab(Elf *elf, const char *file)
usr/src/cmd/sgs/libelf/demo/pcom.c
108
process_elf(Elf *elf, char *file, int fd, int member)
usr/src/cmd/sgs/libelf/demo/pcom.c
111
Elf *_elf;
usr/src/cmd/sgs/libelf/demo/pcom.c
181
Elf *elf;
usr/src/cmd/sgs/libelf/demo/pcom.c
47
print_comment(Elf *elf, const char *file)
usr/src/cmd/sgs/libelf/demo/tpcom.c
133
Elf *_elf;
usr/src/cmd/sgs/libelf/demo/tpcom.c
218
Elf *elf;
usr/src/cmd/sgs/libelf/demo/tpcom.c
55
Elf *pe_elf;
usr/src/cmd/sgs/libelf/demo/tpcom.c
67
print_comment(Elf *elf, const char *file)
usr/src/cmd/sgs/libelf/misc/nlist.c
49
end_elf_job(int fd, Elf * elfdes)
usr/src/cmd/sgs/libelf/misc/nlist.c
60
Elf *elfdes; /* ELF descriptor */
usr/src/cmd/sgs/libelf/misc/nlist.c
74
elfdes = elf_begin(fd, ELF_C_READ, (Elf *)0);
usr/src/cmd/sgs/libld/common/_libld.h
881
extern Ar_desc *ld_ar_setup(const char *, Elf *, Ofl_desc *);
usr/src/cmd/sgs/libld/common/_libld.h
938
extern uintptr_t ld_process_ifl(const char *, const char *, int, Elf *,
usr/src/cmd/sgs/libld/common/_libld.h
972
int *, int, Elf **, Elf *ref, size_t,
usr/src/cmd/sgs/libld/common/_libld.h
975
int flags, Elf *);
usr/src/cmd/sgs/libld/common/_libld.h
979
Elf_Data *, Elf *);
usr/src/cmd/sgs/libld/common/_libld.h
981
const char *, Shdr **, Word, Elf_Scn *, Elf *);
usr/src/cmd/sgs/libld/common/files.c
2573
process_elf(Ifl_desc *ifl, Elf *elf, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
3106
ld_process_ifl(const char *name, const char *soname, int fd, Elf *elf,
usr/src/cmd/sgs/libld/common/files.c
3456
Elf *elf;
usr/src/cmd/sgs/libld/common/files.c
3497
Elf *elf;
usr/src/cmd/sgs/libld/common/files.c
85
ifl_setup(const char *name, Ehdr *ehdr, Elf *elf, Word flags, Ofl_desc *ofl,
usr/src/cmd/sgs/libld/common/libs.c
187
ld_ar_setup(const char *name, Elf *elf, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/libs.c
322
ar_member_name(const char *name, Elf *arelf, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/libs.c
379
ar_input(int fd, Ar_desc *adp, Ofl_desc *ofl, Elf *arelf,
usr/src/cmd/sgs/libld/common/libs.c
458
Elf * arelf;
usr/src/cmd/sgs/libld/common/libs.c
735
Elf *arelf;
usr/src/cmd/sgs/libld/common/support.c
169
int flags, Elf **oelf, Elf *ref, size_t off, const Elf_Kind ekind)
usr/src/cmd/sgs/libld/common/support.c
177
Elf *nelf = *oelf;
usr/src/cmd/sgs/libld/common/support.c
231
Elf *elf)
usr/src/cmd/sgs/libld/common/support.c
254
Shdr **oshdr, Word ndx, Elf_Scn *scn, Elf *elf)
usr/src/cmd/sgs/libld/common/support.c
302
Elf_Data *data, Elf *elf)
usr/src/cmd/sgs/liblddbg/common/files.c
723
const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf)
usr/src/cmd/sgs/libldmake/common/ld_file.c
84
ld_file(const char *file, const Elf_Kind ekind, int flags, Elf *elf)
usr/src/cmd/sgs/libldmake/common/ld_file.c
98
ld_file64(const char *file, const Elf_Kind ekind, int flags, Elf *elf)
usr/src/cmd/sgs/librtld/common/dldump.c
147
Elf * ielf = 0, *oelf = 0, *melf = 0;
usr/src/cmd/sgs/librtld/common/dldump.c
48
cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
usr/src/cmd/sgs/link_audit/common/who.c
154
Elf *elf;
usr/src/cmd/sgs/link_audit/common/who.h
52
Elf *o_elf; /* Elf pointer */
usr/src/cmd/sgs/mcs/common/file.c
1242
build_segment_table(Elf * elf, GElf_Ehdr * ehdr, file_state_t *state)
usr/src/cmd/sgs/mcs/common/file.c
1339
Elf *elf,
usr/src/cmd/sgs/mcs/common/file.c
1481
location(int64_t offset, int mem_search, Elf * elf, file_state_t *state)
usr/src/cmd/sgs/mcs/common/file.c
1504
scn_location(Elf_Scn * scn, Elf * elf, file_state_t *state)
usr/src/cmd/sgs/mcs/common/file.c
247
process_file(Elf *elf, char *cur_file, Cmd_Info *cmd_info)
usr/src/cmd/sgs/mcs/common/file.c
316
traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info,
usr/src/cmd/sgs/mcs/common/file.c
60
copy_non_elf_to_temp_ar(int, Elf *, int, Elf_Arhdr *, char *, Cmd_Info *);
usr/src/cmd/sgs/mcs/common/file.c
62
static int process_file(Elf *, char *, Cmd_Info *);
usr/src/cmd/sgs/mcs/common/file.c
64
static int build_segment_table(Elf*, GElf_Ehdr *, file_state_t *);
usr/src/cmd/sgs/mcs/common/file.c
65
static int traverse_file(Elf *, GElf_Ehdr *, char *, Cmd_Info *,
usr/src/cmd/sgs/mcs/common/file.c
67
static uint64_t location(int64_t, int, Elf *, file_state_t *);
usr/src/cmd/sgs/mcs/common/file.c
68
static uint64_t scn_location(Elf_Scn *, Elf *, file_state_t *);
usr/src/cmd/sgs/mcs/common/file.c
681
build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info,
usr/src/cmd/sgs/mcs/common/file.c
688
Elf *dst_elf = 0;
usr/src/cmd/sgs/mcs/common/file.c
69
static int build_file(Elf *, GElf_Ehdr *, Cmd_Info *, file_state_t *);
usr/src/cmd/sgs/mcs/common/file.c
720
if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) {
usr/src/cmd/sgs/mcs/common/file.c
77
Elf *elf = 0;
usr/src/cmd/sgs/mcs/common/file.c
79
Elf *arf = 0;
usr/src/cmd/sgs/nm/common/nm.c
1093
print_brief_sym_type(Elf *elf_file, unsigned int shstrndx, SYM *sym_data)
usr/src/cmd/sgs/nm/common/nm.c
1144
print_with_pflag(int ndigits, Elf *elf_file, unsigned int shstrndx,
usr/src/cmd/sgs/nm/common/nm.c
1193
print_with_Pflag(int ndigits, Elf *elf_file, unsigned int shstrndx,
usr/src/cmd/sgs/nm/common/nm.c
1241
print_with_otherflags(int ndigits, Elf *elf_file, unsigned int shstrndx,
usr/src/cmd/sgs/nm/common/nm.c
144
static void process(Elf *, char *);
usr/src/cmd/sgs/nm/common/nm.c
145
static Elf_Scn * get_scnfd(Elf *, int, int);
usr/src/cmd/sgs/nm/common/nm.c
146
static void get_symtab(Elf *, char *);
usr/src/cmd/sgs/nm/common/nm.c
147
static SYM * readsyms(Elf_Data *, GElf_Sxword, Elf *, unsigned int,
usr/src/cmd/sgs/nm/common/nm.c
151
static int is_bss_section(unsigned int, Elf *, unsigned int);
usr/src/cmd/sgs/nm/common/nm.c
152
static void print_ar_files(int, Elf *, char *);
usr/src/cmd/sgs/nm/common/nm.c
153
static void print_symtab(Elf *, unsigned int, Elf_Scn *, GElf_Shdr *, char *);
usr/src/cmd/sgs/nm/common/nm.c
449
Elf *elf_file;
usr/src/cmd/sgs/nm/common/nm.c
477
if ((elf_file = elf_begin(fd, cmd, (Elf *) 0)) == NULL) {
usr/src/cmd/sgs/nm/common/nm.c
535
process(Elf *elf_file, char *filename)
usr/src/cmd/sgs/nm/common/nm.c
556
get_scnfd(Elf * e_file, int shstrtab, int SCN_TYPE)
usr/src/cmd/sgs/nm/common/nm.c
581
get_symtab(Elf *elf_file, char *filename)
usr/src/cmd/sgs/nm/common/nm.c
642
print_ar_files(int fd, Elf * elf_file, char *filename)
usr/src/cmd/sgs/nm/common/nm.c
645
Elf *arf;
usr/src/cmd/sgs/nm/common/nm.c
700
static void print_with_pflag(int, Elf *, unsigned int, SYM *, char *);
usr/src/cmd/sgs/nm/common/nm.c
701
static void print_with_Pflag(int, Elf *, unsigned int, SYM *);
usr/src/cmd/sgs/nm/common/nm.c
702
static void print_with_otherflags(int, Elf *, unsigned int,
usr/src/cmd/sgs/nm/common/nm.c
715
print_symtab(Elf *elf_file, unsigned int shstrndx,
usr/src/cmd/sgs/nm/common/nm.c
812
is_bss_section(unsigned int shndx, Elf * elf_file, unsigned int shstrndx)
usr/src/cmd/sgs/nm/common/nm.c
833
readsyms(Elf_Data * data, GElf_Sxword num, Elf *elf,
usr/src/cmd/sgs/pvs/common/pvs.c
1007
Elf *elf;
usr/src/cmd/sgs/size/common/main.c
111
Elf *arf;
usr/src/cmd/sgs/size/common/main.c
65
static Elf *elf;
usr/src/cmd/sgs/size/common/process.c
219
process_phdr(Elf * elf, GElf_Half num)
usr/src/cmd/sgs/size/common/process.c
65
static void process_phdr(Elf *elf, GElf_Half num);
usr/src/cmd/sgs/size/common/process.c
68
process(Elf * elf)
usr/src/cmd/strings/strings.c
112
Elf *elf;
usr/src/cmd/strings/strings.c
500
Elf *elf;
usr/src/cmd/sysdef/sysdef.c
140
Elf *elfd = NULL;
usr/src/head/gelf.h
108
int gelf_getclass(Elf*);
usr/src/head/gelf.h
109
size_t gelf_fsize(Elf *, Elf_Type, size_t, uint_t);
usr/src/head/gelf.h
110
GElf_Ehdr * gelf_getehdr(Elf *, GElf_Ehdr *);
usr/src/head/gelf.h
111
int gelf_update_ehdr(Elf *, GElf_Ehdr *);
usr/src/head/gelf.h
112
unsigned long gelf_newehdr(Elf *, int);
usr/src/head/gelf.h
113
GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
usr/src/head/gelf.h
114
int gelf_update_phdr(Elf *, int, GElf_Phdr *);
usr/src/head/gelf.h
115
unsigned long gelf_newphdr(Elf *, size_t);
usr/src/head/gelf.h
118
Elf_Data * gelf_xlatetof(Elf *, Elf_Data *, const Elf_Data *, uint_t);
usr/src/head/gelf.h
119
Elf_Data * gelf_xlatetom(Elf *, Elf_Data *, const Elf_Data *, uint_t);
usr/src/head/gelf.h
136
long gelf_checksum(Elf *);
usr/src/head/libelf.h
115
typedef struct Elf Elf;
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
161
int elf_end(Elf *);
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
172
Elf_Arhdr *elf_getarhdr(Elf *);
usr/src/head/libelf.h
173
Elf_Arsym *elf_getarsym(Elf *, size_t *);
usr/src/head/libelf.h
174
off_t elf_getbase(Elf *);
usr/src/head/libelf.h
176
Elf32_Ehdr *elf32_getehdr(Elf *);
usr/src/head/libelf.h
177
char *elf_getident(Elf *, size_t *);
usr/src/head/libelf.h
178
Elf32_Phdr *elf32_getphdr(Elf *);
usr/src/head/libelf.h
179
Elf_Scn *elf_getscn(Elf *elf, size_t);
usr/src/head/libelf.h
181
int elf_getphnum(Elf *, size_t *);
usr/src/head/libelf.h
182
int elf_getphdrnum(Elf *, size_t *);
usr/src/head/libelf.h
183
int elf_getshnum(Elf *, size_t *);
usr/src/head/libelf.h
184
int elf_getshdrnum(Elf *, size_t *);
usr/src/head/libelf.h
185
int elf_getshstrndx(Elf *, size_t *);
usr/src/head/libelf.h
186
int elf_getshdrstrndx(Elf *, size_t *);
usr/src/head/libelf.h
189
long elf32_checksum(Elf *);
usr/src/head/libelf.h
190
Elf_Kind elf_kind(Elf *);
usr/src/head/libelf.h
191
Elf *elf_memory(char *, size_t);
usr/src/head/libelf.h
194
Elf32_Ehdr *elf32_newehdr(Elf *);
usr/src/head/libelf.h
195
Elf32_Phdr *elf32_newphdr(Elf *, size_t);
usr/src/head/libelf.h
196
Elf_Scn *elf_newscn(Elf *);
usr/src/head/libelf.h
197
Elf_Scn *elf_nextscn(Elf *, Elf_Scn *);
usr/src/head/libelf.h
198
Elf_Cmd elf_next(Elf *);
usr/src/head/libelf.h
199
size_t elf_rand(Elf *, size_t);
usr/src/head/libelf.h
201
char *elf_rawfile(Elf *, size_t *);
usr/src/head/libelf.h
202
char *elf_strptr(Elf *, size_t, size_t);
usr/src/head/libelf.h
203
off_t elf_update(Elf *, Elf_Cmd);
usr/src/head/libelf.h
210
Elf64_Ehdr *elf64_getehdr(Elf *);
usr/src/head/libelf.h
211
Elf64_Phdr *elf64_getphdr(Elf *);
usr/src/head/libelf.h
213
long elf64_checksum(Elf *);
usr/src/head/libelf.h
214
Elf64_Ehdr *elf64_newehdr(Elf *);
usr/src/head/libelf.h
215
Elf64_Phdr *elf64_newphdr(Elf *, size_t);
usr/src/head/link.h
56
extern void ld_open(const char **, const char **, int *, int, Elf **,
usr/src/head/link.h
57
Elf *, size_t, const Elf_Kind);
usr/src/head/link.h
58
extern void ld_file(const char *, const Elf_Kind, int, Elf *);
usr/src/head/link.h
60
Elf_Data *, Elf *, uint_t *);
usr/src/head/link.h
62
Elf_Data *, Elf *);
usr/src/head/link.h
67
extern void ld_open64(const char **, const char **, int *, int, Elf **,
usr/src/head/link.h
68
Elf *, size_t, const Elf_Kind);
usr/src/head/link.h
69
extern void ld_file64(const char *, const Elf_Kind, int, Elf *);
usr/src/head/link.h
71
Elf_Data *, Elf *, uint_t *);
usr/src/head/link.h
73
Elf_Data *, Elf *);
usr/src/lib/fm/topo/libtopo/common/mod.c
114
Elf *elf = NULL;
usr/src/lib/libctf/common/ctf_convert.c
116
ctf_elfconvert(ctf_convert_t *cch, int fd, Elf *elf, int *errp, char *errbuf,
usr/src/lib/libctf/common/ctf_convert.c
319
Elf *elf;
usr/src/lib/libctf/common/ctf_convert.c
36
ctf_has_c_source(Elf *elf, char *errmsg, size_t errlen)
usr/src/lib/libctf/common/ctf_dwarf.c
260
Elf *cu_elf; /* shared libelf handle */
usr/src/lib/libctf/common/ctf_dwarf.c
3184
ctf_dwarf_preinit_dies(ctf_convert_t *cch, int fd, Elf *elf, Dwarf_Debug dw,
usr/src/lib/libctf/common/ctf_dwarf.c
3382
Elf *elf, char *errmsg, size_t errlen)
usr/src/lib/libctf/common/ctf_dwarf.c
3575
ctf_dwarf_convert(ctf_convert_t *cch, int fd, Elf *elf, ctf_file_t **fpp,
usr/src/lib/libctf/common/ctf_dwarf.c
838
ctf_dwarf_die_elfenc(Elf *elf, ctf_cu_t *cup, char *errbuf, size_t errlen)
usr/src/lib/libctf/common/ctf_elfwrite.c
382
Elf *ielf, *oelf;
usr/src/lib/libctf/common/ctf_elfwrite.c
44
ctf_write_elf(ctf_file_t *fp, Elf *src, Elf *dst, int flags)
usr/src/lib/libctf/common/libctf.h
132
extern ctf_hsc_ret_t ctf_has_c_source(Elf *, char *, size_t);
usr/src/lib/libctf/common/libctf_impl.h
49
typedef int (*ctf_convert_f)(ctf_convert_t *, int, Elf *, ctf_file_t **,
usr/src/lib/libctf/common/libctf_impl.h
51
extern int ctf_dwarf_convert(ctf_convert_t *, int, Elf *, ctf_file_t **,
usr/src/lib/libdtrace/common/dt_impl.h
114
Elf *dm_elf; /* libelf handle for module object */
usr/src/lib/libdtrace/common/dt_link.c
1017
Elf *elf = NULL;
usr/src/lib/libdtrace/common/dt_link.c
982
dt_link_error(dtrace_hdl_t *dtp, Elf *elf, int fd, dt_link_pair_t *bufs,
usr/src/lib/libdwarf/common/dwarf_elf_access.c
66
extern Elf64_Ehdr *elf64_getehdr(Elf *);
usr/src/lib/libdwarf/common/libdwarf.h
66
struct Elf;
usr/src/lib/libdwarf/common/libdwarf.h
67
typedef struct Elf* dwarf_elf_handle;
usr/src/lib/libelfsign/common/elfsignlib.c
327
(Elf *)NULL)) == NULL) {
usr/src/lib/libelfsign/common/libelfsign.h
87
Elf *es_elf;
usr/src/lib/libproc/common/Pcontrol.h
113
Elf *file_elf; /* ELF handle so we can close */
usr/src/lib/libproc/common/Pcontrol.h
114
Elf *file_dbgelf; /* Debug ELF handle so we can close */
usr/src/lib/libproc/common/Pcontrol.h
203
Elf *e_elf; /* ELF library handle */
usr/src/lib/libproc/common/Pcontrol.h
91
Elf *sym_elf; /* faked-up ELF handle from core file */
usr/src/lib/libproc/common/Pcore.c
1980
core_find_text(struct ps_prochandle *P, Elf *elf, rd_loadobj_t *rlp)
usr/src/lib/libproc/common/Pcore.c
2006
core_find_data(struct ps_prochandle *P, Elf *elf, rd_loadobj_t *rlp)
usr/src/lib/libproc/common/Pidle.c
160
Elf *elf = NULL;
usr/src/lib/libproc/common/Psymtab.c
1194
file_differs(struct ps_prochandle *P, Elf *elf, file_info_t *fptr)
usr/src/lib/libproc/common/Psymtab.c
1336
static Elf *
usr/src/lib/libproc/common/Psymtab.c
1339
Elf *elf;
usr/src/lib/libproc/common/Psymtab.c
1579
static Elf *
usr/src/lib/libproc/common/Psymtab.c
1585
Elf *elf;
usr/src/lib/libproc/common/Psymtab.c
1619
Elf *elf;
usr/src/lib/libproc/common/Psymtab.c
1837
Elf *elf;
usr/src/lib/libproc/common/Psymtab.c
1929
Elf *newelf;
usr/src/lib/libproc/common/Psymtab_machelf.h
34
extern Elf *fake_elf32(struct ps_prochandle *P, file_info_t *fptr,
usr/src/lib/libproc/common/Psymtab_machelf.h
37
extern Elf *fake_elf64(struct ps_prochandle *P, file_info_t *fptr,
usr/src/lib/libproc/common/Psymtab_machelf32.c
218
Elf *
usr/src/lib/libproc/common/Psymtab_machelf32.c
251
Elf *elf;
usr/src/lib/libsaveargs/tests/dump/dump.c
137
Elf *elf;
usr/src/lib/libsaveargs/tests/dump/dump.c
50
walk_symtab(Elf *elf, char *fname, ctf_file_t *fp,
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
312
Elf *elf;
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
63
Elf *sm_elf;
usr/src/test/util-tests/tests/ctf/check-merge-static.c
164
check_merge_static(const char *file, ctf_file_t *fp, Elf *elf)
usr/src/test/util-tests/tests/ctf/check-merge-static.c
256
Elf *elf;
usr/src/tools/find_elf/find_elf.c
460
Elf *elf = NULL;