Home
last modified time | relevance | path

Searched refs:mst_file_text (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsomread.c175 ms_type = mst_file_text; in som_symtab_read()
206 ms_type = mst_file_text; in som_symtab_read()
217 ms_type = mst_file_text; in som_symtab_read()
H A Dminsyms.c258 case mst_file_text: in lookup_minimal_symbol()
371 || MSYMBOL_TYPE (msymbol) == mst_file_text)) in lookup_minimal_symbol_text()
375 case mst_file_text: in lookup_minimal_symbol_text()
856 case mst_file_text: in prim_record_minimal_symbol()
895 if (ms_type == mst_file_text && name[0] == 'g' in prim_record_minimal_symbol_full()
908 if (ms_type == mst_file_text && strncmp (name, "__gnu_compiled", 14) == 0) in prim_record_minimal_symbol_full()
H A Dmipsread.c354 ms_type = mst_file_text; in read_alphacoff_dynamic_symtab()
H A Dsymtab.h310 mst_file_text, /* Static version of mst_text */ enumerator
H A Delfread.c206 if (ms_type == mst_text || ms_type == mst_file_text in record_minimal_symbol()
442 ms_type = mst_file_text; in elf_symtab_read()
H A Dsymmisc.c246 case mst_file_text: in dump_msymbols()
H A Dmdebugread.c2545 ms_type = mst_file_text; in parse_partial_symbols()
2605 ms_type = mst_file_text; in parse_partial_symbols()
2775 mst_file_text, sh.sc, in parse_partial_symbols()
3514 mst_file_text, in parse_partial_symbols()
H A Dmachoread.c140 ms_type = mst_file_text; in macho_symtab_add_minsym()
H A Ddbxread.c486 ms_type = mst_file_text; in record_minimal_symbol()
524 if ((ms_type == mst_file_text || ms_type == mst_text) in record_minimal_symbol()
H A Dparse.c553 case mst_file_text: in write_exp_msymbol()
H A Dcoffread.c935 mst_text : mst_file_text; in coff_symtab_read()
H A Dprintcmd.c685 && MSYMBOL_TYPE (msymbol) != mst_file_text) in build_address_symbolic()
H A Dstabsread.c4646 case mst_file_text: in scan_file_globals()
H A Dlinespec.c3443 case mst_file_text: in classify_mtype()
H A Dsymtab.c3425 = {mst_bss, mst_file_text, mst_abs}; in search_symbols() enumerator
H A Dbreakpoint.c3302 && MSYMBOL_TYPE (m) != mst_file_text)) in create_std_terminate_master_breakpoint()