Searched refs:EI_ABIVERSION (Results 1 – 18 of 18) sorted by relevance
134 header.e_ident[EI_ABIVERSION] );
336 constexpr unsigned char EI_ABIVERSION = 8; variable
15 pub(super) const EI_ABIVERSION: usize = 8; constant
324 if hdr.e_ident[EI_ABIVERSION] != ELFABIVERSION { in check_elf_base()
356 #define EI_ABIVERSION 8 macro
58 EI_ABIVERSION = 8, // ABI version. enumerator
55 EI_ABIVERSION = 8, // ABI version. enumerator
378 if (ehdr->e_ident[EI_ABIVERSION] != 0) in check_elf_header()380 EI_ABIVERSION, ehdr->e_ident[EI_ABIVERSION]); in check_elf_header()
1124 ehdr->e_ident[EI_ABIVERSION]); in print_ehdr()
119 #define EI_ABIVERSION 8 macro
368 EI_ABIVERSION
152 #define EI_ABIVERSION 8 /* ABI version */ macro
285 Header.e_ident[EI_ABIVERSION] = Doc.Header.ABIVersion; in writeELFHeader()
1429 pub const EI_ABIVERSION: usize = 8; constant