HomeSort by relevance Sort by last modified time
    Searched refs:plt (Results 1 - 25 of 1166) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
emit-relocs.s 1 call foo@plt
pltgot-1.s 2 .globl plt
3 .type plt, @function
4 plt: label
6 jmp puts@PLT
plt-pic.s 5 call fn1@plt
6 jmp fn2@plt
nogot2.d 6 [ ]*\[.*\][ ]+.*\.got\.plt.*
reloc.s 8 jmp _start@plt
vxworks1.s 5 call foo@plt
6 call sexternal@plt
7 jmp sglobal@plt
no-plt.exp 1 # Expect script for i386 no-PLT tests.
44 "Build no-plt-func1.o no-plt-main1.o" \
47 {no-plt-func1.c no-plt-main1.c} \
50 "Build no-plt-check1a.o no-plt-extern1a.o \
51 no-plt-check1b.o no-plt-extern1b.o" \
54 {no-plt-check1a.S no-plt-extern1a.S
    [all...]
reloc.d 1 # Test that orphan reloc sections are placed before .rel.plt even when
2 # .rel.plt is the only reloc section.
12 .*\.rel\.plt.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pltgot-1.s 2 .globl plt
3 .type plt, @function
4 plt: label
6 jmp puts@PLT
bnd-branch-1.s 4 bnd jmp foo1@plt
5 call foo2@plt
6 jmp foo3@plt
7 call foo4@plt
8 bnd call foo3@plt
9 jmp foo4@plt
plt-pic.s 5 call fn1@plt
6 jmp fn2@plt
nogot2.d 6 [ ]*\[.*\][ ]+.*\.got\.plt.*
no-plt.exp 1 # Expect script for x86-64 no-PLT tests.
44 "Build no-plt-func1.o no-plt-main1.o" \
47 {no-plt-func1.c no-plt-main1.c} \
50 "Build no-plt-check1.o no-plt-extern1.o" \
53 {no-plt-check1.S no-plt-extern1.S} \
56 "Build libno-plt-1a.so"
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
relocs-errors.s 1 j sym@plt
2 jl sym@plt
3 jeq sym@plt
plt-relocs.s 5 bne @printf@plt
6 blne @printf@plt
7 b @printf@plt
8 bl @printf@plt
9 add r0,pcl,@printf@plt
relax-avoid2.s 4 bl @test@plt
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
long-plt-format.d 4 Disassembly of section .plt:
6 .* <foo@plt-0x14>:
12 .* <foo@plt>:
  /system/extras/memcpy-perf/
graph_memcpy.py 3 import matplotlib.pyplot as plt
11 fig, ax = plt.subplots(nrows=1)
14 plt.xlabel("size in bytes")
15 plt.ylabel("BW in GB/s")
16 plt.title("size vs. bw")
17 plt.tight_layout()
31 legend = plt.legend()
32 plt.show()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
mixed-mode-reloc.s 6 calll xtrn@plt
11 calll xtrn@plt
16 callq xtrn@plt
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
vxworks1.s 5 bl foo@plt
6 bl sexternal@plt
7 bl sglobal@plt
reloc.d 1 # Test that orphan reloc sections are placed before .rela.plt even when
2 # .rela.plt is the only reloc section.
12 .*\.rela\.plt.*
  /system/media/camera/docs/
plots.py 5 import matplotlib.pyplot as plt
16 plt.figure(fig.number)
19 lines, = plt.plot(x,y)
49 plt.figure(fig.number)
51 plt.imshow(imgMap - 1, interpolation='nearest')
54 plt.text(x,y, imgMap[y,x,index], color='white')
73 lin_fig = plt.figure(1)
77 plt.title(lin_title)
82 plt.savefig('linear_tonemap.png',bbox_inches='tight')
89 inv_fig = plt.figure(2
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
liveplot.py 2 import matplotlib.pyplot as plt
8 plt.ion() # This allows for interactive plots, i.e. plots that do not block execution of the script
17 plt.clf()
18 plt.plot(range(HZ * T_SPAN), list(wave))
19 plt.axis([-1, T_SPAN*HZ, 0.0, 0.4])
20 plt.pause(0.01)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_12.t 33 .rel.plt : { *(.rel.plt) }
34 .rela.plt : { *(.rela.plt) }
53 .got.plt : { *(.got.plt) }
script_test_12i.t 33 .rel.plt : { *(.rel.plt) }
34 .rela.plt : { *(.rela.plt) }
53 .got.plt : { *(.got.plt) }

Completed in 256 milliseconds

1 2 3 4 5 6 7 8 91011>>