Home
last modified time | relevance | path

Searched refs:CURRENT_ELFCLASS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dinsert-sys-cert.c38 #define CURRENT_ELFCLASS ELFCLASS32 macro
43 #define CURRENT_ELFCLASS ELFCLASS64 macro
331 if (hdr->e_ident[EI_CLASS] != CURRENT_ELFCLASS) { in main()