Searched refs:incr_relocs_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dincremental.cc2006 incr_reloc_count_(0), incr_reloc_output_index_(0), incr_relocs_(NULL),
2454 this->incr_relocs_ = new unsigned char[len];
2455 memcpy(this->incr_relocs_,
2564 memcpy(view + off, this->incr_relocs_, len);
H A Dincremental.h2047 unsigned char* incr_relocs_; member in class:gold::Sized_relobj_incr

Completed in 97 milliseconds