/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.h | 55 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 D | mdb_proc.h | 227 extern const char *pt_disasm(const GElf_Ehdr *);
|
/illumos-gate/usr/src/head/ |
H A D | gelf.h | 58 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 D | strings.c | 113 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 D | dump.c | 285 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 D | fcns.c | 89 GElf_Ehdr ehdr; in dump_exec_header()
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getshstrndx.c | 47 GElf_Ehdr ehdr; in elf_getshdrstrndx()
|
H A D | getshnum.c | 53 GElf_Ehdr ehdr; in elf_getshdrnum()
|
H A D | getphnum.c | 49 GElf_Ehdr ehdr; in elf_getphdrnum()
|
/illumos-gate/usr/src/cmd/mdb/tools/common/ |
H A D | findscn.c | 37 GElf_Ehdr ehdr; in findelfsecidx()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module.h | 86 GElf_Ehdr kmc_ehdr; /* Copy of ehdr in gelf format */
|
H A D | kvm.h | 55 GElf_Ehdr km_ehdr;
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 64 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 D | dis_target.h | 56 void dis_tgt_ehdr(dis_tgt_t *, GElf_Ehdr *);
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 77 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 D | symdef.c | 63 GElf_Ehdr ehdr; in main()
|
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/ |
H A D | secmapper.c | 64 GElf_Ehdr sm_ehdr; 314 GElf_Ehdr ehdr; in main()
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | _crle.h | 190 extern int depend(Crle_desc *, const char *, Half, GElf_Ehdr *);
|
H A D | depend.c | 130 depend(Crle_desc *crle, const char *name, Half flags, GElf_Ehdr *ehdr) in depend()
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 61 GElf_Ehdr ehdr; /* ELF Ehdr */ in _elf_nlist()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 46 GElf_Ehdr sehdr, dehdr; in ctf_write_elf() 79 (void) memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr)); in ctf_write_elf()
|
H A D | ctf_lib.c | 343 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 D | dump.c | 57 GElf_Ehdr ehdr; in walk_symtab()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | rdb.h | 100 GElf_Ehdr mi_ehdr;
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 74 GElf_Ehdr ehdr; in print_symtab()
|