Home
last modified time | relevance | path

Searched refs:ifunc (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/none/tests/
Difunc.vgtest1 prereq: test -e ifunc
2 prog: ifunc
Difunc.c15 __attribute__((ifunc("resolve_test")));
DMakefile.am131 ifunc.stderr.exp ifunc.stdout.exp ifunc.vgtest \
259 check_PROGRAMS += ifunc program
/external/llvm/test/MC/ELF/
Dtype.s25 ifunc: label
26 .global ifunc symbol
27 .type ifunc,@gnu_indirect_function
/external/opencv/cv/src/
Dcvutils.cpp121 CvCopyNonConstBorderFuncI ifunc = in icvCopyReplicateBorder_8u() local
131 if( ifunc ) in icvCopyReplicateBorder_8u()
132 return ifunc( src, srcstep, srcroi, dstroi, top, left ); in icvCopyReplicateBorder_8u()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c635 bool ifunc = false; in arch_elf_add_func_entry() local
637 ifunc = GELF_ST_TYPE(sym->st_info) == STT_GNU_IFUNC; in arch_elf_add_func_entry()
639 if (! ifunc) in arch_elf_add_func_entry()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1347 bool ifunc = false; in os_elf_add_func_entry() local
1349 ifunc = GELF_ST_TYPE(sym->st_info) == STT_GNU_IFUNC; in os_elf_add_func_entry()
1352 if (ifunc) { in os_elf_add_func_entry()
/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt67 327427 ifunc wrapper crashes when symbols are discarded because of false mmap
D3_10_BUGSTATUS.txt120 327427 ifunc crash when symbols are discarded
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp4244 planar_input(_planar_input), nnfunc(_nnfunc), ifunc(_ifunc), ctab(_ctab) in RemapInvoker()
4468 ifunc(*src, dpart, bufxy, bufa, ctab, borderType, borderValue); in operator ()()
4481 RemapFunc ifunc; member in cv::RemapInvoker
4720 RemapFunc ifunc = 0; in remap() local
4733 ifunc = linear_tab[depth]; in remap()
4735 ifunc = cubic_tab[depth]; in remap()
4737 ifunc = lanczos4_tab[depth]; in remap()
4740 CV_Assert( ifunc != 0 ); in remap()
4760 borderType, borderValue, planar_input, nnfunc, ifunc, in remap()
/external/llvm/test/CodeGen/X86/
Dabi-isel.ll26 @ifunc = external global void ()*
9183 %0 = load void ()*, void ()** @ifunc, align 8
9185 %1 = load void ()*, void ()** @ifunc, align 8
9189 ; LINUX-64-STATIC: callq *ifunc
9190 ; LINUX-64-STATIC: callq *ifunc
9195 ; LINUX-32-STATIC-NEXT: calll *ifunc
9196 ; LINUX-32-STATIC-NEXT: calll *ifunc
9202 ; LINUX-32-PIC-NEXT: calll *ifunc
9203 ; LINUX-32-PIC-NEXT: calll *ifunc
9210 ; LINUX-64-PIC-NEXT: movq ifunc@GOTPCREL(%rip), [[RBX:%r.x]]
[all …]
/external/valgrind/
Dconfigure.ac2581 # Does the C compiler support the "ifunc" attribute
2605 # Does the C compiler support the "ifunc" attribute
2608 AC_MSG_CHECKING([if gcc supports the ifunc attribute])
2618 void test(void) __attribute__((ifunc("resolve_test")));
DNEWS828 337094 ifunc wrapper is broken on ppc64
1572 301204 infinite loop in canonicaliseSymtab with ifunc symbol