OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub_template
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
arm.cc
290
class
Stub_template
293
Stub_template
(Stub_type, const Insn_template*, size_t);
295
~
Stub_template
()
355
// A
Stub_template
may not be copied. We want to share templates as much
357
Stub_template
(const
Stub_template
&);
358
Stub_template
& operator=(const
Stub_template
&);
390
Stub(const
Stub_template
*
stub_template
)
400
stub_template
() const
function in class:__anon108378::Stub
[
all
...]
aarch64.cc
704
struct
Stub_template
721
static const
Stub_template
<big_endian>*
739
const
Stub_template
<big_endian>* stub_templates_[ST_NUMBER];
791
const static
Stub_template
<big_endian> template_##T = { \
836
const
Stub_template
<big_endian>*
837
stub_template
() const
function in class:__anon108370::Output_data_got_aarch64::Stub_base
882
{ return this->
stub_template
()->insns; }
887
{ return this->
stub_template
()->insn_num; }
[
all
...]
Completed in 158 milliseconds