Home
last modified time | relevance | path

Searched refs:DT_MIPS_RLD_MAP (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h671 #define DT_MIPS_RLD_MAP 0x70000016 macro
DChangeLog-91031855 typedefs by their expansion. Add DT_MIPS_RLD_MAP definition.
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-0815236 DT_MIPS_UNREFEXTNO, DT_MIPS_GOTSYM, DT_MIPS_HIPAGENO, DT_MIPS_RLD_MAP,
Delfcpp.h825 DT_MIPS_RLD_MAP = 0x70000016,
/toolchain/binutils/binutils-2.27/gold/
DChangeLog427 DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
Dmips.cc9788 odyn->add_section_address(elfcpp::DT_MIPS_RLD_MAP, this->rld_map_); in do_finalize_sections()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c9820 && !MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_MIPS_RLD_MAP, 0)) in _bfd_mips_elf_size_dynamic_sections()
11518 case DT_MIPS_RLD_MAP: in _bfd_mips_elf_finish_dynamic_sections()
15496 case DT_MIPS_RLD_MAP: in _bfd_mips_elf_get_target_dtag()
DChangeLog-20121075 comment on DT_MIPS_RLD_MAP.
DChangeLog-2011290 calculate DT_MIPS_RLD_MAP value.
DChangeLog-2006532 and DT_MIPS_RLD_MAP tags for position-independent executables.
DChangeLog-96974195 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
4198 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
DChangeLog-20072435 DT_MIPS_RLD_MAP before DT_DEBUG again.
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c1802 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP"; in get_mips_dynamic_type()