OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AArch64_reloc_property
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc
74
AArch64_reloc_property
::
AArch64_reloc_property
(
110
AArch64_reloc_property
* p = new
AArch64_reloc_property
( \
112
AArch64_reloc_property
::RT_##type, \
113
AArch64_reloc_property
::RC_##class, \
117
AArch64_reloc_property
::INST_##inst, \
134
const
AArch64_reloc_property
* arp = this->table_[tidx];
144
AArch64_reloc_property
::Reloc_type reloc_type = arp->reloc_type();
145
gold_assert(reloc_type ==
AArch64_reloc_property
::RT_STATI
[
all
...]
aarch64-reloc-property.h
33
// The
AArch64_reloc_property
class is to store information about a particular
36
class
AArch64_reloc_property
134
// manage
AArch64_reloc_property
.
135
AArch64_reloc_property
(unsigned int code, const char* name, Reloc_type rtype,
148
AArch64_reloc_property
(const
AArch64_reloc_property
&);
149
AArch64_reloc_property
& operator=(const
AArch64_reloc_property
&);
185
const
AArch64_reloc_property
*
194
const
AArch64_reloc_property
*
[
all
...]
aarch64.cc
[
all
...]
Completed in 986 milliseconds