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

  /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? */
  /external/elfutils/backends/
alpha_symbol.c 98 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
117 if (dyn.d_tag == DT_PLTGOT)
sparc_symbol.c 85 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
103 if (dyn.d_tag == DT_PLTGOT)
  /art/libelffile/elf/
elf_utils.h 113 case DT_PLTGOT:
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 49 from the DT_PLTGOT entry. */
52 if (dyn->d_tag == DT_PLTGOT)
Gtables.c 535 DT_PLTGOT is the gp value for that object. */
538 if (dyn->d_tag == DT_PLTGOT)
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 47 if (dyn.d_tag == DT_PLTGOT) {
56 Debug(1, "DT_PLTGOT not found in dynamic header\n");
198 // DT_PLTGOT is the value that data-relative addresses are
327 // DT_PLTGOT is the value that data-relative addresses are
337 if (dyn->d_tag == DT_PLTGOT) {
Gfind_proc_info-lsb.c 662 DT_PLTGOT is the value that data-relative addresses are
666 if (dyn->d_tag == DT_PLTGOT)
  /external/elfutils/tests/
alldts.c 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
  /bionic/libc/kernel/uapi/linux/
elf.h 61 #define DT_PLTGOT 3
  /external/kernel-headers/original/uapi/linux/
elf.h 77 #define DT_PLTGOT 3
  /external/u-boot/include/
elf.h 501 #define DT_PLTGOT 3 /* address PLT/GOT */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 301 #define DT_PLTGOT 3 /* Processor-dependent address. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 301 #define DT_PLTGOT 3 /* Processor-dependent address. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/kmod/port-gnu/
elf.h 702 #define DT_PLTGOT 3 /* Processor defined value */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/src/
elflint.c     [all...]

Completed in 1026 milliseconds