Home
last modified time | relevance | path

Searched refs:use_plt_or_tls_offset_ (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.h2605 : local_sym_index_(RESERVED_CODE), use_plt_or_tls_offset_(false), in Got_entry()
2612 use_plt_or_tls_offset_(use_plt_or_tls_offset), addend_(addend) in Got_entry()
2619 use_plt_or_tls_offset_(use_plt_or_tls_offset), addend_(addend) in Got_entry()
2631 : local_sym_index_(CONSTANT_CODE), use_plt_or_tls_offset_(false) in Got_entry()
2661 bool use_plt_or_tls_offset_ : 1; variable
H A Doutput.cc1385 if (this->use_plt_or_tls_offset_ && gsym->has_plt_offset()) in write()
1423 if (this->use_plt_or_tls_offset_ in write()
1448 if (this->use_plt_or_tls_offset_ && !is_tls) in write()
1454 if (this->use_plt_or_tls_offset_ && is_tls) in write()
H A DChangeLog-08154461 use_plt_or_tls_offset_, similarly for constructor param.
4466 with use_plt_or_tls_offset_ set specially.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.h2605 : local_sym_index_(RESERVED_CODE), use_plt_or_tls_offset_(false), in Got_entry()
2612 use_plt_or_tls_offset_(use_plt_or_tls_offset), addend_(addend) in Got_entry()
2619 use_plt_or_tls_offset_(use_plt_or_tls_offset), addend_(addend) in Got_entry()
2631 : local_sym_index_(CONSTANT_CODE), use_plt_or_tls_offset_(false) in Got_entry()
2661 bool use_plt_or_tls_offset_ : 1; variable
H A Doutput.cc1384 if (this->use_plt_or_tls_offset_ && gsym->has_plt_offset()) in write()
1422 if (this->use_plt_or_tls_offset_ in write()
1447 if (this->use_plt_or_tls_offset_ && !is_tls) in write()
1453 if (this->use_plt_or_tls_offset_ && is_tls) in write()
H A DChangeLog-08154461 use_plt_or_tls_offset_, similarly for constructor param.
4466 with use_plt_or_tls_offset_ set specially.