Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c135 static unsigned int next_file_string_table_offset; variable
1214 next_file_string_table_offset = 0; in read_dbx_symtab()
1416 file_string_table_offset = next_file_string_table_offset; in read_dbx_symtab()
1417 next_file_string_table_offset = in read_dbx_symtab()
1419 if (next_file_string_table_offset < file_string_table_offset) in read_dbx_symtab()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c2031 unsigned next_file_string_table_offset = *string_offset_ptr; in print_section_stabs() local
2077 file_string_table_offset = next_file_string_table_offset; in print_section_stabs()
2078 next_file_string_table_offset += value; in print_section_stabs()
2091 *string_offset_ptr = next_file_string_table_offset; in print_section_stabs()