HomeSort by relevance Sort by last modified time
    Searched refs:Arm_reloc_property (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
arm-reloc-property.h 28 // The Arm_reloc_property class is to store information about a particular
31 class Arm_reloc_property
148 // manage Arm_reloc_property.
149 Arm_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
158 Arm_reloc_property(const Arm_reloc_property&);
159 Arm_reloc_property& operator=(const Arm_reloc_property&);
294 // Return an Arm_reloc_property object for CODE if it is a valid relocation
296 const Arm_reloc_property*
    [all...]
arm-reloc-property.cc 38 // Arm_reloc_property::Tree_node methods.
43 Arm_reloc_property::Tree_node*
44 Arm_reloc_property::Tree_node::make_tree(const std::string& s)
88 // Arm_reloc_property methods.
92 Arm_reloc_property::Arm_reloc_property(
278 new Arm_reloc_property(elfcpp::R_ARM_##name, "R_ARM_" #name, \
279 Arm_reloc_property::RT_##type, deprecated, \
280 Arm_reloc_property::RC_##class, \
298 const Arm_reloc_property* arp = this->table_[code]
    [all...]
arm.cc     [all...]

Completed in 52 milliseconds