Searched refs:__elf_xfctstom (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 147 #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()
|
D | elf32_xlatetom.c | 101 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
|
D | elf32_xlatetof.c | 96 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
|
D | elf_getdata_rawchunk.c | 154 (*__elf_xfctstom[elf->class - 1][type])(buffer, rawchunk, size, 0); in elf_getdata_rawchunk()
|
D | gelf_xlate.c | 173 const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] = variable
|
D | ChangeLog | 18 * 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.
|
D | libelfP.h | 414 extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
|
D | elf_getdata.c | 192 fp = __elf_xfctstom[eclass - 1][type]; in convert_data()
|