Searched refs:file_string_table_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2178 unsigned file_string_table_offset = 0;
2225 file_string_table_offset = next_file_string_table_offset;
2232 if ((strx + file_string_table_offset) < stabstr_size)
2233 printf (" %s", &strtab[strx + file_string_table_offset]);
2172 unsigned file_string_table_offset = 0; local
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2692 unsigned file_string_table_offset = 0;
2739 file_string_table_offset = next_file_string_table_offset;
2744 bfd_size_type amt = strx + file_string_table_offset;
2685 unsigned file_string_table_offset = 0; local

Completed in 94 milliseconds