Home
last modified time | relevance | path

Searched refs:GElf_Ehdr (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.h55 GElf_Ehdr gf_ehdr; /* ELF file header */
74 const GElf_Ehdr *gst_ehdr; /* Associated ELF file ehdr */
97 extern void mdb_gelf_ehdr_to_gehdr(Ehdr *, GElf_Ehdr *);
109 extern mdb_gelf_symtab_t *mdb_gelf_symtab_create_raw(const GElf_Ehdr *,
H A Dmdb_proc.h227 extern const char *pt_disasm(const GElf_Ehdr *);
/illumos-gate/usr/src/head/
H A Dgelf.h58 typedef Elf64_Ehdr GElf_Ehdr; typedef
110 GElf_Ehdr * gelf_getehdr(Elf *, GElf_Ehdr *);
111 int gelf_update_ehdr(Elf *, GElf_Ehdr *);
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c113 GElf_Ehdr ehdr; in look_in_sections()
119 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) { in look_in_sections()
501 GElf_Ehdr ehdr;
530 if (gelf_getehdr(elf, &ehdr) == (GElf_Ehdr *)NULL) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c285 GElf_Ehdr * p_ehdr, size_t reloc_size, size_t sym_size, char *filename, in print_rela()
390 GElf_Ehdr *p_ehdr, size_t reloc_size, size_t sym_size, char *filename, in print_rel()
604 GElf_Ehdr p_ehdr; in print_symtab()
656 GElf_Ehdr p_ehdr; in print_shdr()
766 dump_reloc_table(Elf *elf_file, GElf_Ehdr *p_ehdr, in dump_reloc_table()
1077 GElf_Ehdr p_ehdr; in dump_dynamic()
1328 static GElf_Ehdr *
1329 dump_elf_header(Elf *elf_file, char *filename, GElf_Ehdr * elf_head_p) in dump_elf_header()
1468 GElf_Ehdr *p_ehdr, SCNTAB *p, int num_scns, char *filename) in print_section()
1535 GElf_Ehdr *p_ehdr, SCNTAB *s, int num_scns, char *filename) in dump_section()
[all …]
H A Dfcns.c89 GElf_Ehdr ehdr; in dump_exec_header()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshstrndx.c47 GElf_Ehdr ehdr; in elf_getshdrstrndx()
H A Dgetshnum.c53 GElf_Ehdr ehdr; in elf_getshdrnum()
H A Dgetphnum.c49 GElf_Ehdr ehdr; in elf_getphdrnum()
/illumos-gate/usr/src/cmd/mdb/tools/common/
H A Dfindscn.c37 GElf_Ehdr ehdr; in findelfsecidx()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.h86 GElf_Ehdr kmc_ehdr; /* Copy of ehdr in gelf format */
H A Dkvm.h55 GElf_Ehdr km_ehdr;
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c64 static int build_segment_table(Elf*, GElf_Ehdr *, file_state_t *);
65 static int traverse_file(Elf *, GElf_Ehdr *, char *, Cmd_Info *,
69 static int build_file(Elf *, GElf_Ehdr *, Cmd_Info *, file_state_t *);
251 GElf_Ehdr ehdr; in process_file()
316 traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info, in traverse_file()
681 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, in build_file()
698 GElf_Ehdr dst_ehdr; in build_file()
1242 build_segment_table(Elf * elf, GElf_Ehdr * ehdr, file_state_t *state) in build_segment_table()
1485 GElf_Ehdr ehdr; in location()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.h56 void dis_tgt_ehdr(dis_tgt_t *, GElf_Ehdr *);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c77 GElf_Ehdr ehdr; in is_shared_obj()
140 GElf_Ehdr ehdr; in get_txtorigin()
240 GElf_Ehdr ehdr; in get_textseg()
/illumos-gate/usr/src/cmd/boot/symdef/
H A Dsymdef.c63 GElf_Ehdr ehdr; in main()
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c64 GElf_Ehdr sm_ehdr;
314 GElf_Ehdr ehdr; in main()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h190 extern int depend(Crle_desc *, const char *, Half, GElf_Ehdr *);
H A Ddepend.c130 depend(Crle_desc *crle, const char *name, Half flags, GElf_Ehdr *ehdr) in depend()
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c61 GElf_Ehdr ehdr; /* ELF Ehdr */ in _elf_nlist()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c46 GElf_Ehdr sehdr, dehdr; in ctf_write_elf()
79 (void) memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr)); in ctf_write_elf()
H A Dctf_lib.c343 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst) in ehdr_to_gelf()
429 GElf_Ehdr e64; in ctf_fdcreate_int()
499 if (nbytes < sizeof (GElf_Ehdr)) in ctf_fdcreate_int()
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c57 GElf_Ehdr ehdr; in walk_symtab()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h100 GElf_Ehdr mi_ehdr;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c74 GElf_Ehdr ehdr; in print_symtab()

123