Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
DlibelfP.h413 extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
419 extern const size_t __libelf_type_sizes[ELFCLASSNUM - 1][ELF_T_NUM]
433 extern const uint_fast8_t __libelf_type_aligns[ELFCLASSNUM - 1][ELF_T_NUM]
Dgelf_fsize.c41 const size_t __libelf_type_sizes[ELFCLASSNUM - 1][ELF_T_NUM] =
Dcommon.h54 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM in determine_kind()
Dgelf_xlate.c178 const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] =
Delf_getdata.c76 const uint_fast8_t __libelf_type_aligns[ELFCLASSNUM - 1][ELF_T_NUM] =
Delf.h123 #define ELFCLASSNUM 3 macro
/third_party/musl/porting/linux/user/include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/musl/include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/musl/ndk_musl_include/
Delf.h91 #define ELFCLASSNUM 3 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt389 ELFCLASSNUM
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1402 pub const ELFCLASSNUM: usize = 3; constant