HomeSort by relevance Sort by last modified time
    Searched refs:die_end (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
reduced_debug_output.cc 38 // abbreviation fills in die_end with the end of the information entry. If
40 // buffer containing the die. If die_end would be beyond the end of the
44 unsigned char* die, unsigned char* abbrev, unsigned char** die_end,
136 *die_end = die;
297 unsigned char* die_end; local
298 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
311 + die_end - debug_info));
316 this->data_.insert(this->data_.end(), debug_info, die_end);
339 unsigned char* die_end; local
340 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
    [all...]
reduced_debug_output.h 118 // associated abbreviation fills in die_end with the end of the information
120 // the end of the buffer containing the die. If die_end would be beyond the
125 unsigned char** die_end, unsigned char* buffer_end,

Completed in 70 milliseconds