Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.h2449 : local_sym_index_(RESERVED_CODE), use_plt_or_tls_offset_(false) in Got_entry()
2455 use_plt_or_tls_offset_(use_plt_or_tls_offset) in Got_entry()
2462 use_plt_or_tls_offset_(use_plt_or_tls_offset) in Got_entry()
2474 : local_sym_index_(CONSTANT_CODE), use_plt_or_tls_offset_(false) in Got_entry()
2503 bool use_plt_or_tls_offset_ : 1; variable
Doutput.cc1380 if (this->use_plt_or_tls_offset_ && gsym->has_plt_offset()) in write()
1412 if (this->use_plt_or_tls_offset_ in write()
1436 if (this->use_plt_or_tls_offset_ && !is_tls) in write()
1442 if (this->use_plt_or_tls_offset_ && is_tls) in write()
DChangeLog3044 use_plt_or_tls_offset_, similarly for constructor param.
3049 with use_plt_or_tls_offset_ set specially.