Searched refs:coff_make_msymbol_special (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c254 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special; member in struct:gdbarch
421 0, /* coff_make_msymbol_special */
529 current_gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special;
729 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
931 (long) current_gdbarch->coff_make_msymbol_special
5176 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
5179 gdbarch->coff_make_msymbol_special (val, msym);
5184 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
5186 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
5183 set_gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) argument
[all...]
H A Dgdbarch.h2231 extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);

Completed in 123 milliseconds