Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwrstabs.c143 struct string_hash_entry *last_string; member
363 if (info->last_string == NULL) in stab_write_symbol()
366 info->last_string->next = h; in stab_write_symbol()
367 info->last_string = h; in stab_write_symbol()
478 info.last_string = NULL; in write_stabs_in_sections_debugging_info()
DChangeLog-9197876 (write_stabs_in_sections_debugging_info): Initialize last_string.