Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddebuginfod-client.c41 static __typeof__ (debuginfod_begin) *fp_debuginfod_begin; variable
60 if (fp_debuginfod_begin != NULL) in dwfl_get_debuginfod_client()
62 dwfl->debuginfod = (*fp_debuginfod_begin) (); in dwfl_get_debuginfod_client()
120 fp_debuginfod_begin = dlsym (debuginfod_so, "debuginfod_begin"); in __libdwfl_debuginfod_init()
128 if (fp_debuginfod_begin == NULL in __libdwfl_debuginfod_init()
133 fp_debuginfod_begin = NULL; in __libdwfl_debuginfod_init()