HomeSort by relevance Sort by last modified time
    Searched defs:DT_MIPS_LOCAL_GOTNO (Results 1 - 16 of 16) sorted by null

  /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? */
  /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? */
  /art/runtime/
elf_utils.h 58 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */
133 case DT_MIPS_LOCAL_GOTNO:
elf.h     [all...]
  /bionic/libc/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 */
  /bionic/libc/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 */
  /development/ndk/platforms/android-L/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-L/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/asm/
elf.h 64 #define DT_MIPS_LOCAL_GOTNO 0x7000000a
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h     [all...]

Completed in 4683 milliseconds