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

  /src/external/gpl3/gdb.old/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...]
gdbarch-gen.h 1322 extern void set_gdbarch_record_special_symbol (struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype *record_special_symbol);
gdbarch_components.py 2115 name="record_special_symbol",
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 212 gdbarch_record_special_symbol_ftype *record_special_symbol = nullptr; member in struct:gdbarch
486 /* Skip verify of record_special_symbol, has predicate. */
1220 "gdbarch_dump: record_special_symbol = <%s>\n",
1221 host_address_to_string (gdbarch->record_special_symbol));
4582 return gdbarch->record_special_symbol != NULL;
4589 gdb_assert (gdbarch->record_special_symbol != NULL);
4592 gdbarch->record_special_symbol (gdbarch, objfile, sym);
4597 gdbarch_record_special_symbol_ftype record_special_symbol)
4599 gdbarch->record_special_symbol = record_special_symbol;
    [all...]
gdbarch-gen.h 1331 extern void set_gdbarch_record_special_symbol (struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype *record_special_symbol);
gdbarch_components.py 2143 name="record_special_symbol",

Completed in 28 milliseconds