Searched defs:DT_PLTGOT (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/arch/mips/
H A Dbegin.S49 #define DT_PLTGOT 3 define
52 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
55 li $t3, DT_PLTGOT
61 bne $t2, $t3, 1f /* DT_PLTGOT? */
/bionic/linker/arch/mips64/
H A Dbegin.S67 #define DT_PLTGOT 3 define
70 /* Search dynamic table for DT_MIPS_LOCAL_GOTNO and DT_PLTGOT values */
73 LI t3, DT_PLTGOT
79 bne t2, t3, 1f /* DT_PLTGOT? */
/bionic/libc/kernel/uapi/linux/
H A Delf.h71 #define DT_PLTGOT 3 macro

Completed in 98 milliseconds