Home
last modified time | relevance | path

Searched refs:mst_text (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dminsyms.c369 (MSYMBOL_TYPE (msymbol) == mst_text in lookup_minimal_symbol_text()
490 want_type = want_trampoline ? mst_solib_trampoline : mst_text; in lookup_minimal_symbol_by_pc_section_1()
491 other_type = want_trampoline ? mst_text : mst_solib_trampoline; in lookup_minimal_symbol_by_pc_section_1()
854 case mst_text: in prim_record_minimal_symbol()
1322 if ((MSYMBOL_TYPE (msymbol) == mst_text in find_solib_trampoline_target()
H A Dsomread.c127 ms_type = mst_text; in som_symtab_read()
140 ms_type = mst_text; in som_symtab_read()
H A Delfread.c206 if (ms_type == mst_text || ms_type == mst_file_text in record_minimal_symbol()
394 ms_type = mst_text; in elf_symtab_read()
422 ms_type = mst_text; in elf_symtab_read()
577 if (msym && ms_type == mst_text && type == ST_SYNTHETIC) in elf_symtab_read()
H A Dcoff-pe-read.c364 section_data[PE_SECTION_INDEX_TEXT].ms_type = mst_text; in read_pe_exported_syms()
492 section_data[otherix].ms_type = mst_text; in read_pe_exported_syms()
H A Dmipsread.c352 ms_type = mst_text; in read_alphacoff_dynamic_symtab()
H A Dsymtab.h292 mst_text, /* Generally executable instructions */ enumerator
H A Dparse.c526 type = mst_text; in write_exp_msymbol()
552 case mst_text: in write_exp_msymbol()
H A Dsymmisc.c228 case mst_text: in dump_msymbols()
H A Dcoffread.c796 record_minimal_symbol (cs, tmpaddr, mst_text, in coff_symtab_read()
935 mst_text : mst_file_text; in coff_symtab_read()
H A Dmachoread.c138 ms_type = mst_text; in macho_symtab_add_minsym()
H A Ddbxread.c448 ms_type = mst_text; in record_minimal_symbol()
524 if ((ms_type == mst_file_text || ms_type == mst_text) in record_minimal_symbol()
H A Dprintcmd.c683 && MSYMBOL_TYPE (msymbol) != mst_text in build_address_symbolic()
H A Dsymtab.c3423 = {mst_data, mst_text, mst_abs}; in search_symbols() enumerator
H A Dmdebugread.c2504 enum minimal_symbol_type ms_type = mst_text; in parse_partial_symbols()
H A Dbreakpoint.c3301 if (m == NULL || (MSYMBOL_TYPE (m) != mst_text in create_std_terminate_master_breakpoint()