OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_reloc
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
mips.cc
9084
bool
static_reloc
= false;
local
[
all
...]
aarch64.cc
440
{ this->static_relocs_.push_back(
Static_reloc
(got_offset, r_type, gsym)); }
451
this->static_relocs_.push_back(
Static_reloc
(got_offset, r_type, relobj,
488
Static_reloc
& reloc(this->static_relocs_[i]);
575
class
Static_reloc
578
Static_reloc
(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
582
Static_reloc
(unsigned int got_offset, unsigned int r_type,
652
}; // End of inner class
Static_reloc
654
std::vector<
Static_reloc
> static_relocs_;
[
all
...]
arm.cc
[
all
...]
ChangeLog
823
(class Output_data_got_aarch64::
Static_reloc
): New class to wrap
[
all
...]
Completed in 304 milliseconds