Searched defs:DT_MIPS_LOCAL_GOTNO (Results 1 - 4 of 4) sorted by path

/bionic/libc/arch-mips/include/machine/
H A Delf_machdep.h117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */ macro
/bionic/libc/arch-mips64/include/machine/
H A Delf_machdep.h117 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* number of local got ents */ macro
/bionic/linker/arch/mips/
H A Dbegin.S50 #define DT_MIPS_LOCAL_GOTNO 0x7000000a define
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/
H A Dbegin.S68 #define DT_MIPS_LOCAL_GOTNO 0x7000000a define
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? */

Completed in 137 milliseconds