Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_traits.h13 #if !defined(DT_MIPS_RLD_MAP_REL)
14 #define DT_MIPS_RLD_MAP_REL 0x70000035 macro
Delf_file.cc557 if (tag == DT_MIPS_RLD_MAP_REL) { in AdjustDynamicSectionForHole()
/bionic/libc/include/bits/
Delf_mips.h102 #define DT_MIPS_RLD_MAP_REL 0x70000035 /* offset of loader map, used for PIE */ macro
/bionic/linker/
Dlinker.cpp3182 case DT_MIPS_RLD_MAP_REL: in prelink_image()