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

  /bionic/tools/relocation_packer/src/
elf_traits.h 13 #if !defined(DT_MIPS_RLD_MAP_REL)
14 #define DT_MIPS_RLD_MAP_REL 0x70000035
elf_file.cc 555 // Special case: DT_MIPS_RLD_MAP_REL stores the difference between dynamic
559 if (tag == DT_MIPS_RLD_MAP_REL) {
    [all...]
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 124 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* offset of loader map, used for PIE */
  /development/ndk/platforms/android-21/arch-mips/include/machine/
exec.h 94 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
elf_machdep.h 124 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
exec.h 94 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
elf_machdep.h 124 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 94 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 73 #define DT_MIPS_RLD_MAP_REL 0x70000035
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 758 #define DT_MIPS_RLD_MAP_REL 0x70000035
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 1539 milliseconds