Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatefile.c148 xfct_t fctp; in __elfw2() local
149fctp = __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
195fctp = __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 …]
Delf32_xlatetof.c99 xfct_t fctp; in elfw2() local
105fctp = __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()
Delf32_xlatetom.c104 xfct_t fctp; in elfw2() local
110fctp = __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()