Lines Matching refs:is_relative

1032 	       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
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
1277 : rel_(gsym, type, relobj, shndx, address, is_relative, in Output_reloc()
1286 Addend addend, bool is_relative, in Output_reloc() argument
1289 : rel_(relobj, local_sym_index, type, od, address, is_relative, in Output_reloc()
1297 Addend addend, bool is_relative, in Output_reloc() argument
1300 : rel_(relobj, local_sym_index, type, shndx, address, is_relative, in Output_reloc()
1308 Address address, Addend addend, bool is_relative) in Output_reloc() argument
1309 : rel_(os, type, od, address, is_relative), addend_(addend) in Output_reloc()
1315 bool is_relative) in Output_reloc() argument
1316 : rel_(os, type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1322 Addend addend, bool is_relative) in Output_reloc() argument
1323 : rel_(type, od, address, is_relative), addend_(addend) in Output_reloc()
1328 bool is_relative) in Output_reloc() argument
1329 : rel_(type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1349 is_relative() const in is_relative() function
1350 { return this->rel_.is_relative(); } in is_relative()
1524 if (reloc.is_relative()) in add()