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

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreduced_debug_output.cc236 // Locates the abbreviation with abbreviation_number abbrev_number in the
292 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
296 &abbreviation_number, abbrev_offset);
310 (11 + get_length_as_unsigned_LEB_128(abbreviation_number)
315 write_unsigned_LEB_128(&this->data_, abbreviation_number);
334 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
338 &abbreviation_number, abbrev_offset);
350 (7 + get_length_as_unsigned_LEB_128(abbreviation_number)
355 write_unsigned_LEB_128(&this->data_, abbreviation_number);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc236 // Locates the abbreviation with abbreviation_number abbrev_number in the
292 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
296 &abbreviation_number, abbrev_offset);
310 (11 + get_length_as_unsigned_LEB_128(abbreviation_number)
315 write_unsigned_LEB_128(&this->data_, abbreviation_number);
334 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
338 &abbreviation_number, abbrev_offset);
350 (7 + get_length_as_unsigned_LEB_128(abbreviation_number)
355 write_unsigned_LEB_128(&this->data_, abbreviation_number);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc236 // Locates the abbreviation with abbreviation_number abbrev_number in the
292 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
296 &abbreviation_number, abbrev_offset);
310 (11 + get_length_as_unsigned_LEB_128(abbreviation_number)
315 write_unsigned_LEB_128(&this->data_, abbreviation_number);
334 uint64_t abbreviation_number = read_unsigned_LEB_128(debug_info, local
338 &abbreviation_number, abbrev_offset);
350 (7 + get_length_as_unsigned_LEB_128(abbreviation_number)
355 write_unsigned_LEB_128(&this->data_, abbreviation_number);

Completed in 141 milliseconds