Searched refs:dl_unwind_find_exidx (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Dexidx_dynamic.c42 return dl_unwind_find_exidx(pc, pcount);
/bionic/libc/include/
H A Dlink.h48 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
/bionic/libdl/
H A Dlibdl.c28 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; } function
/bionic/linker/
H A Ddlfcn.c170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
216 st_value: (Elf32_Addr) &dl_unwind_find_exidx,
H A Dlinker.cpp350 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount) function

Completed in 301 milliseconds