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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/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.7-4.6/sysroot/usr/include/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 122 xfct_t fctp; variable
128 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
130 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
134 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1);
elf32_xlatetom.c 123 xfct_t fctp; variable
129 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
131 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
135 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0);
elf32_updatefile.c 147 xfct_t fctp; local
148 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
150 # undef fctp
151 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
155 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr,
185 xfct_t fctp; local
186 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
188 # undef fctp
189 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
193 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff
336 xfct_t fctp; local
492 xfct_t fctp; local
543 xfct_t fctp; local
653 xfct_t fctp; local
    [all...]

Completed in 628 milliseconds