Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatefile.c147 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
188 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
232 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
348 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2()
544 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
598 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
654 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
740 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2()
Delf32_xlatetom.c101 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
Delf32_xlatetof.c96 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
Delf_getdata_rawchunk.c154 (*__elf_xfctstom[elf->class - 1][type])(buffer, rawchunk, size, 0); in elf_getdata_rawchunk()
Dgelf_xlate.c173 const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] = variable
DChangeLog18 * elf32_updatefile.c (updatemmap): Define fctp from __elf_xfctstom
24 dimension from __elf_xfctstom.
33 __elf_xfctstom without version dimensions.
47 * libelfP.h (__elf_xfctstom): Defined without version dimensions.
141 * gelf_xlate.c (__elf_xfctstom): Set ELF_T_NHDR to elf_cvt_note4,
430 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
1343 (__elf_xfctstom): Use elf_cvt_note.
1360 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_AUXV entries.
1444 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_GNUHASH entries.
1682 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_LIB entry.
DlibelfP.h414 extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
Delf_getdata.c192 fp = __elf_xfctstom[eclass - 1][type]; in convert_data()