OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Reloc_stub
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
arm.cc
469
class
Reloc_stub
: public Stub
505
//
Reloc_stub
key. A key is logically a triplet of a stub type, a symbol
521
this->r_sym_ =
Reloc_stub
::invalid_index;
564
&& ((this->r_sym_ !=
Reloc_stub
::invalid_index)
577
(this->r_sym_ !=
Reloc_stub
::invalid_index)
625
Reloc_stub
(const Stub_template* stub_template)
629
~
Reloc_stub
()
827
Reloc_stub
*
832
return new
Reloc_stub
(this->stub_templates_[stub_type]);
908
add_reloc_stub(
Reloc_stub
* stub, const Reloc_stub::Key& key
[
all
...]
aarch64.cc
864
// Get offset of code stub. For
Reloc_stub
, it is the offset from the
912
//
Reloc_stub
and an Erratum_stub. For
Reloc_stub
this is the offset from the
1123
class
Reloc_stub
: public Stub_base<size, big_endian>
1126
typedef
Reloc_stub
<size, big_endian> This;
[
all
...]
Completed in 48 milliseconds