Home
last modified time | relevance | path

Searched refs:DT_MIPS_RLD_MAP2 (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_traits.h13 #if !defined(DT_MIPS_RLD_MAP2)
14 #define DT_MIPS_RLD_MAP2 0x70000035 macro
Delf_file.cc486 if (tag == DT_MIPS_RLD_MAP2) { in AdjustDynamicSectionForHole()
/bionic/libc/arch-mips/include/machine/
Delf_machdep.h124 #define DT_MIPS_RLD_MAP2 0x70000035 /* offset of loader map, used for PIE */ macro
/bionic/linker/
Dlinker.cpp2808 case DT_MIPS_RLD_MAP2: in prelink_image()