HomeSort by relevance Sort by last modified time
    Searched refs:plt (Results 176 - 200 of 1117) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-branch-2.s 16 jmp foo@PLT
17 jb foo@PLT
18 call foo@plt
  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_script_test.t 49 .got.plt : { *(.got.plt) }
script_test_3.t 39 .got.plt : { *(.got.plt) }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-mixed-app-v5.d 7 Disassembly of section .plt:
9 .* <lib_func2@plt-0x14>:
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4>
15 .* <lib_func2@plt>:
19 .* <lib_func1@plt>:
30 .*: ebfffff5 bl .* <lib_func1@plt>
31 .*: ebfffff1 bl .* <lib_func2@plt>
38 .*: f7ff efdc blx .* <lib_func2@plt>
farcall-mixed-app.d 7 Disassembly of section .plt:
9 .* <lib_func2@plt-0x14>:
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4>
15 .* <lib_func2@plt>:
21 .* <lib_func1@plt>:
32 .*: ebfffff6 bl .* <lib_func1@plt>
33 .*: ebfffff2 bl .* <lib_func2@plt\+0x4>
40 .*: f7ff ffdb bl 81dc <lib_func2@plt>
mixed-app-v5.d 7 Disassembly of section .plt:
9 .* <lib_func2@plt-0x14>:
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4>
15 .* <lib_func2@plt>:
19 .* <lib_func1@plt>:
53 .*: f7ff efc. blx .* <lib_func2@plt>
mixed-app.d 7 Disassembly of section .plt:
9 .* <lib_func2@plt-0x14>:
11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4>
15 .* <lib_func2@plt>:
21 .* <lib_func1@plt>:
55 .*: f7ff ffc. bl .* <lib_func2@plt>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-11.d 15 Contents of section \.rela\.plt:
17 Contents of section \.plt:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspic1.s 44 call ___tls_get_addr@plt
49 call ___tls_get_addr@plt
54 call ___tls_get_addr@plt
60 call ___tls_get_addr@plt
65 call ___tls_get_addr@plt
70 call ___tls_get_addr@plt
76 call ___tls_get_addr@plt
82 call ___tls_get_addr@plt
87 call ___tls_get_addr@plt
93 call ___tls_get_addr@plt
    [all...]
  /external/lisa/libs/utils/analysis/
status_analysis.py 23 import matplotlib.pyplot as plt
94 plt.figure(figsize=(16, 1))
95 axes = plt.subplot(gs[0, 0])
  /toolchain/binutils/binutils-2.25/bfd/
elf-ifunc.c 72 /* We need to create .iplt, .rel[a].iplt, .igot and .igot.plt
90 /* We don't need the .igot section if we have the .igot.plt
93 s = bfd_make_section_with_flags (abfd, ".igot.plt", flags);
106 /* Allocate space in .plt, .got and associated reloc sections for
117 asection *plt, *gotplt, *relplt; local
125 But in non-shared executable, the address of its .plt slot may
157 if (h->plt.refcount <= 0 && h->got.refcount <= 0)
160 h->plt = htab->init_plt_offset;
169 if (h->plt.refcount > 0
173 h->plt = htab->init_plt_offset
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 29 0x3c0f0000, // lui $15, %hi(.got.plt entry)
30 0x8df90000, // l[wd] $25, %lo(.got.plt entry)($15)
32 0x25f80000 // addiu $24, $15, %lo(.got.plt entry)
42 class MipsPLT0 : public PLT::Entry<sizeof(PLT0)> {
44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {}
50 class MipsPLTA : public PLT::Entry<sizeof(PLTA)> {
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {}
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) {
101 assert(m_Section.addr() && ".plt base address is NULL!");
106 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it)) local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsbinpic.s 47 call __tls_get_addr@plt
56 call __tls_get_addr@plt
64 call __tls_get_addr@plt
72 call __tls_get_addr@plt
80 call __tls_get_addr@plt
85 call __tls_get_addr@plt
94 call __tls_get_addr@plt
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xu 38 .rela.plt 0 :
40 *(.rela.plt)
46 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
aarch64elf32b.xu 38 .rela.plt 0 :
40 *(.rela.plt)
46 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
elf32_x86_64.xr 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf32_x86_64.xu 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf_k1om.xr 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf_k1om.xu 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf_l1om.xr 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf_l1om.xu 41 .rela.plt 0 :
43 *(.rela.plt)
49 .plt 0 : { *(.plt) *(.iplt) }
89 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xu 38 .rela.plt 0 :
40 *(.rela.plt)
46 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
aarch64elf32b.xu 38 .rela.plt 0 :
40 *(.rela.plt)
46 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
elf32_x86_64.xr 37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }
elf32_x86_64.xu 37 .rela.plt 0 :
39 *(.rela.plt)
45 .plt 0 : { *(.plt) *(.iplt) }
86 .got.plt 0 : { *(.got.plt) *(.igot.plt) }

Completed in 535 milliseconds

1 2 3 4 5 6 78 91011>>