Searched refs:open_bare (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlibcol_util.c1035 while ((fd = CALL_UTIL (open_bare)(path, oflag, mode)) < 0)
1153 __collector_util_funcs.open_bare = (int(*)(const char *path, int oflag, ...))ptr;
1160 __collector_util_funcs.open_bare = (int(*)(const char *path, int oflag, ...))ptr;
1162 __collector_util_funcs.open_bare = __collector_util_funcs.open;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h72 int (*open_bare)(const char *, int, ...); member in struct:CollectorUtilFuncs
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h75 int (*open_bare)(const char *, int, ...); member in struct:CollectorUtilFuncs
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlibcol_util.c1029 while ((fd = CALL_UTIL (open_bare)(path, oflag, mode)) < 0)
1147 __collector_util_funcs.open_bare = (int(*)(const char *path, int oflag, ...))ptr;
1154 __collector_util_funcs.open_bare = (int(*)(const char *path, int oflag, ...))ptr;
1156 __collector_util_funcs.open_bare = __collector_util_funcs.open;

Completed in 349 milliseconds