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

  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h 40 enum Reloc_type {
91 Reloc_type
92 reloc_type() const function in class:gold::AArch64_reloc_property
135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
156 Reloc_type reloc_type_;
200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC)
arm-reloc-property.h 35 enum Reloc_type {
76 Reloc_type
77 reloc_type() const function in class:gold::Arm_reloc_property
149 Arm_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
252 Reloc_type reloc_type_;
311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC)
aarch64-reloc-property.cc 77 Reloc_type rtype,
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); local
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC
149 switch (reloc_type)
arm-reloc-property.cc 95 Reloc_type rtype,
308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type();
309 gold_assert(reloc_type == Arm_reloc_property::RT_STATIC
313 switch (reloc_type)

Completed in 1012 milliseconds