Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatefile.c146 #undef fctp in __elfw2()
147 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2() macro
150 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2()
187 #undef fctp in __elfw2()
188 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() macro
191 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2()
347 #undef fctp in __elfw2()
348 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] in __elfw2() macro
357 (*fctp) (last_position, dl->data.d.d_buf, in __elfw2()
371 (*fctp) (converted, dl->data.d.d_buf, size, 1); in __elfw2()
[all …]
Delf32_xlatetom.c100 xfct_t fctp; in elfw2() local
101 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
104 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0); in elfw2()
Delf32_xlatetof.c95 xfct_t fctp; in elfw2() local
96 fctp = __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; in elfw2()
99 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1); in elfw2()
DChangeLog18 * elf32_updatefile.c (updatemmap): Define fctp from __elf_xfctstom