Searched defs:DT_MIPS_LOCAL_GOTNO (Results 1 - 6 of 6) sorted by relevance

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

Completed in 1679 milliseconds