Searched refs:pltoff_offset (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elfxx-ia64.c | 78 bfd_vma pltoff_offset; member 2730 dyn_i->pltoff_offset = x->ofs; 3593 bfd_put_64 (abfd, value, pltoff_sec->contents + dyn_i->pltoff_offset); 3594 bfd_put_64 (abfd, gp, pltoff_sec->contents + dyn_i->pltoff_offset + 8); 3612 dyn_i->pltoff_offset, 3616 dyn_i->pltoff_offset + 8, 3626 + dyn_i->pltoff_offset);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-ia64.c | 85 bfd_vma pltoff_offset; member 3363 dyn_i->pltoff_offset = x->ofs; 4251 bfd_put_64 (abfd, value, pltoff_sec->contents + dyn_i->pltoff_offset); 4252 bfd_put_64 (abfd, gp, pltoff_sec->contents + dyn_i->pltoff_offset + 8); 4270 dyn_i->pltoff_offset, 4274 dyn_i->pltoff_offset + ARCH_SIZE / 8, 4284 + dyn_i->pltoff_offset);
|