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

  /toolchain/binutils/binutils-2.27/gold/
object.h 216 : got_type_(-1U), got_offset_(0), got_next_(NULL)
220 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL)
237 this->got_offset_ = 0;
248 this->got_offset_ = got_offset;
256 g->got_offset_ = got_offset;
273 return g->got_offset_;
309 v->visit(g->got_type_, g->got_offset_);
314 unsigned int got_offset_; member in class:gold::Got_offset_list
    [all...]
aarch64.cc 583 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
588 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
597 { return this->got_offset_; }
635 unsigned int got_offset_; member in class:__anon4423::Output_data_got_aarch64::Static_reloc
    [all...]
arm.cc     [all...]
mips.cc 2271 unsigned int got_offset_; member in class:__anon4450::Mips_output_data_got::Static_reloc
    [all...]

Completed in 64 milliseconds