Home
last modified time | relevance | path

Searched refs:fctp (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/libelf/
Delf32_updatefile.c125 xfct_t fctp; in __elfw2() local
126fctp = __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
172fctp = __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 …]
Delf32_xlatetom.c106 xfct_t fctp; variable
112fctp = __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);
Delf32_xlatetof.c101 xfct_t fctp; variable
107fctp = __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);