Searched refs:plt_stub (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-hppa.c | 143 static const bfd_byte plt_stub[] = variable 2388 sec->size = (sec->size + sizeof (plt_stub) + mask) & ~mask; in elf32_hppa_size_dynamic_sections() 4609 + htab->splt->size - sizeof (plt_stub), in elf32_hppa_finish_dynamic_sections() 4610 plt_stub, sizeof (plt_stub)); in elf32_hppa_finish_dynamic_sections()
|
D | elf64-hppa.c | 49 static char plt_stub[] = {0x53, 0x61, 0x00, 0x00, 0xe8, 0x20, 0xd0, 0x00, variable 1038 x->ofs += sizeof (plt_stub); in allocate_global_data_stub() 2048 memcpy (stub->contents + hh->stub_offset, plt_stub, sizeof (plt_stub)); in elf64_hppa_finish_dynamic_symbol()
|
D | ChangeLog-0001 | 6461 * elf32-hppa.c (plt_stub): New. 6471 Add space for plt_stub as needed. 6473 functions at plt_stub. 6474 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
|
D | ChangeLog-2012 | 3098 plt stubs. Adjust build_*plt_stub calls.
|