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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c265 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special; member in struct:gdbarch
439 gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special;
635 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
856 "gdbarch_dump: coff_make_msymbol_special = <%s>\n",
857 host_address_to_string (gdbarch->coff_make_msymbol_special));
3444 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
3447 gdbarch->coff_make_msymbol_special (val, msym);
3452 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
3454 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
3451 set_gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) argument
[all...]
H A Dgdbarch.h805 extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);
H A Dgdbarch.sh662 f;void;coff_make_msymbol_special;int val, struct minimal_symbol *msym;val, msym;;default_coff_make_msymbol_special;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c163 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special = default_coff_make_msymbol_special; member in struct:gdbarch
421 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
948 "gdbarch_dump: coff_make_msymbol_special = <%s>\n",
949 host_address_to_string (gdbarch->coff_make_msymbol_special));
3416 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
3419 gdbarch->coff_make_msymbol_special (val, msym);
3424 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
3426 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
3423 set_gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) argument
H A Dgdbarch-gen.h784 extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);

Completed in 200 milliseconds