Searched defs:ELFOSABI_LINUX (Results 1 – 15 of 15) sorted by relevance
26 pub(super) const ELFOSABI_LINUX: u8 = 3; constant
92 #define ELFOSABI_LINUX 3 /* GNU/Linux */ macro
380 #define ELFOSABI_LINUX 3 // Linux macro
340 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU. enumerator
336 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU. enumerator
361 constexpr unsigned char ELFOSABI_LINUX = 3; // Linux variable
1418 pub const ELFOSABI_LINUX: u8 = ELFOSABI_GNU; constant
107 #define ELFOSABI_LINUX 3 macro
140 #define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */ macro