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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dlfcn.h 51 foo = (*fctp) (arg1, arg2);
53 foo = DL_CALL_FCT (fctp, (arg1, arg2));
55 # define DL_CALL_FCT(fctp, args) \
56 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
dlfcn.h 51 foo = (*fctp) (arg1, arg2);
53 foo = DL_CALL_FCT (fctp, (arg1, arg2));
55 # define DL_CALL_FCT(fctp, args) \
56 (_dl_mcount_wrapper_check ((void *) (fctp)), (*(fctp)) args)
  /external/elfutils/libelf/
elf32_xlatetof.c 99 xfct_t fctp; local
105 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
107 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
111 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1);
elf32_xlatetom.c 104 xfct_t fctp; local
110 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
112 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
116 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0);
elf32_updatefile.c 148 xfct_t fctp; local
149 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
151 # undef fctp
152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
156 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr,
194 xfct_t fctp; local
195 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
197 # undef fctp
198 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
202 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff
360 xfct_t fctp; local
535 xfct_t fctp; local
594 xfct_t fctp; local
745 xfct_t fctp; local
    [all...]

Completed in 710 milliseconds