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

1 2 3

  /bionic/linker/arch/mips/
begin.S 50 #define DT_MIPS_LOCAL_GOTNO 0x7000000a
52 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
56 li $t4, DT_MIPS_LOCAL_GOTNO
66 1: bne $t2, $t4, 1f /* DT_MIPS_LOCAL_GOTNO? */
  /art/runtime/
elf_utils.h 62 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
137 case DT_MIPS_LOCAL_GOTNO:
  /bionic/linker/arch/mips64/
begin.S 68 #define DT_MIPS_LOCAL_GOTNO 0x7000000a
70 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
74 LI ta0, DT_MIPS_LOCAL_GOTNO
85 bne t2, ta0, 2f /* DT_MIPS_LOCAL_GOTNO? */
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 33 reserveOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO);
48 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat));
  /development/ndk/platforms/android-21/arch-mips/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
elf_machdep.h 117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
elf_machdep.h 117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/
exec.h 86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */

Completed in 698 milliseconds

1 2 3