Searched refs:plt_stub (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf64-hppa.c | 47 static char plt_stub[] = {0x53, 0x61, 0x00, 0x00, 0xe8, 0x20, 0xd0, 0x00, variable 1099 x->ofs += sizeof (plt_stub); 2044 memcpy (stub->contents + dyn_h->stub_offset, plt_stub, sizeof (plt_stub));
|
| D | elf32-hppa.c | 141 static const bfd_byte plt_stub[] = variable 2274 sec->size = (sec->size + sizeof (plt_stub) + mask) & ~mask; in elf32_hppa_size_dynamic_sections() 4167 + htab->splt->size - sizeof (plt_stub), in elf32_hppa_finish_dynamic_sections() 4168 plt_stub, sizeof (plt_stub)); in elf32_hppa_finish_dynamic_sections()
|