Searched defs:pex_funcs (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-common.h | 98 struct pex_funcs struct 102 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 105 int (*open_write) (struct pex_obj *, const char */* name */, 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 123 int (*close) (struct pex_obj *, int); 150 const struct pex_funcs *); argument
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | pex-common.h | 98 struct pex_funcs struct 102 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 105 int (*open_write) (struct pex_obj *, const char */* name */, 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 123 int (*close) (struct pex_obj *, int); 150 const struct pex_funcs *); argument
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-common.h | 98 struct pex_funcs struct 102 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 105 int (*open_write) (struct pex_obj *, const char */* name */, 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 123 int (*close) (struct pex_obj *, int); 150 const struct pex_funcs *); argument
|