/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 174 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ member 191 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 81 EC_ADDR(ehdr->e_entry), ehdr->e_ehsize); in Elf_ehdr() 85 ehdr->e_ehsize, ehdr->e_shstrndx); in Elf_ehdr()
|
/titanic_52/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 180 eh->e_ehsize = (Half)hi; in _elf_upd_lib() 364 eh->e_ehsize = (Half)hi; in _elf_upd_usr() 538 dst.d_size = eh->e_ehsize; in wrt() 543 hi = eh->e_ehsize; in wrt()
|
H A D | gelf.c | 110 dst->e_ehsize = e->e_ehsize; in gelf_getehdr() 172 d->e_ehsize = src->e_ehsize; in gelf_update_ehdr()
|
H A D | xlate64.m4 | 993 tofh(dst, src->e_ehsize, E1_ehsize_$2); 1583 dst->e_ehsize = tomh(src, E1_ehsize_$2);
|
H A D | xlate.m4 | 1002 tofh(dst, src->e_ehsize, E1_ehsize_$2); 1545 dst->e_ehsize = tomh(src, E1_ehsize_$2);
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 77 Elf32_Half e_ehsize; /* elf header size in bytes */ member
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf32.h | 64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
H A D | elf64.h | 73 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ member
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 78 Elf32_Half e_ehsize; /* sizeof ehdr */ member 96 Elf64_Half e_ehsize; /* sizeof ehdr */ member
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1123 ehdr.e_ehsize = sizeof (ehdr); in Pfgcore() 1131 ehdr.e_phoff = ehdr.e_ehsize; in Pfgcore() 1153 doff = boff = ehdr.e_ehsize + in Pfgcore() 1181 ehdr.e_ehsize = sizeof (ehdr); in Pfgcore() 1189 ehdr.e_phoff = ehdr.e_ehsize; in Pfgcore() 1211 doff = boff = ehdr.e_ehsize + in Pfgcore()
|
H A D | Pcontrol.h | 182 Elf64_Half e_ehsize; member
|
H A D | Pcore.c | 1378 b->ehdr.e_ehsize = sizeof (b->ehdr); in fake_up_symtab() 1444 b->ehdr.e_ehsize = sizeof (b->ehdr); in fake_up_symtab() 1605 efp->e_hdr.e_ehsize = e64.e_ehsize; in core_elf_fdopen() 1625 efp->e_hdr.e_ehsize = e32.e_ehsize; in core_elf_fdopen() 1722 phnum = phdr.p_offset - efp->e_hdr.e_ehsize - in core_elf_fdopen()
|
H A D | Psymtab_machelf32.c | 454 ep->e_ehsize = sizeof (Ehdr); in fake_elf64()
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 64 EHDR_CMD_T_E_EHSIZE = 9, /* ehdr:e_ehsize */ 496 EC_WORD(ehdr->e_ehsize)); in print_ehdr() 951 if (ehdr->e_ehsize == ehsize) { in cmd_body() 954 EC_WORD(ehdr->e_ehsize)); in cmd_body() 958 EC_WORD(ehdr->e_ehsize), EC_WORD(ehsize)); in cmd_body() 960 ehdr->e_ehsize = ehsize; in cmd_body() 1882 /* ehdr:e_ehsize */ in elfedit_init() 2130 /* ehdr:e_ehsize */ in elfedit_init()
|
H A D | ehdr.msg | 337 is found in the e_ehsize field of the ELF header.\n\ 339 If ehdr:e_ehsize is called without an argument, the value of\n\ 340 e_ehsize is shown. If called with the value argument, the\n\ 341 e_ehsize field is updated with the new value.\n\ 343 Note: Changing the e_ehsize field of the ELF header does not\n\ 631 @ MSG_CMD_E_EHSIZE "e_ehsize"
|
/titanic_52/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 618 ehdr.e_ehsize = sizeof (Elf64_Ehdr); in objfs_data_read() 624 ehdr.e_ehsize = sizeof (Elf32_Ehdr); in objfs_data_read()
|
/titanic_52/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 160 mdb_printf(" e_entry: 0x%16lx e_ehsize: %8hu e_shstrndx: %hu\n", in dump_ehdr() 161 ehdr->e_entry, ehdr->e_ehsize, ehdr->e_shstrndx); in dump_ehdr()
|
/titanic_52/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 353 dst->e_ehsize = src->e_ehsize; in ehdr_to_gelf()
|
/titanic_52/usr/src/uts/common/os/ |
H A D | brand.c | 453 dst->e_ehsize = src->e_ehsize; in Ehdr32to64()
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 188 dst->e_ehsize = src->e_ehsize; in mdb_gelf_ehdr_to_gehdr() 596 gf->gf_ehdr.e_ehsize = ehdr->e_ehsize; in gelf32_init()
|
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 495 elf_file.ehdr.e_ehsize = sizeof (Elf32_Ehdr); in dump_elf32() 632 elf_file.ehdr.e_ehsize = sizeof (Elf64_Ehdr); in dump_elf64()
|
/titanic_52/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 220 @ MSG_EHDR_LINE7 " e_entry: %#18lx e_ehsize: %2d \ 238 \t e_entry: 0x10640 e_ehsize: 52 e_shstrndx: 27\n\
|
/titanic_52/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 767 new_offset = (GElf_Off)src_ehdr->e_ehsize; in build_file()
|
/titanic_52/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 1385 EC_WORD(elf_head_p->e_ehsize)); in dump_elf_header()
|