Home
last modified time | relevance | path

Searched refs:Elf_Type (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/head/
H A Dlibelf.h112 } Elf_Type; typedef
148 Elf_Type d_type;
171 size_t elf32_fsize(Elf_Type, size_t, unsigned);
209 size_t elf64_fsize(Elf_Type, size_t, unsigned);
H A Dgelf.h111 size_t gelf_fsize(Elf *, Elf_Type, size_t, uint_t);
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h461 extern size_t _elf32_msize(Elf_Type, unsigned);
462 extern size_t _elf64_msize(Elf_Type, unsigned);
463 extern Elf_Type _elf32_mtype(Elf *, Elf32_Word, unsigned);
464 extern Elf_Type _elf64_mtype(Elf *, Elf64_Word, unsigned);
H A Dllib-lelf40 size_t elf32_fsize(Elf_Type, size_t, uint_t);
53 size_t elf64_fsize(Elf_Type, size_t, uint_t);
66 size_t gelf_fsize(Elf *, Elf_Type, size_t, uint_t);
H A Dgetdata.c179 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata()
189 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata()
H A Dxlate.m4656 static const Elf_Type mtype[EV_CURRENT][SHT_NUM] =
683 elf32_fsize(Elf_Type type, size_t count, unsigned ver)
698 _elf32_msize(Elf_Type type, unsigned ver)
704 Elf_Type
788 Elf_Type ttype;
H A Dxlate64.m4712 static const Elf_Type mtype[EV_CURRENT][SHT_NUM] =
739 elf64_fsize(Elf_Type type, size_t count, unsigned ver)
754 _elf64_msize(Elf_Type type, unsigned ver)
760 Elf_Type
840 Elf_Type ttype;
H A DREADME.LFS80 Elf_Type d_type;
H A Dgelf.c55 gelf_fsize(Elf * elf, Elf_Type type, size_t count, unsigned ver) in gelf_fsize()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Ddata.c36 conv_elfdata_type(Elf_Type type, Conv_inv_buf_t *inv_buf) in conv_elfdata_type()
H A Dllib-lconv138 const char *conv_elfdata_type(Elf_Type, Conv_inv_buf_t *);
/titanic_41/usr/src/cmd/file/
H A Delf_read.c93 static int file_xlatetom(Elf_Type, char *);
132 file_xlatetom(Elf_Type type, char *hdr) in file_xlatetom()
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c83 static Elf_Data *elf_read(int, long, size_t, size_t, Elf_Type);
294 elf_read(int fd, long offset, size_t size, size_t memsize, Elf_Type dtype) in elf_read()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c156 Elf_Type libelf_type;
537 xlate_data(FSTATE *fstate, void *buf, size_t nbyte, Elf_Type xlate_type) in xlate_data()
581 Elf_Type xlate_type) in read_data()
/titanic_41/usr/src/cmd/sgs/include/
H A Dconv.h874 extern const char *conv_elfdata_type(Elf_Type, Conv_inv_buf_t *);