Searched refs:cp_abi_ops (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
32 static struct cp_abi_ops current_cp_abi = { "", NULL };
33 static struct cp_abi_ops auto_cp_abi = { "auto", NULL };
36 static struct cp_abi_ops *cp_abis[CP_ABI_MAX];
102 struct cp_abi_ops *abi;
115 register_cp_abi (struct cp_abi_ops *abi)
132 struct cp_abi_ops *abi = find_cp_abi (short_name);
166 static struct cp_abi_ops *
H A Dcp-abi.h148 struct cp_abi_ops struct
168 extern int register_cp_abi (struct cp_abi_ops *abi);
H A Dhpacc-abi.c35 struct cp_abi_ops hpacc_abi_ops;
H A Dgnu-v2-abi.c37 struct cp_abi_ops gnu_v2_abi_ops;
H A Dgnu-v3-abi.c31 static struct cp_abi_ops gnu_v3_abi_ops;

Completed in 48 milliseconds