Searched refs:mst_text (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsomread.c134 ms_type = mst_text;
148 ms_type = mst_text;
H A Dminsyms.c337 (MSYMBOL_TYPE (msymbol) == mst_text
452 Otherwise prefer mst_text symbols. */
467 want_type = want_trampoline ? mst_solib_trampoline : mst_text;
468 other_type = want_trampoline ? mst_text : mst_solib_trampoline;
833 case mst_text:
1300 if ((MSYMBOL_TYPE (msymbol) == mst_text
H A Dparse.c508 type = mst_text;
534 case mst_text:
H A Dmipsread.c354 ms_type = mst_text;
H A Dcoff-pe-read.c207 = { {0, 1, 0, mst_text},
H A Delfread.c200 if (ms_type == mst_text || ms_type == mst_file_text
384 ms_type = mst_text;
412 ms_type = mst_text;
570 if (msym && ms_type == mst_text && type == ST_SYNTHETIC)
H A Dsymtab.h292 mst_text, /* Generally executable instructions */ enumerator in enum:minimal_symbol_type
304 a mst_text symbol) over the mst_solib_trampoline symbol, and the
310 mst_file_text, /* Static version of mst_text */
H A Dhppa-hpux-tdep.c380 this one, but with type mst_text. This would happen if the msym
386 if (MSYMBOL_TYPE (msymbol) == mst_text
402 should be mst_text. So we need to fix the msym, and also
405 MSYMBOL_TYPE (msym) = mst_text;
H A Dxcoffread.c2284 mst_text, last_csect_sec,
2378 sclass == C_HIDEXT ? mst_file_text : mst_text,
2389 symbols, we will choose mst_text over
2463 mst_text, last_csect_sec, objfile);
H A Dmachoread.c235 ms_type = mst_text;
H A Dsymmisc.c266 case mst_text:
H A Dcoffread.c806 record_minimal_symbol (cs, tmpaddr, mst_text,
945 mst_text : mst_file_text;
H A Ddbxread.c445 ms_type = mst_text;
521 if ((ms_type == mst_file_text || ms_type == mst_text)
H A Dsymtab.c3036 = {mst_data, mst_text, mst_abs, mst_unknown};
H A Dmdebugread.c2509 enum minimal_symbol_type ms_type = mst_text;
H A Dbreakpoint.c2301 if (m == NULL || (MSYMBOL_TYPE (m) != mst_text

Completed in 318 milliseconds