HomeSort by relevance Sort by last modified time
    Searched refs:glink (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
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
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
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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go 70 // dynamic function). This is solely a branch to the glink
73 // 5) We generate the glink resolver stub (only once). This
83 // platforms and ppc64's .glink is like .plt on other
816 // Create the glink resolver if necessary
817 glink := ensureglinkresolver(ctxt)
820 // glink resolver stub)
821 r := glink.AddRel()
823 r.Sym = glink
824 r.Off = int32(glink.Size)
827 glink.AddUint32(ctxt.Arch, 0x48000000) // b .glin
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
asm.go 70 // dynamic function). This is solely a branch to the glink
73 // 5) We generate the glink resolver stub (only once). This
83 // platforms and ppc64's .glink is like .plt on other
816 // Create the glink resolver if necessary
817 glink := ensureglinkresolver(ctxt)
820 // glink resolver stub)
821 r := glink.AddRel()
823 r.Sym = glink
824 r.Off = int32(glink.Size)
827 glink.AddUint32(ctxt.Arch, 0x48000000) // b .glin
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-ppc.c 68 /* For new-style .glink and .plt. */
2917 asection *plt, *relplt, *dynamic, *glink; local
3262 asection *glink; member in struct:ppc_elf_link_hash_table
    [all...]
elf64-ppc.c 185 /* glink call stub instructions. We enter with the index in R0. */
215 /* .glink entries for the first 32k functions are two instructions. */
3429 asection *dynamic, *glink = NULL, *relplt = NULL; local
4054 asection *glink; member in struct:ppc_link_hash_table
    [all...]
  /device/google/wahoo/
ueventd.hardware.rc 52 /dev/wcd-dsp-glink 0660 system audio
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc 809 // Get the .glink section.
3541 const Output_data_glink<size, big_endian>* glink local
    [all...]

Completed in 482 milliseconds