Home
last modified time | relevance | path

Searched refs:DT_MIPS_LOCAL_GOTNO (Results 1 – 7 of 7) sorted by relevance

/bionic/linker/arch/mips/
Dbegin.S50 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
56 li $t4, DT_MIPS_LOCAL_GOTNO
/bionic/linker/arch/mips64/
Dbegin.S68 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
74 LI ta0, DT_MIPS_LOCAL_GOTNO
/bionic/libc/arch-mips/include/machine/
Dexec.h86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */ macro
Delf_machdep.h117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */ macro
/bionic/libc/arch-mips64/include/machine/
Dexec.h86 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local .GOT entries */ macro
Delf_machdep.h117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */ macro
/bionic/linker/
Dlinker.cpp2125 case DT_MIPS_LOCAL_GOTNO: in PrelinkImage()