Searched refs:__elf_xfctstom (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf32_updatefile.c | 144 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() 185 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 229 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2() 345 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2() 556 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() 610 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 666 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2() 752 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2()
|
H A D | elf32_xlatetom.c | 100 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
|
H A D | elf32_xlatetof.c | 95 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
|
H A D | elf_getdata_rawchunk.c | 167 (*__elf_xfctstom[elf->class - 1][type])(buffer, rawchunk, size, 0); in elf_getdata_rawchunk()
|
H A D | gelf_xlate.c | 178 const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM] = variable
|
H A D | elf_getdata.c | 192 fp = __elf_xfctstom[eclass - 1][type]; in convert_data()
|
H A D | libelfP.h | 413 extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
|
Completed in 5 milliseconds