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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 211 gdbarch_record_special_symbol_ftype *record_special_symbol = nullptr; member in struct:gdbarch
483 /* Skip verify of record_special_symbol, has predicate. */
1213 "gdbarch_dump: record_special_symbol = <%s>\n",
1214 host_address_to_string (gdbarch->record_special_symbol));
4552 return gdbarch->record_special_symbol != NULL;
4559 gdb_assert (gdbarch->record_special_symbol != NULL);
4562 gdbarch->record_special_symbol (gdbarch, objfile, sym);
4567 gdbarch_record_special_symbol_ftype record_special_symbol)
4569 gdbarch->record_special_symbol = record_special_symbol;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 209 gdbarch_record_special_symbol_ftype *record_special_symbol = nullptr; member in struct:gdbarch
478 /* Skip verify of record_special_symbol, has predicate. */
1201 "gdbarch_dump: record_special_symbol = <%s>\n",
1202 host_address_to_string (gdbarch->record_special_symbol));
4503 return gdbarch->record_special_symbol != NULL;
4510 gdb_assert (gdbarch->record_special_symbol != NULL);
4513 gdbarch->record_special_symbol (gdbarch, objfile, sym);
4518 gdbarch_record_special_symbol_ftype record_special_symbol)
4520 gdbarch->record_special_symbol = record_special_symbol;
    [all...]

Completed in 30 milliseconds