Home
last modified time | relevance | path

Searched refs:DT_MIPS_LOCAL_GOTNO (Results 1 – 4 of 4) 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/
Delf_machdep.h117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */ macro
/bionic/linker/
Dlinker.cpp2827 case DT_MIPS_LOCAL_GOTNO: in prelink_image()