Searched refs:is_section_symbol_ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | object.h | 1574 is_ordinary_shndx_(false), is_section_symbol_(false), in Symbol_value() 1610 gold_assert(this->is_section_symbol_); in set_merged_symbol_value() 1623 gold_assert(this->is_section_symbol_ && this->is_ordinary_shndx_); in initialize_input_to_output_map() 1779 { return this->is_section_symbol_; } in is_section_symbol() 1786 this->is_section_symbol_ = true; in set_is_section_symbol() 1831 bool is_section_symbol_ : 1; variable
|
D | output.cc | 719 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc() 741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc() 767 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc() 793 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc() 818 is_section_symbol_(true), use_plt_offset_(false), shndx_(INVALID_CODE) in Output_reloc() 840 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx) in Output_reloc() 863 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE) in Output_reloc() 880 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc() 899 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE) in Output_reloc() 916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc() [all …]
|
D | output.h | 1106 && this->is_section_symbol_); in is_local_section_symbol() 1238 bool is_section_symbol_ : 1; variable
|