Searched refs:current_abbrev (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreduced_debug_output.cc180 unsigned char* current_abbrev; local
181 for (current_abbrev = abbrev_data;
182 current_abbrev[0] || current_abbrev[1];
183 current_abbrev++)
185 if (current_abbrev >= abbrev_end)
195 current_abbrev += 2;
209 current_abbrev);
211 abbrev_data = current_abbrev;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc180 unsigned char* current_abbrev; local
181 for (current_abbrev = abbrev_data;
182 current_abbrev[0] || current_abbrev[1];
183 current_abbrev++)
185 if (current_abbrev >= abbrev_end)
195 current_abbrev += 2;
209 current_abbrev);
211 abbrev_data = current_abbrev;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc180 unsigned char* current_abbrev; local
181 for (current_abbrev = abbrev_data;
182 current_abbrev[0] || current_abbrev[1];
183 current_abbrev++)
185 if (current_abbrev >= abbrev_end)
195 current_abbrev += 2;
209 current_abbrev);
211 abbrev_data = current_abbrev;

Completed in 201 milliseconds