Searched defs:pex_funcs (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A 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
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | pex-common.h | 99 struct pex_funcs struct 103 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 106 int (*open_write) (struct pex_obj *, const char */* name */, 117 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 124 int (*close) (struct pex_obj *, int); 151 const struct pex_funcs *); argument
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | pex-common.h | 99 struct pex_funcs struct 103 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 106 int (*open_write) (struct pex_obj *, const char */* name */, 117 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 124 int (*close) (struct pex_obj *, int); 151 const struct pex_funcs *); argument
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | pex-common.h | 99 struct pex_funcs struct 103 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 106 int (*open_write) (struct pex_obj *, const char */* name */, 117 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 124 int (*close) (struct pex_obj *, int); 151 const struct pex_funcs *); argument
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A 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
|