Searched refs:splt (Results 1 - 25 of 50) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xstormy16.c388 asection *splt;
397 splt = NULL;
433 if (splt == NULL)
435 splt = bfd_get_section_by_name (dynobj, ".plt");
436 if (splt == NULL)
438 splt = bfd_make_section_with_flags (dynobj, ".plt",
447 if (splt == NULL
448 || ! bfd_set_section_alignment (dynobj, splt, 1))
476 *offset = splt->size;
477 splt
386 asection *splt; local
503 asection *splt; member in struct:relax_plt_data
559 xstormy16_elf_relax_section(bfd *dynobj, asection *splt, struct bfd_link_info *info, bfd_boolean *again) argument
691 asection *splt; local
755 asection *splt; local
944 asection *splt; local
[all...]
H A Delf32-m68k.c1500 asection *splt;
1514 splt = NULL;
1699 if (splt == NULL)
1701 splt = bfd_get_section_by_name (dynobj, ".plt");
1702 BFD_ASSERT (splt != NULL);
1705 relocation = (splt->output_section->vma
1706 + splt->output_offset
1718 if (splt == NULL)
1720 splt = bfd_get_section_by_name (dynobj, ".plt");
1721 BFD_ASSERT (splt !
1499 asection *splt; local
1929 asection *splt; local
2129 asection *splt; local
[all...]
H A Delf32-m32c.c343 asection *splt;
350 splt = NULL;
352 splt = bfd_get_section_by_name (dynobj, ".plt");
480 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset);
484 relocation = (splt->output_section->vma
485 + splt->output_offset
496 splt,
649 asection *splt;
658 splt = NULL;
691 if (splt
341 asection *splt; local
646 asection *splt; local
748 asection *splt; local
773 asection *splt; local
1042 asection *splt; member in struct:relax_plt_data
1100 m32c_elf_relax_plt_section(bfd *dynobj, asection *splt, struct bfd_link_info *info, bfd_boolean *again) argument
[all...]
H A Delf32-m88k.c1352 asection *splt;
1366 splt = NULL;
1571 if (splt == NULL)
1573 splt = bfd_get_section_by_name (dynobj, ".plt");
1574 BFD_ASSERT (splt != NULL);
1577 relocation = (splt->output_section->vma
1578 + splt->output_offset
1588 if (splt == NULL)
1590 splt = bfd_get_section_by_name (dynobj, ".plt");
1591 BFD_ASSERT (splt !
1351 asection *splt; local
1782 asection *splt; local
1960 asection *splt; local
[all...]
H A Delfxx-sparc.c570 sparc32_plt_entry_build (bfd *output_bfd, asection *splt, bfd_vma offset,
576 splt->contents + offset);
580 splt->contents + offset + 4);
582 splt->contents + offset + 8);
595 sparc64_plt_entry_build (bfd *output_bfd, asection *splt, bfd_vma offset,
598 unsigned char *entry = splt->contents + offset;
612 | (((splt->contents + PLT64_ENTRY_SIZE) - (entry + 4)) / 4 & 0x7ffff);
661 ptr = splt->contents
667 *r_offset = (bfd_vma) (ptr - splt->contents);
684 bfd_put_64 (output_bfd, (bfd_vma) (splt
569 sparc32_plt_entry_build(bfd *output_bfd, asection *splt, bfd_vma offset, bfd_vma max ATTRIBUTE_UNUSED, bfd_vma *r_offset) argument
594 sparc64_plt_entry_build(bfd *output_bfd, asection *splt, bfd_vma offset, bfd_vma max, bfd_vma *r_offset) argument
3633 asection *splt; local
3988 asection *splt; local
[all...]
H A Delf32-s390.c709 asection *splt; member in struct:elf_s390_link_hash_table
784 ret->splt = NULL;
843 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
849 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1780 asection *s = htab->splt;
2121 if (s == htab->splt
2189 if (htab->splt->size != 0)
2525 || htab->splt == NULL)
2533 relocation = (htab->splt->output_section->vma
2534 + htab->splt
[all...]
H A Delf32-vax.c1400 asection *splt;
1415 splt = NULL;
1575 if (splt == NULL)
1577 splt = bfd_get_section_by_name (dynobj, ".plt");
1578 BFD_ASSERT (splt != NULL);
1584 BFD_ASSERT (splt != NULL);
1825 asection *splt;
1838 splt = bfd_get_section_by_name (dynobj, ".plt");
1841 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1858 memcpy (splt
1399 asection *splt; local
1824 asection *splt; local
1981 asection *splt; local
[all...]
H A Delf32-cris.c939 asection *splt;
954 splt = NULL;
959 splt = bfd_get_section_by_name (dynobj, ".plt");
1319 || splt == NULL)
1327 relocation = (splt->output_section->vma
1328 + splt->output_offset
1344 || splt == NULL)
1352 relocation = (splt->output_section->vma
1353 + splt->output_offset
1585 asection *splt;
933 asection *splt; local
1578 asection *splt; local
1798 asection *splt; local
[all...]
H A Dsunos.c1269 asection *splt = NULL;
1341 splt = bfd_get_section_by_name (dynobj, ".plt");
1343 BFD_ASSERT (splt != NULL && srel != NULL);
1387 if (splt->size == 0)
1388 splt->size = M68K_PLT_ENTRY_SIZE;
1389 h->plt_offset = splt->size;
1393 h->root.root.u.def.section = splt;
1394 h->root.root.u.def.value = splt->size;
1397 splt->size += M68K_PLT_ENTRY_SIZE;
1425 asection *splt
1268 asection *splt = NULL; local
1424 asection *splt = NULL; local
2127 asection *splt; local
2371 asection *splt; local
[all...]
H A Delf64-alpha.c2428 asection *splt = (asection *) data;
2441 if (splt->size == 0)
2442 splt->size = PLT_HEADER_SIZE;
2443 gotent->plt_offset = splt->size;
2444 splt->size += PLT_ENTRY_SIZE;
2461 asection *splt, *spltrel, *sgotplt;
2466 splt = bfd_get_section_by_name (dynobj, ".plt");
2467 if (splt == NULL)
2470 splt->size = 0;
2473 elf64_alpha_size_plt_section_1, splt);
2420 asection *splt = (asection *) data; local
2453 asection *splt, *spltrel, *sgotplt; local
2465 elf64_alpha_size_plt_section_1, splt); local
4592 asection *splt, *sgot, *srel; local
4742 asection *splt, *sgotplt, *srelaplt; local
[all...]
H A Delf64-x86-64.c453 asection *splt;
458 /* The offset into splt of the PLT entry for the TLS descriptor
540 ret->splt = NULL;
598 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
604 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1471 asection *s = htab->splt;
1862 if (htab->splt->size == 0)
1863 htab->splt->size += PLT_ENTRY_SIZE;
1864 htab->tlsdesc_plt = htab->splt->size;
1865 htab->splt
451 asection *splt; member in struct:elf64_x86_64_link_hash_table
[all...]
H A Delf32-m32r.c1511 asection *splt;
1590 ret->splt = NULL;
1656 htab->splt = s;
2016 asection *s = htab->splt;
2309 if (s == htab->splt
2374 if (htab->splt->size != 0)
2461 asection *sgot, *splt, *sreloc;
2468 splt = htab->splt;
2892 relocation = (splt
1507 asection *splt; member in struct:elf_m32r_link_hash_table
2456 asection *sgot, *splt, *sreloc; local
3187 asection *splt; local
3392 asection *splt; local
[all...]
H A Delf64-sh64.c1435 asection *splt; local
1446 splt = NULL;
2015 if (splt == NULL)
2017 splt = bfd_get_section_by_name (dynobj, ".plt");
2018 BFD_ASSERT (splt != NULL);
2021 relocation = (splt->output_section->vma
2022 + splt->output_offset
3715 asection *splt;
3729 splt = bfd_get_section_by_name (dynobj, ".plt");
3732 BFD_ASSERT (splt !
3714 asection *splt; local
3917 asection *splt; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-xstormy16.c425 asection *splt;
434 splt = NULL;
470 if (splt == NULL)
472 splt = bfd_get_section_by_name (dynobj, ".plt");
473 if (splt == NULL)
475 splt = bfd_make_section (dynobj, ".plt");
476 if (splt == NULL
477 || ! bfd_set_section_flags (dynobj, splt,
485 || ! bfd_set_section_alignment (dynobj, splt, 1))
513 *offset = splt
423 asection *splt; local
540 asection *splt; member in struct:relax_plt_data
740 asection *splt; local
806 asection *splt; local
990 asection *splt; local
[all...]
H A Delf32-m68k.c1347 asection *splt;
1361 splt = NULL;
1546 if (splt == NULL)
1548 splt = bfd_get_section_by_name (dynobj, ".plt");
1549 BFD_ASSERT (splt != NULL);
1552 relocation = (splt->output_section->vma
1553 + splt->output_offset
1565 if (splt == NULL)
1567 splt = bfd_get_section_by_name (dynobj, ".plt");
1568 BFD_ASSERT (splt !
1346 asection *splt; local
1777 asection *splt; local
1966 asection *splt; local
[all...]
H A Delf32-m88k.c1360 asection *splt;
1374 splt = NULL;
1573 if (splt == NULL)
1575 splt = bfd_get_section_by_name (dynobj, ".plt");
1576 BFD_ASSERT (splt != NULL);
1579 relocation = (splt->output_section->vma
1580 + splt->output_offset
1590 if (splt == NULL)
1592 splt = bfd_get_section_by_name (dynobj, ".plt");
1593 BFD_ASSERT (splt !
1359 asection *splt; local
1788 asection *splt; local
1966 asection *splt; local
[all...]
H A Delf32-s390.c702 asection *splt; member in struct:elf_s390_link_hash_table
776 ret->splt = NULL;
834 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
840 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1761 asection *s = htab->splt;
2093 if (s == htab->splt
2157 if (htab->splt->_raw_size != 0)
2493 || htab->splt == NULL)
2501 relocation = (htab->splt->output_section->vma
2502 + htab->splt
[all...]
H A Delf32-vax.c1442 asection *splt;
1457 splt = NULL;
1620 if (splt == NULL)
1622 splt = bfd_get_section_by_name (dynobj, ".plt");
1623 BFD_ASSERT (splt != NULL);
1629 BFD_ASSERT (splt != NULL);
1873 asection *splt;
1886 splt = bfd_get_section_by_name (dynobj, ".plt");
1889 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1906 memcpy (splt
1441 asection *splt; local
1872 asection *splt; local
2031 asection *splt; local
[all...]
H A Dsunos.c1606 asection *splt = NULL;
1680 splt = bfd_get_section_by_name (dynobj, ".plt");
1682 BFD_ASSERT (splt != NULL && srel != NULL);
1729 if (splt->_raw_size == 0)
1730 splt->_raw_size = M68K_PLT_ENTRY_SIZE;
1731 h->plt_offset = splt->_raw_size;
1735 h->root.root.u.def.section = splt;
1736 h->root.root.u.def.value = splt->_raw_size;
1739 splt->_raw_size += M68K_PLT_ENTRY_SIZE;
1768 asection *splt
1605 asection *splt = NULL; local
1767 asection *splt = NULL; local
2195 asection *splt; local
2441 asection *splt; local
[all...]
H A Delf32-cris.c803 asection *splt;
818 splt = NULL;
823 splt = bfd_get_section_by_name (dynobj, ".plt");
1185 || splt == NULL)
1193 relocation = (splt->output_section->vma
1194 + splt->output_offset
1210 || splt == NULL)
1218 relocation = (splt->output_section->vma
1219 + splt->output_offset
1428 asection *splt;
797 asection *splt; local
1421 asection *splt; local
1641 asection *splt; local
[all...]
H A Delf64-x86-64.c366 asection *splt;
436 ret->splt = NULL;
490 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
496 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1298 asection *s = htab->splt;
1621 if (s == htab->splt
1685 if (htab->splt->_raw_size != 0)
1929 || htab->splt == NULL)
1937 relocation = (htab->splt->output_section->vma
1938 + htab->splt
364 asection *splt; member in struct:elf64_x86_64_link_hash_table
[all...]
H A Delf32-m32r.c1567 asection *splt;
1654 ret->splt = NULL;
1727 htab->splt = s;
2108 asection *s = htab->splt;
2384 if (s == htab->splt
2447 if (htab->splt->_raw_size != 0)
2535 asection *sgot, *splt, *sreloc;
2541 splt = htab->splt;
2949 relocation = (splt
1563 asection *splt; member in struct:elf_m32r_link_hash_table
2530 asection *sgot, *splt, *sreloc; local
3241 asection *splt; local
3447 asection *splt; local
[all...]
H A Delf32-i386.c596 asection *splt;
667 ret->splt = NULL;
721 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
727 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1501 asection *s = htab->splt;
1833 if (s == htab->splt
1897 if (htab->splt->_raw_size != 0)
2297 || htab->splt == NULL)
2305 relocation = (htab->splt->output_section->vma
2306 + htab->splt
594 asection *splt; member in struct:elf_i386_link_hash_table
[all...]
H A Delf64-sh64.c1494 asection *splt; local
1505 splt = NULL;
2077 if (splt == NULL)
2079 splt = bfd_get_section_by_name (dynobj, ".plt");
2080 BFD_ASSERT (splt != NULL);
2083 relocation = (splt->output_section->vma
2084 + splt->output_offset
3779 asection *splt;
3793 splt = bfd_get_section_by_name (dynobj, ".plt");
3796 BFD_ASSERT (splt !
3778 asection *splt; local
3981 asection *splt; local
[all...]
H A Delf64-s390.c655 asection *splt; member in struct:elf_s390_link_hash_table
729 ret->splt = NULL;
787 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
793 if (!htab->splt || !htab->srelplt || !htab->sdynbss
1732 asection *s = htab->splt;
2063 if (s == htab->splt
2127 if (htab->splt->_raw_size != 0)
2467 || htab->splt == NULL)
2475 relocation = (htab->splt->output_section->vma
2476 + htab->splt
[all...]

Completed in 264 milliseconds

12