Symbol: Elf_Type
usr/src/cmd/file/elf_read.c
133
file_xlatetom(Elf_Type type, char *hdr)
usr/src/cmd/file/elf_read.c
94
static int file_xlatetom(Elf_Type, char *);
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
156
Elf_Type libelf_type;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
537
xlate_data(FSTATE *fstate, void *buf, size_t nbyte, Elf_Type xlate_type)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
581
Elf_Type xlate_type)
usr/src/cmd/sgs/include/conv.h
907
extern const char *conv_elfdata_type(Elf_Type, Conv_inv_buf_t *);
usr/src/cmd/sgs/libconv/common/data.c
34
conv_elfdata_type(Elf_Type type, Conv_inv_buf_t *inv_buf)
usr/src/cmd/sgs/libelf/common/decl.h
383
extern size_t _elf32_msize(Elf_Type, unsigned);
usr/src/cmd/sgs/libelf/common/decl.h
384
extern size_t _elf64_msize(Elf_Type, unsigned);
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/gelf.c
55
gelf_fsize(Elf * elf, Elf_Type type, size_t count, unsigned ver)
usr/src/cmd/sgs/libelf/common/getdata.c
177
Elf_Type t = d->db_data.d_type;
usr/src/cmd/sgs/libelf/common/getdata.c
187
Elf_Type t = d->db_data.d_type;
usr/src/head/gelf.h
109
size_t gelf_fsize(Elf *, Elf_Type, size_t, uint_t);
usr/src/head/libelf.h
148
Elf_Type d_type;
usr/src/head/libelf.h
171
size_t elf32_fsize(Elf_Type, size_t, unsigned);
usr/src/head/libelf.h
209
size_t elf64_fsize(Elf_Type, size_t, unsigned);
usr/src/ucblib/libucb/port/gen/nlist.c
294
elf_read(int fd, long offset, size_t size, size_t memsize, Elf_Type dtype)
usr/src/ucblib/libucb/port/gen/nlist.c
83
static Elf_Data *elf_read(int, long, size_t, size_t, Elf_Type);