Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc3658 off = align_address(off, this->stub_align()); in set_address_and_size()
3672 this->stub_align()); in stub_address()
3679 this->stub_align()); in stub_offset()
3690 if (os->addralign() < this->stub_align()) in size_update()
3692 os->set_addralign(this->stub_align()); in size_update()
3705 os->checkpoint_set_addralign(this->stub_align()); in size_update()
3758 stub_align() const in stub_align() function in __anon0f0c9f3e0111::Stub_table
DChangeLog2592 (Stub_table::stub_align): Let --plt-align affect result.
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c10207 int stub_align = 1 << htab->params->plt_stub_align; in plt_stub_pad() local
10211 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align) in plt_stub_pad()
10212 > (stub_size & -stub_align)) in plt_stub_pad()
10213 return stub_align - (stub_off & (stub_align - 1)); in plt_stub_pad()