OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RT_STATIC
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc
145
gold_assert(reloc_type == AArch64_reloc_property::
RT_STATIC
151
case AArch64_reloc_property::
RT_STATIC
:
aarch64-reloc-property.h
42
RT_STATIC
, // Relocations processed by static linkers.
200
&& (arp->reloc_type() == AArch64_reloc_property::
RT_STATIC
)
arm-reloc-property.h
37
RT_STATIC
, // Relocations processed by static linkers.
311
&& (arp->reloc_type() == Arm_reloc_property::
RT_STATIC
)
arm-reloc-property.cc
111
if (rtype ==
RT_STATIC
)
309
gold_assert(reloc_type == Arm_reloc_property::
RT_STATIC
315
case Arm_reloc_property::
RT_STATIC
:
Completed in 319 milliseconds