Home
last modified time | relevance | path

Searched refs:first_fun_line_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dxcoffread.c1867 static unsigned int first_fun_line_offset; variable
1921 first_fun_line_offset; in xcoff_end_psymtab()
1922 first_fun_line_offset = 0; in xcoff_end_psymtab()
2235 if (first_fun_line_offset == 0 && symbol.n_numaux > 1) in scan_xcoff_symtab()
2236 first_fun_line_offset = in scan_xcoff_symtab()
2336 first_fun_line_offset = 0; in scan_xcoff_symtab()
DChangeLog-19951342 Set first_fun_line_offset for symbols with two auxents only.