/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | elf.h | 114 #define ELF_TARG_DATA ELFDATA2LSB 203 #define ELF_TARG_DATA ELFDATA2LSB
|
/illumos-gate/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) \
|
/illumos-gate/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
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_generic.h | 46 #define ELF_DATA ELFDATA2LSB
|
H A D | elf_common.h | 152 #define ELFDATA2LSB 1 /* 2's complement little-endian. */ macro
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 44 return ((h->e_ident[EI_DATA] == ELFDATA2LSB) && in elf_mach_ok()
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.c | 54 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_object_detector.c | 98 #define ELFDATA2LSB 1 macro 277 case ELFDATA2LSB: in fill_in_elf_fields()
|
H A D | dwarf_elf_defines.h | 911 #ifndef ELFDATA2LSB 912 #define ELFDATA2LSB 1 macro
|
H A D | dwarf_elf_access.c | 172 if (ehdr_ident[EI_DATA] == ELFDATA2LSB){ in dwarf_elf_object_access_internals_init()
|
/illumos-gate/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 57 #define M_DATA ELFDATA2LSB
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_bargs.c | 45 #define CUR_ELFDATA ELFDATA2LSB
|
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | leb128.c | 218 if (eident[EI_DATA] == ELFDATA2LSB) in dwarf_ehe_extract()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 155 ehdr->e_ident[EI_DATA] != ELFDATA2LSB) in __rtld()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 85 uchar_t order = ELFDATA2LSB; in open_core()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 1098 ehdr->e_ident[EI_DATA] == ELFDATA2LSB && in fastboot_load_kernel() 1134 ehdr->e_ident[EI_DATA] == ELFDATA2LSB && in fastboot_load_kernel()
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 453 ELFDATA2LSB : ELFDATA2MSB; in process_args()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 554 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) { in dis_file()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 131 #define ELFDATA2LSB 1 macro
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 609 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in objfs_data_read()
|
/illumos-gate/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);
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 41 @ MSG_ELFDATA2LSB_CF "ELFDATA2LSB" # 1
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 845 if ((mp->hdr.e_ident[EI_DATA] != ELFDATA2LSB) || in init_xen_module()
|