Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dminsyms.c415 msymbol = objfile->msymbols; in lookup_minimal_symbol_by_pc_section()
794 for (i = objfile->minimal_symbol_count, msym = objfile->msymbols; in build_minimal_symbol_hash_tables()
837 struct minimal_symbol *msymbols; in install_minimal_symbols() local
850 msymbols = (struct minimal_symbol *) in install_minimal_symbols()
856 memcpy ((char *) msymbols, (char *) objfile->msymbols, in install_minimal_symbols()
870 msymbols[mcount] = bunch->contents[bindex]; in install_minimal_symbols()
876 qsort (msymbols, mcount, sizeof (struct minimal_symbol), in install_minimal_symbols()
882 mcount = compact_minimal_symbols (msymbols, mcount, objfile); in install_minimal_symbols()
886 msymbols = (struct minimal_symbol *) in install_minimal_symbols()
897 SYMBOL_LINKAGE_NAME (&msymbols[mcount]) = NULL; in install_minimal_symbols()
[all …]
Dobjfiles.c270 if (! objfile->msymbols) in terminate_minimal_symbol_table()
271 objfile->msymbols = ((struct minimal_symbol *) in terminate_minimal_symbol_table()
273 sizeof (objfile->msymbols[0]))); in terminate_minimal_symbol_table()
277 = &objfile->msymbols[objfile->minimal_symbol_count]; in terminate_minimal_symbol_table()
Dobjfiles.h290 struct minimal_symbol *msymbols; member
598 for ((m) = (objfile) -> msymbols; DEPRECATED_SYMBOL_NAME(m) != NULL; (m)++)
Dsolib-sunos.c230 rt_common_objfile->msymbols = NULL; in solib_add_common_symbols()
Dhppa-hpux-tdep.c1471 for (i = 0, msym = obj->msymbols; i < obj->minimal_symbol_count; i++, msym++) in hppa64_hpux_search_dummy_call_sequence()
1598 for (i = 0, msym = sec->objfile->msymbols; in hppa_hpux_find_dummy_bpaddr()
Dsymmisc.c314 for (index = 0, msymbol = objfile->msymbols; in dump_msymbols()
Dsymfile.c2022 objfile->msymbols = NULL; in reread_symbols()
Dstabsread.c4260 for (msymbol = resolve_objfile->msymbols; in scan_file_globals()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo10219 @itemx maint print msymbols @var{filename}
10230 @samp{maint print msymbols} dumps just the minimal symbol information
13099 @code{info variables} commands or even @code{maint print msymbols} (see