Searched refs:fctp (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/libelf/ |
D | elf32_updatefile.c | 125 xfct_t fctp; in __elfw2() local 126 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2() 128 # undef fctp in __elfw2() 129 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() 133 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2() 171 xfct_t fctp; in __elfw2() local 172 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2() 174 # undef fctp in __elfw2() 175 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 179 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() [all …]
|
D | elf32_xlatetom.c | 106 xfct_t fctp; variable 112 …fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src… 114 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; 118 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0);
|
D | elf32_xlatetof.c | 101 xfct_t fctp; variable 107 …fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src… 109 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; 113 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1);
|