HomeSort by relevance Sort by last modified time
    Searched full:glink (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-glink-1-32.d 1 #name: Glink test 1 (error) (32-bit)
2 #source: aix-glink-1.s
aix-glink-1-64.d 1 #name: Glink test 1 (error) (64-bit)
2 #source: aix-glink-1.s
aix-glink-3-32.d 1 #name: Glink test 3 (error) (32-bit)
2 #source: aix-glink-3.s
4 #ld: -b32 -bnoautoimp tmpdir/aix-glink-3b.so
aix-glink-3-64.d 1 #name: Glink test 3 (error) (64-bit)
2 #source: aix-glink-3.s
4 #ld: -b64 -bnoautoimp tmpdir/aix64-glink-3b.so
aix52.exp 142 {"Glink test 1"
143 "-shared -bE:aix-glink-1.ex --unresolved-symbols=ignore-all"
144 "" {aix-glink-1.s}
145 {{objdump {-D -j.text -j.data} aix-glink-1-SIZE.dd}}
146 "aix-glink-1.so"}
148 {"Glink test 2 (part a)" "-shared -bE:aix-glink-2a.ex"
149 "" {aix-glink-2a.s}
151 "aix-glink-2a.so"}
153 {"Glink test 2 (part b)" "-r
    [all...]
aix-glink-2-32.dd 2 tmpdir/aix-glink-2: file format aixcoff-rs6000
aix-glink-2-64.dd 2 tmpdir/aix64-glink-2: file format aix5coff64-rs6000
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ppc64/
asm.go 78 // dynamic function). This is solely a branch to the glink
81 // 5) We generate the glink resolver stub (only once). This
91 // platforms and ppc64's .glink is like .plt on other
517 // Create the glink resolver if necessary
518 glink := ensureglinkresolver()
521 // glink resolver stub)
522 r := ld.Addrel(glink)
524 r.Sym = glink
525 r.Off = int32(glink.Size)
528 ld.Adduint32(ctxt, glink, 0x48000000) // b .glin
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go 75 // dynamic function). This is solely a branch to the glink
78 // 5) We generate the glink resolver stub (only once). This
88 // platforms and ppc64's .glink is like .plt on other
514 // Create the glink resolver if necessary
515 glink := ensureglinkresolver()
518 // glink resolver stub)
519 r := ld.Addrel(glink)
521 r.Sym = glink
522 r.Off = int32(glink.Size)
525 ld.Adduint32(ctxt, glink, 0x48000000) // b .glin
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ppc64/
asm.go 78 // dynamic function). This is solely a branch to the glink
81 // 5) We generate the glink resolver stub (only once). This
91 // platforms and ppc64's .glink is like .plt on other
517 // Create the glink resolver if necessary
518 glink := ensureglinkresolver()
521 // glink resolver stub)
522 r := ld.Addrel(glink)
524 r.Sym = glink
525 r.Off = int32(glink.Size)
528 ld.Adduint32(ctxt, glink, 0x48000000) // b .glin
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
asm.go 75 // dynamic function). This is solely a branch to the glink
78 // 5) We generate the glink resolver stub (only once). This
88 // platforms and ppc64's .glink is like .plt on other
514 // Create the glink resolver if necessary
515 glink := ensureglinkresolver()
518 // glink resolver stub)
519 r := ld.Addrel(glink)
521 r.Sym = glink
522 r.Off = int32(glink.Size)
525 ld.Adduint32(ctxt, glink, 0x48000000) // b .glin
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32ppc.sh 17 OTHER_TEXT_SECTIONS="*(.glink)"
elf64ppc.sh 17 OTHER_TEXT_SECTIONS="*(.sfpr .glink)"
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 179 /* glink call stub instructions. We enter with the index in R0. */
209 /* .glink entries for the first 32k functions are two instructions. */
3345 asection *dynamic, *glink = NULL, *relplt = NULL; local
3949 asection *glink; member in struct:ppc_link_hash_table
    [all...]
elf32-ppc.c 69 /* For new-style .glink and .plt. */
2808 asection *plt, *relplt, *dynamic, *glink; local
3146 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog-2009 851 * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s,
852 ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd,
853 ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests.
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
ppc64.h 234 /* Specify the start of the .glink section. */
  /toolchain/binutils/binutils-2.25/ld/emultempl/
ppc64elf.em 500 /* We can't parse and merge .eh_frame until the glink .eh_frame has
501 been generated. Otherwise the glink .eh_frame CIE won't be
502 merged with other CIEs, and worse, the glink .eh_frame FDEs won't
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 702 // Get the .glink section.
1143 // Create glink.
3253 const Output_data_glink<size, big_endian>* glink local
    [all...]
  /external/elfutils/src/
readelf.c 1653 GElf_Shdr *glink; local
2303 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link), local
2561 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link), local
2637 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link), local
2940 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link), local
3013 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, local
4712 GElf_Shdr *glink; local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 379 fprintf(stderr, "couldn't read glink VMA"
394 fprintf(stderr, "couldn't read glink VMA address\n");
499 /* The first glink stub starts at offset 32. */
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_ppc64.h 52 r12 Volatile register used for exception handling and glink code
  /prebuilts/go/darwin-x86/pkg/bootstrap/pkg/darwin_amd64/bootstrap/link/internal/
ppc64.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/link/internal/
ppc64.a 420 0runtime.morestack_noctxt ?"".autotmp_0158_>type.cmd/link/internal/ld.Reloc2cmd/link/internal/ld.s·2?>type.*cmd/link/internal/ld.LSym"".r?@type.*cmd/link/internal/ld.Reloc"".glink?>type.*cmd/link/internal/ld.LSym"".rela?>type.*cmd/link/internal/ld.LSym "".plt?>type.*cmd/link/internal/ld.LSym"".s>type.*cmd/link/internal/ld.LSym"".ctxt>type.*cmd/link/internal/ld.Link(??????????' 99 ? + )>$?,*U:Hu??U
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/
ppc64.a     [all...]

Completed in 634 milliseconds

1 2