/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 49 #define ELFDATA2LSB 1 /* i386 -- LSB 2's complement */ macro 98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 25 #define ELFDATA_CURRENT ELFDATA2LSB
|
H A D | elf.h | 132 #define ELFDATA2LSB 1 /* 2's complement little endian */ macro
|
/titanic_50/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 46 return ((h->e_ident[EI_DATA] == ELFDATA2LSB) && in elf_mach_ok()
|
/titanic_50/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 46 return ((h->e_ident[EI_DATA] == ELFDATA2LSB) && in elf_mach_ok()
|
/titanic_50/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 57 #define M_DATA ELFDATA2LSB
|
/titanic_50/usr/src/cmd/sgs/tools/common/ |
H A D | leb128.c | 218 if (eident[EI_DATA] == ELFDATA2LSB) in dwarf_ehe_extract()
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_bargs.c | 45 #define CUR_ELFDATA ELFDATA2LSB
|
/titanic_50/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 155 ehdr->e_ident[EI_DATA] != ELFDATA2LSB) in __rtld()
|
/titanic_50/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 423 ELFDATA2LSB : ELFDATA2MSB; in process_args()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 84 uchar_t order = ELFDATA2LSB; in open_core()
|
H A D | Pgcore.c | 1116 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in Pfgcore() 1174 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in Pfgcore()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | elf.h | 130 #define ELFDATA2LSB 1 macro
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 40 @ MSG_ELFDATA2LSB_CF "ELFDATA2LSB" # 1
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 1110 ehdr->e_ident[EI_DATA] == ELFDATA2LSB && in fastboot_load_kernel() 1146 ehdr->e_ident[EI_DATA] == ELFDATA2LSB && in fastboot_load_kernel()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 611 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in objfs_data_read()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 91 * (currently ELFDATA2LSB and ELFDATA2MSB). In all cases, 101 * ..._L ELFDATA2LSB 506 * <data> 2L ELFDATA2LSB 809 return (ELFDATA2LSB);
|
H A D | xlate64.m4 | 95 * (currently ELFDATA2LSB and ELFDATA2MSB). In all cases, 107 * ..._L ELFDATA2LSB 559 * <data> 2L ELFDATA2LSB
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 154 if(ehdr_ident[EI_DATA] == ELFDATA2LSB){ in dwarf_elf_object_access_internals_init()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 485 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in dump_elf32() 622 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in dump_elf64()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 865 if ((mp->hdr.e_ident[EI_DATA] != ELFDATA2LSB) || in init_xen_module()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 485 uchar_t order = ELFDATA2LSB; in ctf_fdcreate_int()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1832 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in elfcore() 1844 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in elfcore()
|
/titanic_50/usr/src/cmd/file/ |
H A D | file.c | 1098 case ELFDATA2LSB: in print_elf_datatype()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 719 uchar_t order = ELFDATA2LSB; in mdb_gelf_check() 1364 uchar_t data = ELFDATA2LSB; in mdb_gelf_symtab_create_mutable()
|