Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDdbxread.c144 static unsigned int next_file_string_table_offset; variable
1238 next_file_string_table_offset = 0; in read_dbx_symtab()
1438 file_string_table_offset = next_file_string_table_offset; in read_dbx_symtab()
1439 next_file_string_table_offset = in read_dbx_symtab()
1441 if (next_file_string_table_offset < file_string_table_offset) in read_dbx_symtab()
/dragonfly/contrib/binutils-2.27/binutils/
HDobjdump.c2613 unsigned next_file_string_table_offset = *string_offset_ptr; in print_section_stabs() local
2659 file_string_table_offset = next_file_string_table_offset; in print_section_stabs()
2660 next_file_string_table_offset += value; in print_section_stabs()
2676 *string_offset_ptr = next_file_string_table_offset; in print_section_stabs()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjdump.c3804 unsigned next_file_string_table_offset = *string_offset_ptr; in print_section_stabs() local
3850 file_string_table_offset = next_file_string_table_offset; in print_section_stabs()
3851 next_file_string_table_offset += value; in print_section_stabs()
3868 *string_offset_ptr = next_file_string_table_offset; in print_section_stabs()