Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.c229 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special; member
452 current_gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special; in gdbarch_alloc()
816 (long) current_gdbarch->coff_make_msymbol_special); in gdbarch_dump()
3530 gdb_assert (gdbarch->coff_make_msymbol_special != NULL); in gdbarch_coff_make_msymbol_special()
3533 gdbarch->coff_make_msymbol_special (val, msym); in gdbarch_coff_make_msymbol_special()
3538 … gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) in set_gdbarch_coff_make_msymbol_special() argument
3540 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special; in set_gdbarch_coff_make_msymbol_special()
Dgdbarch.h1320 …cial (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);
Dgdbarch.sh652 f:=:void:coff_make_msymbol_special:int val, struct minimal_symbol *msym:val, msym::default_coff_mak…