Home
last modified time | relevance | path

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

/dports/devel/elfutils/elfutils-0.179/libelf/
H A 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()
559 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
613 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
669 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
755 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2()
H A Delf32_xlatetom.c101 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
H A Delf32_xlatetof.c96 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
H A Delf_getdata_rawchunk.c154 (*__elf_xfctstom[elf->class - 1][type])(buffer, rawchunk, size, 0); in elf_getdata_rawchunk()
H A Dgelf_xlate.c173 const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] = variable
H A DChangeLog90 * elf32_updatefile.c (updatemmap): Define fctp from __elf_xfctstom
96 dimension from __elf_xfctstom.
105 __elf_xfctstom without version dimensions.
119 * libelfP.h (__elf_xfctstom): Defined without version dimensions.
213 * gelf_xlate.c (__elf_xfctstom): Set ELF_T_NHDR to elf_cvt_note4,
502 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
1415 (__elf_xfctstom): Use elf_cvt_note.
1432 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_AUXV entries.
1516 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_GNUHASH entries.
1754 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_LIB entry.
H A DlibelfP.h414 extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
H A Delf_getdata.c192 fp = __elf_xfctstom[eclass - 1][type]; in convert_data()