OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfd_name_
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
freebsd.h
44
bfd_name_
(bfd_name), freebsd_bfd_name_(freebsd_bfd_name)
63
if (strcmp(name, this->
bfd_name_
) == 0)
79
names->push_back(this->
bfd_name_
);
91
: this->
bfd_name_
);
96
const char*
bfd_name_
;
member in class:gold::Target_selector_freebsd
target-select.h
136
{ return this->
bfd_name_
; }
169
// that the name matches (or that the
bfd_name_
field is NULL). The
182
gold_assert(this->
bfd_name_
!= NULL);
183
names->push_back(this->
bfd_name_
);
231
const char* const
bfd_name_
;
member in class:gold::Target_selector
nacl.h
100
bfd_name_
(bfd_name), emulation_(emulation)
126
gold_assert(this->
bfd_name_
!= NULL);
127
this->is_nacl_ = strcmp(name, this->
bfd_name_
) == 0;
136
gold_assert(this->
bfd_name_
!= NULL);
138
names->push_back(this->
bfd_name_
);
155
? this->
bfd_name_
236
const char* const
bfd_name_
;
member in class:gold::Target_selector_nacl
target-select.cc
60
bfd_name_
(bfd_name), emulation_(emulation), instantiated_target_(NULL),
Completed in 591 milliseconds