Searched refs:Elf_Type (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | libelf.h | 112 } 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 D | gelf.h | 111 size_t gelf_fsize(Elf *, Elf_Type, size_t, uint_t);
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | decl.h | 461 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 D | llib-lelf | 40 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 D | getdata.c | 179 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 D | xlate.m4 | 656 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 D | xlate64.m4 | 712 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 D | README.LFS | 80 Elf_Type d_type;
|
H A D | gelf.c | 55 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 D | data.c | 36 conv_elfdata_type(Elf_Type type, Conv_inv_buf_t *inv_buf) in conv_elfdata_type()
|
H A D | llib-lconv | 138 const char *conv_elfdata_type(Elf_Type, Conv_inv_buf_t *);
|
/titanic_41/usr/src/cmd/file/ |
H A D | elf_read.c | 93 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 D | nlist.c | 83 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 D | fake_shdr.c | 156 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 D | conv.h | 874 extern const char *conv_elfdata_type(Elf_Type, Conv_inv_buf_t *);
|