Home
last modified time | relevance | path

Searched refs:DT_PLTGOT (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/arch/mips/
Dbegin.S49 #define DT_PLTGOT 3 macro
55 li $t3, DT_PLTGOT
/bionic/linker/arch/mips64/
Dbegin.S67 #define DT_PLTGOT 3 macro
73 LI t3, DT_PLTGOT
/bionic/libc/kernel/uapi/linux/
Delf.h71 #define DT_PLTGOT 3 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc523 const bool is_adjustable = (tag == DT_PLTGOT || in AdjustDynamicSectionForHole()
/bionic/linker/
Dlinker.cpp2943 case DT_PLTGOT: in prelink_image()