Home
last modified time | relevance | path

Searched refs:use_plt_offset_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Doutput.cc719 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 …]
Doutput.h1353 bool use_plt_offset_ : 1; variable
DChangeLog-08154460 (Output_data_got::Got_entry): Rename use_plt_offset_ to
5337 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
6010 (Output_reloc::use_plt_offset_): New bit field.
9340 (class Output_data_got::Got_entry): Add use_plt_offset_ field.