HomeSort by: relevance | last modified time | path
    Searched defs:glink (Results 1 - 9 of 9) sorted by relevancy

  /src/libexec/ld.elf_so/
rtld.h 274 Elf_Addr glink; /* global linkage */ member in struct:Struct_Obj_Entry
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 75 /* For new-style .glink and .plt. */
1766 is_nonpic_glink_stub (bfd *abfd, asection *glink, bfd_vma off)
1770 if (!bfd_get_section_contents (abfd, glink, buf, off, sizeof buf))
1794 asection *plt, *relplt, *dynamic, *glink;
1827 of .glink at got[1]. If it wasn't prelinked, got[1] will be zero. */
1876 /* The .glink section usually does not survive the final
1878 glink stubs now reside. */
1879 glink = bfd_sections_find_if (abfd, section_covers_vma, &glink_vma);
1880 if (glink == NULL)
1883 /* Determine glink PLT resolver by reading the relative branc
1789 asection *plt, *relplt, *dynamic, *glink; local
2150 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
elf64-ppc.c 220 R0 for ELFv1, and the address of a glink branch in R12 for ELFv2. */
254 /* .glink entries for the first 32k functions are two instructions. */
2226 entry syms. Also generate @plt symbols for the glink branch table.
2460 asection *dynamic, *glink = NULL, *relplt = NULL;
2492 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2519 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
2522 /* The .glink section usually does not survive the final
2524 glink stubs now reside. */
2525 glink = bfd_sections_find_if (abfd, section_covers_vma,
2534 if (glink != NULL
2457 asection *dynamic, *glink = NULL, *relplt = NULL; local
3248 asection *glink; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 71 /* For new-style .glink and .plt. */
1779 is_nonpic_glink_stub (bfd *abfd, asection *glink, bfd_vma off)
1783 if (!bfd_get_section_contents (abfd, glink, buf, off, sizeof buf))
1807 asection *plt, *relplt, *dynamic, *glink;
1840 of .glink at got[1]. If it wasn't prelinked, got[1] will be zero. */
1889 /* The .glink section usually does not survive the final
1891 glink stubs now reside. */
1892 glink = bfd_sections_find_if (abfd, section_covers_vma, &glink_vma);
1893 if (glink == NULL)
1896 /* Determine glink PLT resolver by reading the relative branc
1802 asection *plt, *relplt, *dynamic, *glink; local
2163 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
elf64-ppc.c 220 R0 for ELFv1, and the address of a glink branch in R12 for ELFv2. */
254 /* .glink entries for the first 32k functions are two instructions. */
2234 entry syms. Also generate @plt symbols for the glink branch table.
2468 asection *dynamic, *glink = NULL, *relplt = NULL;
2500 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2527 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
2530 /* The .glink section usually does not survive the final
2532 glink stubs now reside. */
2533 glink = bfd_sections_find_if (abfd, section_covers_vma,
2542 if (glink != NULL
2465 asection *dynamic, *glink = NULL, *relplt = NULL; local
3256 asection *glink; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 71 /* For new-style .glink and .plt. */
1779 is_nonpic_glink_stub (bfd *abfd, asection *glink, bfd_vma off)
1783 if (!bfd_get_section_contents (abfd, glink, buf, off, sizeof buf))
1807 asection *plt, *relplt, *dynamic, *glink;
1840 of .glink at got[1]. If it wasn't prelinked, got[1] will be zero. */
1889 /* The .glink section usually does not survive the final
1891 glink stubs now reside. */
1892 glink = bfd_sections_find_if (abfd, section_covers_vma, &glink_vma);
1893 if (glink == NULL)
1896 /* Determine glink PLT resolver by reading the relative branc
1802 asection *plt, *relplt, *dynamic, *glink; local
2163 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
elf64-ppc.c 220 R0 for ELFv1, and the address of a glink branch in R12 for ELFv2. */
254 /* .glink entries for the first 32k functions are two instructions. */
2234 entry syms. Also generate @plt symbols for the glink branch table.
2468 asection *dynamic, *glink = NULL, *relplt = NULL;
2500 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2527 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
2530 /* The .glink section usually does not survive the final
2532 glink stubs now reside. */
2533 glink = bfd_sections_find_if (abfd, section_covers_vma,
2542 if (glink != NULL
2465 asection *dynamic, *glink = NULL, *relplt = NULL; local
3256 asection *glink; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 75 /* For new-style .glink and .plt. */
1766 is_nonpic_glink_stub (bfd *abfd, asection *glink, bfd_vma off)
1770 if (!bfd_get_section_contents (abfd, glink, buf, off, sizeof buf))
1794 asection *plt, *relplt, *dynamic, *glink;
1827 of .glink at got[1]. If it wasn't prelinked, got[1] will be zero. */
1876 /* The .glink section usually does not survive the final
1878 glink stubs now reside. */
1879 glink = bfd_sections_find_if (abfd, section_covers_vma, &glink_vma);
1880 if (glink == NULL)
1883 /* Determine glink PLT resolver by reading the relative branc
1789 asection *plt, *relplt, *dynamic, *glink; local
2150 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
elf64-ppc.c 220 R0 for ELFv1, and the address of a glink branch in R12 for ELFv2. */
254 /* .glink entries for the first 32k functions are two instructions. */
2226 entry syms. Also generate @plt symbols for the glink branch table.
2460 asection *dynamic, *glink = NULL, *relplt = NULL;
2492 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2519 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
2522 /* The .glink section usually does not survive the final
2524 glink stubs now reside. */
2525 glink = bfd_sections_find_if (abfd, section_covers_vma,
2534 if (glink != NULL
2457 asection *dynamic, *glink = NULL, *relplt = NULL; local
3248 asection *glink; member in struct:ppc_link_hash_table
    [all...]

Completed in 75 milliseconds