Searched refs:ELF_T_NUM (Results 1 – 20 of 20) sorted by relevance
62 const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =118 if (type >= ELF_T_NUM)
426 extern const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hi…427 extern const xfct_t __elf_xfctstof[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hi…432 extern const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;461 extern const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hi…
77 if (unlikely (type >= ELF_T_NUM))
102 if (type >= ELF_T_NUM)
192 const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
88 ELF_T_NUM enumerator
102 const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
62 return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc) : ELF_T_NUM;
484 return ELF_T_NUM; in default_reloc_simple_type()
50 return ELF_T_NUM; in arm_reloc_simple_type()
51 return ELF_T_NUM; in s390_reloc_simple_type()
54 return ELF_T_NUM; in sh_reloc_simple_type()
55 return ELF_T_NUM; in x86_64_reloc_simple_type()
60 return ELF_T_NUM; in i386_reloc_simple_type()
55 return ELF_T_NUM; in ppc64_reloc_simple_type()
146 return ELF_T_NUM; in ia64_reloc_simple_type()
69 return ELF_T_NUM; in alpha_reloc_simple_type()
55 return ELF_T_NUM; in sparc_reloc_simple_type()
52 return ELF_T_NUM; in ppc_reloc_simple_type()
312 if (unlikely (type == ELF_T_NUM)) in relocate_section()