Home
last modified time | relevance | path

Searched refs:reloc_property (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc5104 const AArch64_reloc_property* reloc_property) in reloc_common() argument
5107 Address immed = reloc_property->select_x_value(x); in reloc_common()
5111 reloc_property->reloc_inst(); in reloc_common()
5121 return (reloc_property->checkup_x_value(x) in reloc_common()
5145 const AArch64_reloc_property* reloc_property) in rela_ua() argument
5153 return (reloc_property->checkup_x_value(x) in rela_ua()
5167 const AArch64_reloc_property* reloc_property) in pcrela_ua() argument
5174 return (reloc_property->checkup_x_value(x) in pcrela_ua()
5188 const AArch64_reloc_property* reloc_property) in rela() argument
5194 return (reloc_property->checkup_x_value(x) in rela()
[all …]
Darm.cc8312 const Arm_reloc_property* reloc_property = in check_non_pic() local
8314 gold_assert(reloc_property != NULL); in check_non_pic()
8317 reloc_property->name().c_str()); in check_non_pic()
9401 const Arm_reloc_property* reloc_property = in relocate() local
9403 if (reloc_property == NULL) in relocate()
9427 if (reloc_property->uses_got_entry()) in relocate()
9479 else if (gsym->is_undefined() && reloc_property->uses_symbol()) in relocate()
9526 && reloc_property->uses_thumb_bit() in relocate()
9542 if (reloc_property->uses_symbol_base()) in relocate()
9563 switch(reloc_property->relative_address_base()) in relocate()
[all …]