Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDgdbarch.c230 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special; member
537 gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special; in gdbarch_alloc()
872 host_address_to_string (gdbarch->coff_make_msymbol_special)); in gdbarch_dump()
3155 gdb_assert (gdbarch->coff_make_msymbol_special != NULL); in gdbarch_coff_make_msymbol_special()
3158 gdbarch->coff_make_msymbol_special (val, msym); in gdbarch_coff_make_msymbol_special()
3163 … gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) in set_gdbarch_coff_make_msymbol_special() argument
3165 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special; in set_gdbarch_coff_make_msymbol_special()
HDgdbarch.h678 …cial (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);