Home
last modified time | relevance | path

Searched refs:find_exidx (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libunw/include/unw/
H A Dunwind.h81 bool find_exidx(vaddr_t addr, vaddr_t *idx_start, vaddr_t *idx_end);
/optee_os/core/arch/arm/kernel/
H A Dunwind_arm32.c48 bool find_exidx(vaddr_t addr __unused, vaddr_t *idx_start, vaddr_t *idx_end) in find_exidx() function
/optee_os/lib/libunw/
H A Dunwind_arm32.c127 if (!find_exidx(addr, &idx_start, &idx_end)) in find_index()
/optee_os/ldelf/
H A Dta_elf.c1560 bool find_exidx(vaddr_t addr, vaddr_t *idx_start, vaddr_t *idx_end) in find_exidx() function