Searched refs:fctp (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 148 xfct_t fctp; in __elfw2() local 149 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2() 151 # undef fctp in __elfw2() 152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() 156 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2() 194 xfct_t fctp; in __elfw2() local 195 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2() 197 # undef fctp in __elfw2() 198 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 202 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() [all …]
|
D | elf32_xlatetof.c | 99 xfct_t fctp; in elfw2() local 105 …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() 111 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1); in elfw2()
|
D | elf32_xlatetom.c | 104 xfct_t fctp; in elfw2() local 110 …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() 116 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0); in elfw2()
|