Searched refs:ELF_MACHINE (Results 1 – 3 of 3) sorted by relevance
/arch/x86/tools/ | ||
D | relocs_64.c | 5 #define ELF_MACHINE EM_X86_64 macro |
D | relocs_32.c | 5 #define ELF_MACHINE EM_386 macro |
D | relocs.c | 369 if (ehdr.e_machine != ELF_MACHINE) { in read_ehdr() |