HomeSort by relevance Sort by last modified time
    Searched defs:fctp (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libelf/
elf32_xlatetof.c 89 xfct_t fctp; variable
95 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
97 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
101 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1);
elf32_xlatetom.c 90 xfct_t fctp; variable
96 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
98 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
102 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0);
elf32_updatefile.c 87 xfct_t fctp; local
105 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
107 # undef fctp
108 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
112 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr,
142 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
144 # undef fctp
145 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
149 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff,
242 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][d (…)
356 xfct_t fctp; local
    [all...]

Completed in 215 milliseconds