Home
last modified time | relevance | path

Searched defs:pex_funcs (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dpex-common.h99 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