Home
last modified time | relevance | path

Searched refs:ebl_close (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libdwfl/
Ddwfl_frame.c116 if (process->ebl_close) in __libdwfl_process_free()
157 bool ebl_close; in dwfl_attach_state() local
161 ebl_close = true; in dwfl_attach_state()
186 ebl_close = false; in dwfl_attach_state()
198 if (ebl_close) in dwfl_attach_state()
204 process->ebl_close = ebl_close; in dwfl_attach_state()
DlibdwflP.h236 bool ebl_close:1; member