Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddebuginfod-client.c44 static __typeof__ (debuginfod_end) *fp_debuginfod_end; variable
108 (*fp_debuginfod_end) (c); in __libdwfl_debuginfod_end()
125 fp_debuginfod_end = dlsym (debuginfod_so, "debuginfod_end"); in __libdwfl_debuginfod_init()
131 || fp_debuginfod_end == NULL) in __libdwfl_debuginfod_init()
136 fp_debuginfod_end = NULL; in __libdwfl_debuginfod_init()