Searched refs:e_machine (Results 1 - 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h15 (EM_CURRENT_64_PRESENT && ((x).e_machine == EM_X86_64))
28 (((x).e_machine == EM_386) || ((x).e_machine == EM_486))
H A Delf.h13 /* Values for e_machine (architecute). */
168 Elf32_Half e_machine; /* Machine architecture. */ member in struct:__anon2085
185 Elf64_Half e_machine; /* Machine architecture. */ member in struct:__anon2086
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c243 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine, sym,
296 ofl->ofl_dehdr->e_machine, sym, 0, 0, NULL,
317 ofl->ofl_dehdr->e_machine, sym,
378 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
391 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
407 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine, sym,
427 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
447 Half mach = ofl->ofl_dehdr->e_machine;
478 ofl->ofl_dehdr->e_machine, sdp->sd_sym,
518 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
[all...]
H A Dmap.c118 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
135 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
245 ofl->ofl_dehdr->e_machine, enp);
282 ofl->ofl_dehdr->e_machine, ndx, sgp, FALSE);
H A Dsegments.c112 ofl->ofl_dehdr->e_machine, ndx, sgp, TRUE);
157 ofl->ofl_dehdr->e_machine, osp->os_shdr);
H A Delf.c42 Half mach = ehdr->e_machine;
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c73 * program when we read any datum larger than a byte (i.e. e_machine) from
80 Half e_machine; /* target machine */ member in struct:__anon1666::__anon1667
204 *mach_ret = ehdr->e_machine;
212 *mach_ret = ehdr->e_machine;
432 hdr.ehdr.e_machine :
433 BSWAP_HALF(hdr.ehdr.e_machine);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h71 Elf32_Half e_machine; /* machine types */ member in struct:__anon2184
100 & (h.e_machine == EM_386) & (h.e_version == EV_CURRENT))
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c53 (h->e_machine == EM_SPARCV9));
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c47 (h->e_machine == EM_AMD64));
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_isa.c47 (h->e_machine == EM_386));
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c414 if ((ehdr.e_machine != M_MACH_32) && (ehdr.e_machine != M_MACH_64) &&
415 (ehdr.e_machine != M_MACHPLUS)) {
417 conv_ehdr_mach(ehdr.e_machine, 0, &inv_buf));
440 if ((ehdr.e_machine != M_MACH) &&
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c293 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype, 0, &inv_buf1),
295 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype, 0, &inv_buf2));
573 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
575 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
595 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
597 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
694 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
696 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntype,
735 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
737 conv_sym_info_type(ofl->ofl_dehdr->e_machine, ntyp
[all...]
H A Dldmain.c173 def_ehdr.e_machine = ld_targ.t_m.m_mach;
257 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
260 ofl->ofl_dehdr->e_ident[EI_OSABI], ofl->ofl_dehdr->e_machine,
H A Dmachsym.sparc.c141 sdp->sd_file->ifl_ehdr->e_machine, otype,
143 conv_sym_info_type(ifl->ifl_ehdr->e_machine,
H A Drelocate.c108 conv_reloc_type(ifl->ifl_ehdr->e_machine,
166 conv_reloc_type(ifl->ifl_ehdr->e_machine,
195 conv_reloc_type(ifl->ifl_ehdr->e_machine,
349 conv_reloc_type(ifl->ifl_ehdr->e_machine, rsp->rel_rtype,
1082 conv_sym_info_type(sdp->sd_file->ifl_ehdr->e_machine,
1275 conv_reloc_type(_sdp->sd_file->ifl_ehdr->e_machine,
1297 conv_reloc_type(ifl->ifl_ehdr->e_machine, rsp->rel_rtype,
1357 conv_reloc_type(ifl->ifl_ehdr->e_machine,
1402 Half mach = ifl->ifl_ehdr->e_machine;
1612 conv_reloc_type(ifl->ifl_ehdr->e_machine, rtyp
[all...]
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c137 ehdr.e_machine, p_phdr.p_type, DUMP_CONVFMT,
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c378 *mach = state.elf.obj_state.s32->os_ehdr->e_machine;
381 *mach = state.elf.obj_state.s64->os_ehdr->e_machine;
441 cur_mach = state.elf.obj_state.s32->os_ehdr->e_machine;
444 cur_mach = state.elf.obj_state.s64->os_ehdr->e_machine;
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1213 my ($abi, $e_machine, $type, $wordsize, $endian, $rest);
1216 $e_machine = 'unknown';
1252 $e_machine = 'SPARC';
1269 $e_machine = 'SPARC';
1272 $e_machine = 'SPARC32PLUS';
1275 $e_machine = 'SPARCV9';
1281 $e_machine = 'AMD64';
1284 $e_machine = '80386';
1288 return ($abi, $type, $wordsize, $endian, $e_machine);
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c158 if ((ehdr->e_machine != EM_SPARC) &&
159 (ehdr->e_machine != EM_SPARC32PLUS))
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m4740 if ((ehdr->e_machine == EM_SPARC) ||
741 (ehdr->e_machine == EM_SPARC32PLUS)) {
762 if (((ehdr->e_machine == EM_SPARC) ||
763 (ehdr->e_machine == EM_SPARC32PLUS) ||
764 (ehdr->e_machine == EM_SPARCV9)) &&
772 if ((ehdr->e_machine == EM_AMD64) &&
996 tofh(dst, src->e_machine, E1_machine_$2);
1551 dst->e_machine = tomh(src, E1_machine_$2);
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c402 if ((ehdr->e_machine != EM_SPARC) &&
403 (ehdr->e_machine != EM_SPARC32PLUS))
404 panic("%s is not a valid SPARC object: e_machine: %x",
405 ldso, ehdr->e_machine);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h227 Half e_machine, uchar_t *e_ident, uint64_t gotaddr);
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c631 ehdr.e_machine = EM_SPARCV9;
633 ehdr.e_machine = EM_SPARC;
636 ehdr.e_machine = EM_AMD64;
638 ehdr.e_machine = EM_386;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dramdisk.c414 if (ehdr->e_machine != EM_SPARCV9)

Completed in 119 milliseconds

1234