Searched defs:e_machine (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 73 * 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/uts/sparc/os/ |
H A D | archdep.c | 146 * e_machine processor identification 166 Elf32_Half e_machine, 175 switch (e_machine) { 164 elfheadcheck( unsigned char e_data, Elf32_Half e_machine, Elf32_Word e_flags) argument
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 45 Half e_machine; /* ehdr->e_machine */ member in struct:__anon1416 217 dwarf_regname(state->e_machine, _rnum, _buf, sizeof (_buf)) 687 uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) 701 cfi_state.e_machine = e_machine; 686 dump_eh_frame(const char *file, char *sh_name, uchar_t *data, size_t datasize, uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) argument
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 13 /* 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/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 71 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/intel/ia32/os/ |
H A D | archdep.c | 895 * 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/boot/sys/sys/ |
H A D | elf32.h | 58 Elf32_Half e_machine; /* Machine architecture. */ member in struct:__anon407
|
H A D | elf64.h | 67 Elf64_Half e_machine; /* Machine architecture. */ member in struct:__anon424
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 178 Elf64_Half e_machine; member in struct:elf_file_header
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 72 Elf32_Half e_machine; /* target machine */ member in struct:__anon252 90 Elf64_Half e_machine; /* target machine */ member in struct:__anon253 151 #define EM_NONE 0 /* e_machine */
|
Completed in 72 milliseconds