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

  /toolchain/binutils/binutils-2.25/gold/
object.h 215 : got_type_(-1U), got_offset_(0), got_next_(NULL)
219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL)
236 this->got_offset_ = 0;
247 this->got_offset_ = got_offset;
255 g->got_offset_ = got_offset;
272 return g->got_offset_;
308 v->visit(g->got_type_, g->got_offset_);
313 unsigned int got_offset_; member in class:gold::Got_offset_list
    [all...]
aarch64.cc 579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
584 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
593 { return this->got_offset_; }
631 unsigned int got_offset_; member in class:__anon75300::Output_data_got_aarch64::Static_reloc
    [all...]
arm.cc     [all...]
mips.cc 2143 unsigned int got_offset_; member in class:__anon75326::Mips_output_data_got::Static_reloc
    [all...]

Completed in 45 milliseconds