HomeSort by relevance Sort by last modified time
    Searched defs:symbol_is_global_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
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)
607 { return this->symbol_is_global_; }
613 gold_assert(this->symbol_is_global_);
621 gold_assert(!this->symbol_is_global_);
629 gold_assert(!this->symbol_is_global_);
639 bool symbol_is_global_; member in class:__anon4423::Output_data_got_aarch64::Static_reloc
    [all...]
mips.cc 2275 bool symbol_is_global_; member in class:__anon4450::Mips_output_data_got::Static_reloc
    [all...]

Completed in 66 milliseconds