/usr/src/linux-headers-4.15.0-1022-azure/scripts/mod/elfconfig.h is in linux-headers-4.15.0-1022-azure 4.15.0-1022.22~16.04.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | #define KERNEL_ELFCLASS ELFCLASS64
#define KERNEL_ELFDATA ELFDATA2LSB
#define HOST_ELFCLASS ELFCLASS64
#define HOST_ELFDATA ELFDATA2LSB
|