Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.h1032 Address address, bool is_relative, bool is_symbolless,
1037 unsigned int shndx, Address address, bool is_relative,
1044 Output_data* od, Address address, bool is_relative,
1050 unsigned int shndx, Address address, bool is_relative,
1057 Address address, bool is_relative);
1061 Address address, bool is_relative);
1066 bool is_relative);
1069 unsigned int shndx, Address address, bool is_relative);
1089 is_relative() const in is_relative() function
1266 Address address, Addend addend, bool is_relative, in Output_reloc() argument
[all …]
Doutput.cc714 bool is_relative, in Output_reloc() argument
718 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc()
736 bool is_relative, in Output_reloc() argument
740 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc()
761 bool is_relative, in Output_reloc() argument
766 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc()
787 bool is_relative, in Output_reloc() argument
792 is_relative_(is_relative), is_symbolless_(is_symbolless), in Output_reloc()
815 bool is_relative) in Output_reloc() argument
817 is_relative_(is_relative), is_symbolless_(is_relative), in Output_reloc()
[all …]
DChangeLog2613 * output.cc (Output_reloc::Output_reloc): Add is_relative.
3235 is_relative param. Adjust calls.
3238 is_relative.
10693 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative