OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abbreviation_number
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc
236
// 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 80 milliseconds