Home
last modified time | relevance | path

Searched refs:__elf_xfctstom (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libelf/
Delf32_updatefile.c149 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
195 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
198 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
243 …xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS)… in __elfw2()
246 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
361 …fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) -… in __elfw2()
364 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2()
536 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
539 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
[all …]
Delf32_xlatetof.c105 …fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src… in elfw2()
107 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
Delf32_xlatetom.c110 …fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src… in elfw2()
112 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
Dgelf_xlate.c173 const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] = variable
217 strong_alias (__elf_xfctstom, __elf_xfctstof)
Delf_getdata_rawchunk.c155 (*__elf_xfctstom[LIBELF_EV_IDX][LIBELF_EV_IDX][elf->class - 1][type]) in elf_getdata_rawchunk()
Delf_getdata.c194 fp = __elf_xfctstom[version - 1][__libelf_version - 1][eclass - 1][type]; in convert_data()
196 fp = __elf_xfctstom[0][0][eclass - 1][type]; in convert_data()
DChangeLog71 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
984 (__elf_xfctstom): Use elf_cvt_note.
1001 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_AUXV entries.
1085 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_GNUHASH entries.
1323 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_LIB entry.
DlibelfP.h411 extern const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hi…