Home
last modified time | relevance | path

Searched refs:record_with_info (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoff-pe-read.c151 reader.record_with_info (qualified_name.c_str (), vma, section_data->ms_type, in add_pe_exported_sym()
155 reader.record_with_info (bare_name.c_str (), vma, section_data->ms_type, in add_pe_exported_sym()
238 reader.record_with_info (qualified_name.c_str (), vma, msymtype, section); in add_pe_forwarded_sym()
241 reader.record_with_info (bare_name.c_str(), vma, msymtype, section); in add_pe_forwarded_sym()
Dminsyms.h143 void record_with_info (const char *name, unrelocated_addr address, in record_with_info() function
Dmachoread.c139 reader.record_with_info (sym->name, symaddr, ms_type, in macho_symtab_add_minsym()
Dmdebugread.c2289 reader.record_with_info (name, address, ms_type, section); in record_minimal_symbol()
3428 reader.record_with_info (sym_name, minsym_value, in parse_partial_symbols()
3519 reader.record_with_info (sym_name, minsym_value, in parse_partial_symbols()
3523 reader.record_with_info (sym_name, minsym_value, in parse_partial_symbols()
Dminsyms.c1152 record_with_info (name, address, ms_type, section); in record()
Dxcoffread.c853 reader.record_with_info (name, address, ms_type, in record_minimal_symbol()
Ddbxread.c510 reader.record_with_info (name, address, ms_type, section); in record_minimal_symbol()
DChangeLog-20163500 (record, record_with_info): Update.
3690 <record_with_info>: New function, renamed from
DChangeLog-201913846 * minsyms.h (class minimal_symbol_reader) <record_with_info>: