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

1 2 3 4 5 6 7

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 31 reserveOne(llvm::ELF::DT_PLTGOT);
35 reserveOne(llvm::ELF::DT_PLTGOT);
44 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
48 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 29 reserveOne(llvm::ELF::DT_PLTGOT);
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 28 reserveOne(llvm::ELF::DT_PLTGOT);
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 29 reserveOne(llvm::ELF::DT_PLTGOT);
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
  /bionic/linker/arch/mips/
begin.S 49 #define DT_PLTGOT 3
52 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
55 li $t3, DT_PLTGOT
61 bne $t2, $t3, 1f /* DT_PLTGOT? */
  /bionic/linker/arch/mips64/
begin.S 67 #define DT_PLTGOT 3
70 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
73 LI t3, DT_PLTGOT
79 bne t2, t3, 1f /* DT_PLTGOT? */
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 31 reserveOne(llvm::ELF::DT_PLTGOT);
47 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
  /art/runtime/
elf_utils.h 77 case DT_PLTGOT:
  /external/elfutils/0.153/backends/
alpha_symbol.c 94 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
113 if (dyn.d_tag == DT_PLTGOT)
sparc_symbol.c 81 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
99 if (dyn.d_tag == DT_PLTGOT)
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 49 from the DT_PLTGOT entry. */
52 if (dyn->d_tag == DT_PLTGOT)
  /development/ndk/platforms/android-3/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 120 DT_PLTGOT is the value that data-relative addresses are
127 if (dyn->d_tag == DT_PLTGOT)
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 56 DT_PLTGOT This member holds the address of the .got section.
182 DT_PLTGOT This member holds the address of the .got section.
227 if(dyn.d_tag == DT_PLTGOT) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 63 #define DT_PLTGOT 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 63 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3

Completed in 493 milliseconds

1 2 3 4 5 6 7