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

1 2 3 4 5

  /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());
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 42 reserveOne(llvm::ELF::DT_PLTGOT);
56 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
  /bionic/linker/arch/mips/
begin.S 47 #define DT_PLTGOT 3
50 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
53 li $t3, DT_PLTGOT
59 bne $t2, $t3, 1f /* DT_PLTGOT? */
  /external/elfutils/backends/
alpha_symbol.c 93 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
112 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/grub/stage2/
i386-elf.h 217 #define DT_PLTGOT 3
  /development/ndk/platforms/android-3/include/linux/
elf.h 67 #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
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
elf.h 67 #define DT_PLTGOT 3

Completed in 200 milliseconds

1 2 3 4 5