HomeSort by: relevance | last modified time | path
    Searched defs:coff_make_msymbol_special (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 165 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special = default_coff_make_msymbol_special; member in struct:gdbarch
432 /* Skip verify of coff_make_msymbol_special, invalid_p == 0. */
985 "gdbarch_dump: coff_make_msymbol_special = <%s>\n",
986 host_address_to_string (gdbarch->coff_make_msymbol_special));
3563 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
3566 gdbarch->coff_make_msymbol_special (val, msym);
3571 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
3573 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 163 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special = default_coff_make_msymbol_special; member in struct:gdbarch
427 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
973 "gdbarch_dump: coff_make_msymbol_special = <%s>\n",
974 host_address_to_string (gdbarch->coff_make_msymbol_special));
3514 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
3517 gdbarch->coff_make_msymbol_special (val, msym);
3522 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
3524 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;

Completed in 71 milliseconds