Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_fsize.c62 const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
118 if (type >= ELF_T_NUM)
DlibelfP.h426 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…
Delf32_fsize.c77 if (unlikely (type >= ELF_T_NUM))
Delf_getdata_rawchunk.c102 if (type >= ELF_T_NUM)
Dgelf_xlate.c192 const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
Dlibelf.h88 ELF_T_NUM enumerator
Delf_getdata.c102 const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] =
/external/elfutils/libebl/
Deblrelocsimpletype.c62 return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc) : ELF_T_NUM;
Deblopenbackend.c484 return ELF_T_NUM; in default_reloc_simple_type()
/external/elfutils/backends/
Darm_symbol.c50 return ELF_T_NUM; in arm_reloc_simple_type()
Ds390_symbol.c51 return ELF_T_NUM; in s390_reloc_simple_type()
Dsh_symbol.c54 return ELF_T_NUM; in sh_reloc_simple_type()
Dx86_64_symbol.c55 return ELF_T_NUM; in x86_64_reloc_simple_type()
Di386_symbol.c60 return ELF_T_NUM; in i386_reloc_simple_type()
Dppc64_symbol.c55 return ELF_T_NUM; in ppc64_reloc_simple_type()
Dia64_symbol.c146 return ELF_T_NUM; in ia64_reloc_simple_type()
Dalpha_symbol.c69 return ELF_T_NUM; in alpha_reloc_simple_type()
Dsparc_symbol.c55 return ELF_T_NUM; in sparc_reloc_simple_type()
Dppc_symbol.c52 return ELF_T_NUM; in ppc_reloc_simple_type()
/external/elfutils/libdwfl/
Drelocate.c312 if (unlikely (type == ELF_T_NUM)) in relocate_section()