Searched refs:e_machine (Results 51 - 75 of 79) sorted by relevance

1234

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl461 my ($arch, $type, $wordsize, $endian, $e_machine) = bin_type($file);
569 print $arch_fh "E_MACHINE: $e_machine\n";
H A Dsymcheck.pl396 my ($abi, $type, $wordsize, $endian, $e_machine) =
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c168 obj_state->os_ehdr->e_machine,
177 obj_state->os_ehdr->e_machine, shtype, 0, &inv_buf));
286 obj_state->os_ehdr->e_machine, shndx,
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c61 if (ehdr->e_machine != EM_SPARC) {
62 if (ehdr->e_machine != EM_SPARC32PLUS) {
64 rej->rej_info = (uint_t)ehdr->e_machine;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c204 ehdr->e_ident[EI_OSABI], ehdr->e_machine, 0, &inv_buf));
506 ehdr->e_ident[EI_OSABI], ehdr->e_machine);
576 ehdr->e_ident[EI_OSABI], ehdr->e_machine,
663 Half mach = ehdr->e_machine;
1281 Half mach = ehdr->e_machine;
H A Dshdr.c218 Half mach = ehdr->e_machine;
360 Half mach = ehdr->e_machine;
H A Dsym.c253 Half mach = obj_state->os_ehdr->e_machine;
527 Half mach = argstate->obj_state->os_ehdr->e_machine;
941 Half mach = argstate->obj_state->os_ehdr->e_machine;
H A Dsyminfo.c543 argstate->obj_state->os_ehdr->e_machine,
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c59 if ((ehdr->e_machine != ld_targ.t_m.m_mach) &&
60 ((ehdr->e_machine != ld_targ.t_m.m_machplus) &&
63 rej->rej_info = (uint_t)ehdr->e_machine;
1383 ifl->ifl_ehdr->e_machine, shdr->sh_type, 0, &inv_buf));
2372 ifl->ifl_ehdr->e_machine, shdr->sh_type, 0, &inv_buf));
2678 ifl->ifl_ehdr->e_machine,
H A Dupdate.c2966 * e_machine to be generic, and remove any e_flags. Input relocatable
2967 * objects may identify alternative e_machine (m.machplus) and e_flags
2971 * e_machine and e_flag values are not propagated to the output object,
2976 ehdr->e_machine = ld_targ.t_m.m_mach;
2983 ehdr->e_machine = ofl->ofl_dehdr->e_machine;
2986 if (ehdr->e_machine != ld_targ.t_m.m_mach) {
2987 if (ehdr->e_machine != ld_targ.t_m.m_machplus)
H A Dmachrel.sparc.c129 if ((ehdr->e_machine == EM_SPARC32PLUS) &&
131 ofl->ofl_dehdr->e_machine = EM_SPARC32PLUS;
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c243 dprintf("e_machine\t0x%x\n", elfhdr.e_machine);
266 if (elfhdr.e_machine != EM_AMD64) {
268 "not for AMD64\n (e_machine "
269 "= %d).\n", elfhdr.e_machine);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c895 * e_machine processor identification
916 Elf32_Half e_machine,
922 if (e_machine == EM_AMD64)
925 return (e_machine == EM_386);
914 elfheadcheck( unsigned char e_data, Elf32_Half e_machine, Elf32_Word e_flags) argument
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c554 ehdr->e_machine = tdesc.td_mach;
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1112 ehdr.e_machine = EM_SPARC;
1115 ehdr.e_machine = EM_386;
1170 ehdr.e_machine = EM_SPARCV9;
1173 ehdr.e_machine = EM_AMD64;
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c543 uint_t e_mach = pt->p_file ? pt->p_file->gf_ehdr.e_machine : EM_NONE;
643 * If e_machine is SPARC32+, the program has been compiled v8plus or
646 if (ehp != NULL && ehp->e_machine == EM_SPARC32PLUS) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1111 ehdr->e_machine == EM_386) {
1147 ehdr->e_machine == EM_AMD64) {
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c447 dst->e_machine = src->e_machine;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1099 !elfheadcheck(ehdr->e_ident[EI_DATA], ehdr->e_machine,
1937 ehdr->e_machine = EM_SPARC;
1940 ehdr->e_machine = EM_386;
1949 ehdr->e_machine = EM_SPARCV9;
1952 ehdr->e_machine = EM_AMD64;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c182 dst->e_machine = src->e_machine;
590 gf->gf_ehdr.e_machine = ehdr->e_machine;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c303 ofl->ofl_dehdr->e_machine, type, reloc, secname, symname,
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl241 if (($Header eq 'Ehdr') && ($Line =~ /e_machine:/)) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c120 hdr->e_machine != ELF_TARG_MACH || /* Machine ? */
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1394 conv_ehdr_mach(ehdr.e_machine, 0, &inv_buf1),
1404 flgs = conv_ehdr_flags(ehdr.e_machine, ehdr.e_flags,
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c718 (ehdr.e_machine == M_MACH)))) {

Completed in 202 milliseconds

1234