Searched refs:die_end (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreduced_debug_output.cc38 // 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,
43 get_die_end( unsigned char* die, unsigned char* abbrev, unsigned char** die_end, unsigned char* buffer_end, int address_size, bool is64) argument
[all...]
H A Dreduced_debug_output.h118 // 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,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc38 // 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,
43 get_die_end( unsigned char* die, unsigned char* abbrev, unsigned char** die_end, unsigned char* buffer_end, int address_size, bool is64) argument
[all...]
H A Dreduced_debug_output.h118 // 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,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc38 // 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,
43 get_die_end( unsigned char* die, unsigned char* abbrev, unsigned char** die_end, unsigned char* buffer_end, int address_size, bool is64) argument
[all...]
H A Dreduced_debug_output.h118 // 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 146 milliseconds