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

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreduced_debug_output.cc148 unsigned char* abbrev_data = this->postprocessing_buffer(); local
152 while(abbrev_data < abbrev_end)
154 uint64_t abbrev_offset = abbrev_data - this->postprocessing_buffer();
155 while((abbrev_number = read_unsigned_LEB_128(abbrev_data, &LEB_size)))
157 if (abbrev_data >= abbrev_end)
163 abbrev_data += LEB_size;
167 uint64_t abbrev_type = read_unsigned_LEB_128(abbrev_data, &LEB_size);
168 abbrev_data += LEB_size;
173 abbrev_data++;
181 for (current_abbrev = abbrev_data;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc148 unsigned char* abbrev_data = this->postprocessing_buffer(); local
152 while(abbrev_data < abbrev_end)
154 uint64_t abbrev_offset = abbrev_data - this->postprocessing_buffer();
155 while((abbrev_number = read_unsigned_LEB_128(abbrev_data, &LEB_size)))
157 if (abbrev_data >= abbrev_end)
163 abbrev_data += LEB_size;
167 uint64_t abbrev_type = read_unsigned_LEB_128(abbrev_data, &LEB_size);
168 abbrev_data += LEB_size;
173 abbrev_data++;
181 for (current_abbrev = abbrev_data;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc148 unsigned char* abbrev_data = this->postprocessing_buffer(); local
152 while(abbrev_data < abbrev_end)
154 uint64_t abbrev_offset = abbrev_data - this->postprocessing_buffer();
155 while((abbrev_number = read_unsigned_LEB_128(abbrev_data, &LEB_size)))
157 if (abbrev_data >= abbrev_end)
163 abbrev_data += LEB_size;
167 uint64_t abbrev_type = read_unsigned_LEB_128(abbrev_data, &LEB_size);
168 abbrev_data += LEB_size;
173 abbrev_data++;
181 for (current_abbrev = abbrev_data;
[all...]

Completed in 184 milliseconds