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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/0.153/libelf/
elf32_updatefile.c 146 xfct_t fctp; local
147 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
149 # undef fctp
150 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
154 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr,
192 xfct_t fctp; local
193 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
195 # undef fctp
196 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
200 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff
365 xfct_t fctp; local
534 xfct_t fctp; local
593 xfct_t fctp; local
719 xfct_t fctp; local
    [all...]
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);
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 486 milliseconds