Searched refs:plt_stub (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-hppa.c47 static char plt_stub[] = {0x53, 0x61, 0x00, 0x00, 0xe8, 0x20, 0xd0, 0x00, variable
1103 x->ofs += sizeof (plt_stub);
2053 memcpy (stub->contents + dyn_h->stub_offset, plt_stub, sizeof (plt_stub));
H A Delf32-hppa.c120 static const bfd_byte plt_stub[] = variable
2181 s->size = (s->size + sizeof (plt_stub) + mask) & ~mask;
4092 + htab->splt->size - sizeof (plt_stub),
4093 plt_stub, sizeof (plt_stub));

Completed in 53 milliseconds