Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-hppa.c1940 asection *stub, *splt, *sdlt, *sopd, *spltrel, *sdltrel; local
1951 sopd = hppa_info->opd_sec;
1964 BFD_ASSERT (sopd != NULL);
1974 + sopd->output_offset
1975 + sopd->output_section->vma);
1977 sopd->output_section);
2116 asection *sopd; local
2120 sopd = hppa_info->opd_sec;
2131 memset (sopd->contents + dyn_h->opd_offset, 0, 16);
2138 bfd_put_64 (sopd->owner, value, sopd->contents + dyn_h->opd_offset + 16);
[all …]