Lines Matching refs:symbol_is_global_
1956 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
1961 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
1980 { return this->symbol_is_global_; } in symbol_is_global()
1986 gold_assert(this->symbol_is_global_); in symbol()
1994 gold_assert(!this->symbol_is_global_); in relobj()
2002 gold_assert(!this->symbol_is_global_); in index()
2012 bool symbol_is_global_; member in __anon5653a9be0111::Arm_output_data_got::Static_reloc
7374 : symbol_is_global_(true) in IRelative_data()
7381 : symbol_is_global_(false) in IRelative_data()
7398 bool symbol_is_global_; member
7932 if (idata.symbol_is_global_) in do_write()