Home
last modified time | relevance | path

Searched refs:GElf_Half (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.h94 extern int mdb_gelf_check(mdb_io_t *, Elf32_Ehdr *, GElf_Half);
95 extern mdb_gelf_file_t *mdb_gelf_create(mdb_io_t *, GElf_Half, int);
H A Dmdb_gelf.c50 GElf_Half npbit = 0; in gelf_sect_init()
714 mdb_gelf_check(mdb_io_t *io, Elf32_Ehdr *ehp, GElf_Half etype) in mdb_gelf_check()
761 mdb_gelf_create(mdb_io_t *io, GElf_Half etype, int mode) in mdb_gelf_create()
H A Dmdb_nm.c162 nm_sect2str(GElf_Half shndx) in nm_sect2str()
H A Dmdb_kproc.c181 kp_file_create(mdb_tgt_t *t, kp_map_t *kpm, GElf_Half etype) in kp_file_create()
/titanic_44/usr/src/lib/libproc/common/
H A DPcontrol.h100 GElf_Half file_etype; /* ELF e_type from ehdr */
101 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */
H A DPcore.c1548 core_elf_fdopen(elf_file_t *efp, GElf_Half type, int *perr) in core_elf_fdopen()
1788 core_elf_open(elf_file_t *efp, const char *path, GElf_Half type, int *perr) in core_elf_open()
/titanic_44/usr/src/cmd/sgs/size/common/
H A Dprocess.c65 static void process_phdr(Elf *elf, GElf_Half num);
219 process_phdr(Elf * elf, GElf_Half num) in process_phdr()
/titanic_44/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c87 GElf_Half vd_ndx;
88 GElf_Half vd_flags;
405 gvers_syms(const Gver_sym_data *vsdata, GElf_Half vd_ndx, in gvers_syms()
839 GElf_Half cnt = vdf->vd_cnt; in gvers_def()
840 GElf_Half ndx = vdf->vd_ndx; in gvers_def()
/titanic_44/usr/src/head/
H A Dgelf.h53 typedef Elf64_Half GElf_Half; typedef
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c144 GElf_Half ndx; in get_txtorigin()
244 GElf_Half i; in get_textseg()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A Drdelf.c361 GElf_Half ndx; in get_txtorigin()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_pid.c524 GElf_Half e_type; in dt_pid_usdt_mapping()