/linux-4.1.27/arch/arc/include/asm/ |
D | elf.h | 31 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/nios2/include/uapi/asm/ |
D | elf.h | 62 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/cris/include/asm/ |
D | elf.h | 45 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/scripts/mod/ |
D | mk_elfconfig.c | 31 case ELFDATA2LSB: in main()
|
/linux-4.1.27/arch/x86/um/asm/ |
D | elf.h | 33 #define ELF_DATA ELFDATA2LSB 129 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | elf.h | 43 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | elf.h | 74 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | elf.h | 86 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | elf.h | 51 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/metag/include/asm/ |
D | elf.h | 72 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/x86/include/asm/ |
D | elf.h | 41 #define ELF_DATA ELFDATA2LSB 71 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/arm/include/asm/ |
D | elf.h | 73 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | elf.h | 48 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/score/include/asm/ |
D | elf.h | 52 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
D | elf.h | 77 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/powerpc/boot/ |
D | addnote.c | 61 #define ELFDATA2LSB 1 macro 150 if (e_data != ELFDATA2MSB && e_data != ELFDATA2LSB) in main()
|
D | elf_util.c | 30 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
|
D | elf.h | 139 #define ELFDATA2LSB 1 macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | elf.h | 82 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | elf.h | 96 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/tile/include/asm/ |
D | elf.h | 49 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/mips/kernel/ |
D | binfmt_elfn32.c | 17 #define ELF_DATA ELFDATA2LSB;
|
D | binfmt_elfo32.c | 17 #define ELF_DATA ELFDATA2LSB;
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | elf.h | 67 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | elf.h | 25 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | elf.h | 118 # define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 72 #define HOST_ORDER ELFDATA2LSB
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | elf.h | 177 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | elf.h | 127 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/arch/sh/include/asm/ |
D | elf.h | 86 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_elf_loader.c | 71 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
|
/linux-4.1.27/scripts/ |
D | sortextable.c | 247 case ELFDATA2LSB: in do_file()
|
D | recordmcount.c | 332 case ELFDATA2LSB: in do_file()
|
/linux-4.1.27/include/uapi/linux/ |
D | elf.h | 348 #define ELFDATA2LSB 1 macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | elf.h | 281 #define ELF_DATA ELFDATA2LSB
|
/linux-4.1.27/tools/perf/util/ |
D | symbol-minimal.c | 18 host_endian = ELFDATA2LSB; in check_need_swap()
|
D | symbol-elf.c | 559 case ELFDATA2LSB: in dso__swap_init()
|
/linux-4.1.27/arch/x86/kernel/ |
D | crash.c | 442 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in prepare_elf64_headers()
|
/linux-4.1.27/arch/x86/tools/ |
D | relocs.c | 345 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) { in read_ehdr()
|