Searched refs:glink (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S28 *(.sfpr .glink)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S28 *(.sfpr .glink)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-ppc.c61 /* For new-style .glink and .plt. */
2329 than one glink entry per symbol. */
2350 /* .glink stub offset. */
2414 asection *glink;
2442 /* Offset of PltResolve function in glink. */
2609 s = bfd_make_section_anyway_with_flags (abfd, ".glink", flags | SEC_CODE);
2610 htab->glink = s;
3824 /* Stop an unused .glink section from affecting .text alignment. */
3825 if (htab->glink != NULL
3826 && !bfd_set_section_alignment (htab->elf.dynobj, htab->glink,
2409 asection *glink; member in struct:ppc_elf_link_hash_table
[all...]
H A Delf64-ppc.c155 /* glink call stub instructions. We enter with the index in R0. */
180 /* .glink entries for the first 32k functions are two instructions. */
3427 asection *glink;
3842 /* Create .glink for lazy dynamic linking support. */
3843 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3845 if (htab->glink == NULL
3846 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
7624 /* Make room for the .glink code. */
7625 s = htab->glink;
3423 asection *glink; member in struct:ppc_link_hash_table
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-ppc.c61 /* For new-style .glink and .plt. */
2329 than one glink entry per symbol. */
2350 /* .glink stub offset. */
2414 asection *glink;
2442 /* Offset of PltResolve function in glink. */
2609 s = bfd_make_section_anyway_with_flags (abfd, ".glink", flags | SEC_CODE);
2610 htab->glink = s;
3824 /* Stop an unused .glink section from affecting .text alignment. */
3825 if (htab->glink != NULL
3826 && !bfd_set_section_alignment (htab->elf.dynobj, htab->glink,
2409 asection *glink; member in struct:ppc_elf_link_hash_table
[all...]
H A Delf64-ppc.c155 /* glink call stub instructions. We enter with the index in R0. */
180 /* .glink entries for the first 32k functions are two instructions. */
3427 asection *glink;
3842 /* Create .glink for lazy dynamic linking support. */
3843 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3845 if (htab->glink == NULL
3846 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
7624 /* Make room for the .glink code. */
7625 s = htab->glink;
3423 asection *glink; member in struct:ppc_link_hash_table
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-ppc.c61 /* For new-style .glink and .plt. */
2329 than one glink entry per symbol. */
2350 /* .glink stub offset. */
2414 asection *glink;
2442 /* Offset of PltResolve function in glink. */
2609 s = bfd_make_section_anyway_with_flags (abfd, ".glink", flags | SEC_CODE);
2610 htab->glink = s;
3824 /* Stop an unused .glink section from affecting .text alignment. */
3825 if (htab->glink != NULL
3826 && !bfd_set_section_alignment (htab->elf.dynobj, htab->glink,
2409 asection *glink; member in struct:ppc_elf_link_hash_table
[all...]
H A Delf64-ppc.c155 /* glink call stub instructions. We enter with the index in R0. */
180 /* .glink entries for the first 32k functions are two instructions. */
3427 asection *glink;
3842 /* Create .glink for lazy dynamic linking support. */
3843 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3845 if (htab->glink == NULL
3846 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
7624 /* Make room for the .glink code. */
7625 s = htab->glink;
3423 asection *glink; member in struct:ppc_link_hash_table
[all...]

Completed in 248 milliseconds