Home
last modified time | relevance | path

Searched refs:next_file_string_table_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddbxread.c136 static unsigned int next_file_string_table_offset; variable
989 next_file_string_table_offset = 0; in read_dbx_symtab()
1180 file_string_table_offset = next_file_string_table_offset; in read_dbx_symtab()
1181 next_file_string_table_offset = in read_dbx_symtab()
1183 if (next_file_string_table_offset < file_string_table_offset) in read_dbx_symtab()
DChangeLog-19923705 file_string_table_offset, next_file_string_table_offset,
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c4532 unsigned next_file_string_table_offset = *string_offset_ptr; in print_section_stabs() local
4578 file_string_table_offset = next_file_string_table_offset; in print_section_stabs()
4579 next_file_string_table_offset += value; in print_section_stabs()
4596 *string_offset_ptr = next_file_string_table_offset; in print_section_stabs()