Home
last modified time | relevance | path

Searched refs:textlow_not_set (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddbxread.c968 int textlow_not_set; in read_dbx_symtab() local
1019 textlow_not_set = 1; in read_dbx_symtab()
1143 textlow_not_set); in read_dbx_symtab()
1230 prev_textlow_not_set = textlow_not_set; in read_dbx_symtab()
1239 textlow_not_set = 1; in read_dbx_symtab()
1243 textlow_not_set = 0; in read_dbx_symtab()
1689 if (pst && textlow_not_set in read_dbx_symtab()
1693 textlow_not_set = 0; in read_dbx_symtab()
1706 && (textlow_not_set in read_dbx_symtab()
1712 textlow_not_set = 0; in read_dbx_symtab()
[all …]
Dstabsread.h182 int textlow_not_set);
Dxcoffread.c1912 int number_dependencies, int textlow_not_set) in xcoff_end_psymtab() argument
2066 int textlow_not_set = 1; in scan_xcoff_symtab() local
2158 dependencies_used, textlow_not_set); in scan_xcoff_symtab()
2332 textlow_not_set); in scan_xcoff_symtab()
2753 dependencies_used, textlow_not_set); in scan_xcoff_symtab()
Dmdebugread.c2317 int textlow_not_set = 1; in parse_partial_symbols() local
2900 textlow_not_set = 1; in parse_partial_symbols()
2902 textlow_not_set = 0; in parse_partial_symbols()
3696 textlow_not_set); in parse_partial_symbols()
DChangeLog-19961926 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
1928 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
2440 text address. Use a seperate flag (textlow_not_set) instead.
2442 * mdebugread.c xcoffread.c: Define textlow_not_set for
2444 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.