Searched refs:use_plt_offset_ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
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 | 1241 bool use_plt_offset_ : 1; variable
|
D | ChangeLog | 3043 (Output_data_got::Got_entry): Rename use_plt_offset_ to 3920 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols. 4593 (Output_reloc::use_plt_offset_): New bit field. 7923 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
|