Searched refs:is_symbolless (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | output.h | 1032 Address address, bool is_relative, bool is_symbolless, 1038 bool is_symbolless, bool use_plt_offset); 1045 bool is_symbolless, bool is_section_symbol, 1051 bool is_symbolless, bool is_section_symbol, 1095 is_symbolless() const in is_symbolless() function 1267 bool is_symbolless, bool use_plt_offset) in Output_reloc() argument 1268 : rel_(gsym, type, od, address, is_relative, is_symbolless, in Output_reloc() 1276 bool is_relative, bool is_symbolless, bool use_plt_offset) in Output_reloc() argument 1278 is_symbolless, use_plt_offset), addend_(addend) in Output_reloc() 1287 bool is_symbolless, bool is_section_symbol, in Output_reloc() argument [all …]
|
D | output.cc | 715 bool is_symbolless, in Output_reloc() argument 718 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc() 737 bool is_symbolless, in Output_reloc() argument 740 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc() 762 bool is_symbolless, in Output_reloc() argument 766 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc() 788 bool is_symbolless, in Output_reloc() argument 792 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc() 1220 else if (this->rel_.is_symbolless()) in write()
|
D | ChangeLog | 9795 is_symbolless parameter. 9796 (Output_reloc<SHT_REL>::is_symbolless): New. 9799 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter. 9800 (Output_reloc<SHT_RELA>::is_symbolless): New. 9801 (Output_data_reloc::add_global): Handle is_symbolless. 9808 is_symbolless.
|