Home
last modified time | relevance | path

Searched refs:got_offset_ (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dobject.h216 : got_type_(-1U), got_offset_(0), got_next_(NULL) in Got_offset_list()
220 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list()
237 this->got_offset_ = 0; in init()
248 this->got_offset_ = got_offset; in set_offset()
256 g->got_offset_ = got_offset; in set_offset()
273 return g->got_offset_; in get_offset()
309 v->visit(g->got_type_, g->got_offset_); in for_all_got_offsets()
314 unsigned int got_offset_; variable
Daarch64.cc583 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
588 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
597 { return this->got_offset_; } in got_offset()
635 unsigned int got_offset_; member in __anon468f29090111::Output_data_got_aarch64::Static_reloc
Darm.cc1960 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
1965 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
1974 { return this->got_offset_; } in got_offset()
2012 unsigned int got_offset_; member in __anonf511bcc00111::Arm_output_data_got::Static_reloc
Dmips.cc2219 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
2224 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
2233 { return this->got_offset_; } in got_offset()
2271 unsigned int got_offset_; member in __anon1e60feb90111::Mips_output_data_got::Static_reloc
DChangeLog-081518045 of got_offset_ with got_offsets_. Removed initialization
18053 (Symbol::got_offset_): Removed.