/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getehdr.c | 59 Elf32_Ehdr * 62 return ((Elf32_Ehdr*) getehdr(elf, ELFCLASS32));
|
H A D | data.c | 62 const Elf32_Ehdr _elf32_ehdr_init = { 0 };
|
H A D | checksum.c | 93 #define Elf_Ehdr Elf32_Ehdr
|
H A D | llib-lelf | 41 Elf32_Ehdr * elf32_getehdr(Elf *); 44 Elf32_Ehdr * elf32_newehdr(Elf *);
|
H A D | newscn.c | 82 ((Elf32_Ehdr *)elf->ed_ehdr)->e_shnum
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.h | 38 Elf32_Ehdr e; /* ELF header */
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf.h | 37 uintptr_t addr, Elf32_Ehdr *ehdr, uint_t phnum, Elf32_Phdr *phdr);
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.h | 40 #define Elf_Ehdr Elf32_Ehdr
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.h | 85 #define Elf_Ehdr Elf32_Ehdr
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 107 Elf32_Ehdr *ehdr; /* 32 bit elf header for current file */
|
H A D | static_prof.c | 405 Elf32_Ehdr *ptr; 420 if ((ptr = elf32_getehdr(c->obj->elf)) == (Elf32_Ehdr *) 0) { 432 c->obj->ehdr = (Elf32_Ehdr *) ptr; 861 Elf32_Ehdr * ehdr) 907 Elf32_Ehdr * ehdr) 1173 Elf32_Ehdr * ehdr, 1263 Elf32_Ehdr * ehdr, 1331 Elf32_Ehdr *ehdr;
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 176 Elf32_Ehdr *pf_elfhd_p; /* elf header */
|
/illumos-gate/usr/src/head/ |
H A D | libelf.h | 176 Elf32_Ehdr *elf32_getehdr(Elf *); 194 Elf32_Ehdr *elf32_newehdr(Elf *);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dlink_common.c | 103 Elf32_Ehdr *elf;
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 44 elf_mach_ok(Elf32_Ehdr *h)
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 83 Elf32_Ehdr *ehdr; /* ELF header of ld.so */ 139 ehdr = (Elf32_Ehdr *)MMAP(0, sb.st_size, PROT_READ | PROT_EXEC, 141 if (ehdr == (Elf32_Ehdr *)-1)
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 82 Elf32_Ehdr *ehdr; /* ELF header of ld.so */ 138 ehdr = (Elf32_Ehdr *)MMAP(0, sb.st_size, PROT_READ | PROT_EXEC, 140 if (ehdr == (Elf32_Ehdr *)-1)
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 118 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst) 203 Elf32_Ehdr e32; 252 if (nbytes >= sizeof (Elf32_Ehdr) && 274 Elf32_Ehdr e32 = hdr.e32;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.h | 94 extern int mdb_gelf_check(mdb_io_t *, Elf32_Ehdr *, GElf_Half);
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 150 Elf32_Ehdr *ehdr; /* file header */ 165 sizeof (Elf32_Ehdr), ELF_T_EHDR)) == 0) 168 ehdr = (Elf32_Ehdr *)edata->d_buf; 178 (size_t)(ehdr->e_shnum * sizeof (Elf32_Ehdr)),
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 223 Elf32_Ehdr *ehdr; /* ELF header of ld.so */ 382 ehdr = (Elf32_Ehdr *)mmap(0, sb.st_size, PROT_READ | PROT_EXEC, 384 if (ehdr == (Elf32_Ehdr *)-1)
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 180 } Elf32_Ehdr; typedef in typeref:struct:__anon2085
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 92 Elf32_Ehdr; typedef in typeref:struct:__anon2184
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 230 extern int fake_shdr_cache32(const char *, int, Elf *, Elf32_Ehdr *,
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 167 (sizeof (Elf32_Ehdr) + (section) * sizeof (Elf32_Shdr)) 363 len = sizeof (Elf32_Ehdr); 602 Elf32_Ehdr ehdr; 624 ehdr.e_ehsize = sizeof (Elf32_Ehdr);
|