Home
last modified time | relevance | path

Searched refs:is_section_symbol_ (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.cc779 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
805 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
830 is_section_symbol_(true), use_plt_offset_(false), shndx_(INVALID_CODE) in Output_reloc()
852 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
875 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE) in Output_reloc()
892 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
928 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
972 if (!this->is_section_symbol_) in set_needs_dynsym_index()
1028 if (!this->is_section_symbol_) in get_symbol_index()
1064 && this->is_section_symbol_); in local_section_offset()
[all …]
H A Dobject.h1687 is_ordinary_shndx_(false), is_section_symbol_(false), in Symbol_value()
1723 gold_assert(this->is_section_symbol_); in set_merged_symbol_value()
1736 gold_assert(this->is_section_symbol_ && this->is_ordinary_shndx_); in initialize_input_to_output_map()
1892 { return this->is_section_symbol_; } in is_section_symbol()
1899 this->is_section_symbol_ = true; in set_is_section_symbol()
1944 bool is_section_symbol_ : 1; variable
H A Doutput.h1219 && this->is_section_symbol_); in is_local_section_symbol()
1351 bool is_section_symbol_ : 1; variable
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.cc767 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()
916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
960 if (!this->is_section_symbol_) in set_needs_dynsym_index()
1016 if (!this->is_section_symbol_) in get_symbol_index()
1052 && this->is_section_symbol_); in local_section_offset()
[all …]
H A Dobject.h1682 is_ordinary_shndx_(false), is_section_symbol_(false), in Symbol_value()
1718 gold_assert(this->is_section_symbol_); in set_merged_symbol_value()
1731 gold_assert(this->is_section_symbol_ && this->is_ordinary_shndx_); in initialize_input_to_output_map()
1887 { return this->is_section_symbol_; } in is_section_symbol()
1894 this->is_section_symbol_ = true; in set_is_section_symbol()
1939 bool is_section_symbol_ : 1; variable
H A Doutput.h1219 && this->is_section_symbol_); in is_local_section_symbol()
1351 bool is_section_symbol_ : 1; variable
H A Dmips.cc444 is_section_symbol_(is_section_symbol), shndx_(shndx) in Mips_got_entry()
449 is_section_symbol_(false), shndx_(-1U) in Mips_got_entry()
539 { return this->is_section_symbol_; } in is_section_symbol()
563 bool is_section_symbol_; member in __anone5cd35850111::Mips_got_entry