Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDminsyms.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()
HDsomread.c127 ms_type = mst_text; in som_symtab_read()
140 ms_type = mst_text; in som_symtab_read()
HDelfread.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()
HDcoff-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()
HDmipsread.c352 ms_type = mst_text; in read_alphacoff_dynamic_symtab()
HDsymtab.h292 mst_text, /* Generally executable instructions */ enumerator
HDparse.c526 type = mst_text; in write_exp_msymbol()
552 case mst_text: in write_exp_msymbol()
HDsymmisc.c228 case mst_text: in dump_msymbols()
HDcoffread.c796 record_minimal_symbol (cs, tmpaddr, mst_text, in coff_symtab_read()
935 mst_text : mst_file_text; in coff_symtab_read()
HDmachoread.c138 ms_type = mst_text; in macho_symtab_add_minsym()
HDdbxread.c448 ms_type = mst_text; in record_minimal_symbol()
524 if ((ms_type == mst_file_text || ms_type == mst_text) in record_minimal_symbol()
HDprintcmd.c683 && MSYMBOL_TYPE (msymbol) != mst_text in build_address_symbolic()
HDsymtab.c3423 = {mst_data, mst_text, mst_abs}; in search_symbols() enumerator
HDmdebugread.c2504 enum minimal_symbol_type ms_type = mst_text; in parse_partial_symbols()
HDbreakpoint.c3301 if (m == NULL || (MSYMBOL_TYPE (m) != mst_text in create_std_terminate_master_breakpoint()